-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade dependencies and upgrade node 18
- Loading branch information
1 parent
1429726
commit eeed3e0
Showing
7 changed files
with
5,121 additions
and
3,558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
pnpm commitlint --edit "${1}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
pnpm lint-staged | ||
pnpm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"lint": "npm run lint:es && npm run lint:css", | ||
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"", | ||
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"", | ||
"prepare": "husky install && dumi setup", | ||
"prepare": "husky && dumi setup", | ||
"prepublishOnly": "father doctor && npm run build", | ||
"publish-all": "lerna run build && lerna publish from-package", | ||
"publish-all-pre": "lerna run build && lerna publish from-package --pre-dist-tag beta", | ||
|
@@ -46,35 +46,35 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.2.0", | ||
"@commitlint/config-conventional": "^18.1.0", | ||
"@commitlint/config-pnpm-scopes": "^18.1.0", | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.5.1", | ||
"@types/react": "^18.2.36", | ||
"@types/react-dom": "^18.2.14", | ||
"@umijs/lint": "^4.0.87", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"dumi": "^2.2.14", | ||
"eslint": "^8.53.0", | ||
"father": "^4.3.7", | ||
"husky": "^8.0.3", | ||
"jsdom": "^22.1.0", | ||
"lerna": "^7.4.2", | ||
"lint-staged": "^15.0.2", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-organize-imports": "^3.2.3", | ||
"prettier-plugin-packagejson": "^2.4.6", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"stylelint": "^15.11.0", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
"@commitlint/cli": "^19.4.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@commitlint/config-pnpm-scopes": "^19.1.0", | ||
"@testing-library/jest-dom": "^6.4.8", | ||
"@testing-library/react": "^16.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@umijs/lint": "^4.3.14", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"dumi": "^2.4.7", | ||
"eslint": "^9.9.0", | ||
"father": "^4.5.0", | ||
"husky": "^9.1.4", | ||
"jsdom": "^24.1.1", | ||
"lerna": "^8.1.8", | ||
"lint-staged": "^15.2.9", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-organize-imports": "^4.0.0", | ||
"prettier-plugin-packagejson": "^2.5.1", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"stylelint": "^16.8.2", | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=16.14.0", | ||
"node": ">=18.13.0", | ||
"pnpm": "^8" | ||
}, | ||
"authors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.