Skip to content

Commit d294c94

Browse files
committed
build(deps): bump deps to latest
1 parent 400d242 commit d294c94

File tree

5 files changed

+854
-956
lines changed

5 files changed

+854
-956
lines changed

.commitlintrc.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
2-
"extends": [
3-
"@commitlint/config-angular"
4-
],
2+
"extends": ["@commitlint/config-angular"],
53
"rules": {
6-
"scope-case": [
7-
2,
8-
"always",
9-
"pascal-case"
10-
],
4+
"scope-case": [2, "always", "lower-case"],
115
"type-enum": [
126
2,
137
"always",

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no-install commitlint --edit $1

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged

package.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -70,58 +70,59 @@
7070
"peerDependencies": {
7171
"@emotion/react": "^11",
7272
"@emotion/styled": "^11",
73-
"@mui/material": "^5",
73+
"@mui/material": "^6",
7474
"react": "^17 || ^18",
7575
"react-dom": "^17 || ^18"
7676
},
7777
"devDependencies": {
78-
"@commitlint/cli": "^19.4.0",
79-
"@commitlint/config-angular": "^19.3.0",
80-
"@emotion/react": "^11.13.0",
78+
"@commitlint/cli": "^19.5.0",
79+
"@commitlint/config-angular": "^19.5.0",
80+
"@emotion/react": "^11.13.3",
8181
"@emotion/styled": "^11.13.0",
8282
"@mui/material": "^5.16.7",
8383
"@rollup/plugin-alias": "^5.1.0",
8484
"@rollup/plugin-commonjs": "^26.0.1",
8585
"@rollup/plugin-node-resolve": "^15.2.3",
8686
"@rollup/plugin-replace": "^5.0.7",
87-
"@swc/core": "^1.7.14",
88-
"@swc/helpers": "^0.5.12",
89-
"@testing-library/react": "^14.2.2",
90-
"@types/node": "^20.12.5",
91-
"@types/react": "^18.3.3",
87+
"@swc/core": "^1.7.26",
88+
"@swc/helpers": "^0.5.13",
89+
"@testing-library/dom": "^10.4.0",
90+
"@testing-library/react": "^16.0.1",
91+
"@types/node": "^20.16.5",
92+
"@types/react": "^18.3.5",
9293
"@types/react-dom": "^18.3.0",
93-
"@typescript-eslint/eslint-plugin": "^7.5.0",
94-
"@typescript-eslint/parser": "^8.2.0",
94+
"@typescript-eslint/eslint-plugin": "^8.5.0",
95+
"@typescript-eslint/parser": "^8.5.0",
9596
"@vitejs/plugin-react": "^4.3.1",
96-
"@vitest/coverage-v8": "^1.4.0",
97+
"@vitest/coverage-v8": "^2.1.1",
9798
"eslint": "^8.57.0",
9899
"eslint-config-standard": "^17.1.0",
99100
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
100-
"eslint-plugin-n": "^16.6.2",
101-
"eslint-plugin-promise": "^6.1.1",
102-
"eslint-plugin-react": "^7.35.0",
101+
"eslint-plugin-n": "^17.10.2",
102+
"eslint-plugin-promise": "^7.1.0",
103+
"eslint-plugin-react": "^7.36.1",
103104
"eslint-plugin-react-hooks": "^4.6.2",
104105
"eslint-plugin-simple-import-sort": "^12.1.1",
105-
"eslint-plugin-unused-imports": "^3.1.0",
106-
"expect-type": "^0.19.0",
107-
"husky": "^9.1.4",
106+
"eslint-plugin-unused-imports": "^4.1.4",
107+
"expect-type": "^0.20.0",
108+
"husky": "9.1.6",
108109
"jsdom": "^25.0.0",
109-
"lint-staged": "^15.2.9",
110+
"lint-staged": "^15.2.10",
110111
"pinst": "^3.0.0",
111112
"prettier": "^3.3.3",
112113
"react": "^18.3.1",
113114
"react-dom": "^18.3.1",
114-
"rollup": "^4.21.0",
115+
"rollup": "^4.21.3",
115116
"rollup-plugin-dts": "^6.1.1",
116117
"rollup-plugin-swc3": "^0.11.2",
117118
"ts-node": "^10.9.2",
118-
"typescript": "^5.5.4",
119-
"vite": "^5.4.1",
120-
"vitest": "^1.4.0"
119+
"typescript": "^5.6.2",
120+
"vite": "^5.4.5",
121+
"vitest": "^2.1.1"
121122
},
122123
"resolutions": {
123-
"browserslist": "4.21.5",
124-
"caniuse-lite": "1.0.30001481"
124+
"browserslist": "4.23.3",
125+
"caniuse-lite": "1.0.30001660"
125126
},
126127
"packageManager": "[email protected]",
127128
"workspaces": [

0 commit comments

Comments
 (0)