Skip to content

Commit

Permalink
chore: clean packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed May 29, 2024
1 parent 2bd7bcd commit e53f30f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"changeset": "changeset",
"release": "yarn build && changeset publish",
"cz": "cz",
"postinstall": "is-ci || husky"
"prepare": "husky"
},
"config": {
"commitizen": {
Expand All @@ -55,16 +55,13 @@
"@hyperse/eslint-config-hyperse": "^1.0.4",
"@types/node": "^20.12.12",
"@types/postcss-js": "^4.0.4",
"@types/shell-quote": "1.7.5",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.3.0",
"husky": "9.0.11",
"is-ci": "3.0.1",
"lint-staged": "15.2.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"shell-quote": "1.8.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
Expand Down
25 changes: 2 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -947,20 +947,17 @@ __metadata:
"@hyperse/eslint-config-hyperse": "npm:^1.0.4"
"@types/node": "npm:^20.12.12"
"@types/postcss-js": "npm:^4.0.4"
"@types/shell-quote": "npm:1.7.5"
chokidar: "npm:^3.6.0"
commitizen: "npm:4.3.0"
cz-conventional-changelog: "npm:3.3.0"
eslint: "npm:^9.3.0"
glob: "npm:^10.4.1"
husky: "npm:9.0.11"
is-ci: "npm:3.0.1"
lint-staged: "npm:15.2.5"
npm-run-all: "npm:^4.1.5"
postcss: "npm:^8.4.38"
postcss-js: "npm:^4.0.1"
sade: "npm:^1.8.1"
shell-quote: "npm:1.8.1"
tsup: "npm:^8.0.2"
typescript: "npm:^5.4.5"
vite: "npm:^5.2.11"
Expand Down Expand Up @@ -1429,13 +1426,6 @@ __metadata:
languageName: node
linkType: hard

"@types/shell-quote@npm:1.7.5":
version: 1.7.5
resolution: "@types/shell-quote@npm:1.7.5"
checksum: 10/32b4d697c7d23dbadf40713692c47f1595f083a3b3deea76cb18e30a05d197aa9205d2b87f6d92edb60cda120b51e35d32bda96ed9b0a7e32921eed2deb4559e
languageName: node
linkType: hard

"@types/supports-color@npm:^8.0.0":
version: 8.1.3
resolution: "@types/supports-color@npm:8.1.3"
Expand Down Expand Up @@ -2372,7 +2362,7 @@ __metadata:
languageName: node
linkType: hard

"ci-info@npm:^3.2.0, ci-info@npm:^3.7.0":
"ci-info@npm:^3.7.0":
version: 3.9.0
resolution: "ci-info@npm:3.9.0"
checksum: 10/75bc67902b4d1c7b435497adeb91598f6d52a3389398e44294f6601b20cfef32cf2176f7be0eb961d9e085bb333a8a5cae121cb22f81cf238ae7f58eb80e9397
Expand Down Expand Up @@ -4688,17 +4678,6 @@ __metadata:
languageName: node
linkType: hard

"is-ci@npm:3.0.1":
version: 3.0.1
resolution: "is-ci@npm:3.0.1"
dependencies:
ci-info: "npm:^3.2.0"
bin:
is-ci: bin.js
checksum: 10/192c66dc7826d58f803ecae624860dccf1899fc1f3ac5505284c0a5cf5f889046ffeb958fa651e5725d5705c5bcb14f055b79150ea5fcad7456a9569de60260e
languageName: node
linkType: hard

"is-core-module@npm:^2.13.0":
version: 2.13.1
resolution: "is-core-module@npm:2.13.1"
Expand Down Expand Up @@ -7804,7 +7783,7 @@ __metadata:
languageName: node
linkType: hard

"shell-quote@npm:1.8.1, shell-quote@npm:^1.6.1":
"shell-quote@npm:^1.6.1":
version: 1.8.1
resolution: "shell-quote@npm:1.8.1"
checksum: 10/af19ab5a1ec30cb4b2f91fd6df49a7442d5c4825a2e269b3712eded10eedd7f9efeaab96d57829880733fc55bcdd8e9b1d8589b4befb06667c731d08145e274d
Expand Down

0 comments on commit e53f30f

Please sign in to comment.