Skip to content

Commit

Permalink
build(deps): bump deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Sep 15, 2024
1 parent 400d242 commit d294c94
Show file tree
Hide file tree
Showing 5 changed files with 854 additions and 956 deletions.
10 changes: 2 additions & 8 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"extends": [
"@commitlint/config-angular"
],
"extends": ["@commitlint/config-angular"],
"rules": {
"scope-case": [
2,
"always",
"pascal-case"
],
"scope-case": [2, "always", "lower-case"],
"type-enum": [
2,
"always",
Expand Down
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,58 +70,59 @@
"peerDependencies": {
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mui/material": "^5",
"@mui/material": "^6",
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-angular": "^19.3.0",
"@emotion/react": "^11.13.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-angular": "^19.5.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@swc/core": "^1.7.14",
"@swc/helpers": "^0.5.12",
"@testing-library/react": "^14.2.2",
"@types/node": "^20.12.5",
"@types/react": "^18.3.3",
"@swc/core": "^1.7.26",
"@swc/helpers": "^0.5.13",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.1.0",
"expect-type": "^0.19.0",
"husky": "^9.1.4",
"eslint-plugin-unused-imports": "^4.1.4",
"expect-type": "^0.20.0",
"husky": "9.1.6",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.21.0",
"rollup": "^4.21.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-swc3": "^0.11.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vitest": "^1.4.0"
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vitest": "^2.1.1"
},
"resolutions": {
"browserslist": "4.21.5",
"caniuse-lite": "1.0.30001481"
"browserslist": "4.23.3",
"caniuse-lite": "1.0.30001660"
},
"packageManager": "yarn@3.2.4",
"workspaces": [
Expand Down
Loading

0 comments on commit d294c94

Please sign in to comment.