Skip to content

Commit 374403f

Browse files
committed
feat: update deps
1 parent 04ea20f commit 374403f

File tree

9 files changed

+2686
-1086
lines changed

9 files changed

+2686
-1086
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121
"test:coverage": "jest --silent --watchAll=false --coverage"
2222
},
2323
"dependencies": {
24-
"@ant-design/icons": "^5.5.1",
24+
"@ant-design/icons": "^5.5.2",
2525
"@ezuikit/utils-logger": "1.0.1",
26-
"@reduxjs/toolkit": "^2.2.7",
27-
"@sentry/react": "^8.33.1",
28-
"antd": "^5.21.0",
29-
"axios": "^1.7.7",
26+
"@reduxjs/toolkit": "^2.4.0",
27+
"@sentry/react": "^8.41.0",
28+
"antd": "^5.22.2",
29+
"axios": "^1.7.8",
3030
"classnames": "^2.5.1",
3131
"immer": "^10.1.1",
3232
"js-cookie": "^3.0.5",
3333
"react": "^18.3.1",
3434
"react-dom": "^18.3.1",
35-
"react-error-boundary": "^4.0.13",
35+
"react-error-boundary": "^4.1.2",
3636
"react-redux": "^9.1.2",
37-
"react-router-dom": "^6.26.2",
37+
"react-router-dom": "^6.28.0",
3838
"redux": "^5.0.1"
3939
},
4040
"devDependencies": {
41-
"@commitlint/cli": "^19.5.0",
42-
"@commitlint/config-conventional": "^19.5.0",
43-
"@commitlint/prompt-cli": "^19.5.0",
44-
"@sentry/browser": "^8.33.1",
41+
"@commitlint/cli": "^19.6.0",
42+
"@commitlint/config-conventional": "^19.6.0",
43+
"@commitlint/prompt-cli": "^19.6.0",
44+
"@sentry/browser": "^8.41.0",
4545
"@skax/camel": "^0.2.6",
4646
"@testing-library/dom": "^9.3.4",
4747
"@testing-library/jest-dom": "^6.4.2",
@@ -53,32 +53,32 @@
5353
"@types/react": "^18.2.78",
5454
"@types/react-dom": "^18.2.25",
5555
"@types/redux-logger": "^3.0.13",
56-
"@vitejs/plugin-legacy": "^5.4.2",
57-
"@vitejs/plugin-react-swc": "^3.7.1",
56+
"@vitejs/plugin-legacy": "^5.4.3",
57+
"@vitejs/plugin-react-swc": "^3.7.2",
5858
"cross-env": "^7.0.3",
5959
"eslint": "^8.57.1",
6060
"eslint-config-xx": "^1.10.1",
61-
"get-sass-vars": "^4.0.2",
62-
"husky": "^9.1.6",
61+
"get-sass-vars": "^4.0.3",
62+
"husky": "^9.1.7",
6363
"identity-obj-proxy": "^3.0.0",
6464
"jest": "^29.7.0",
6565
"jest-environment-jsdom": "^29.7.0",
6666
"only-allow": "^1.2.1",
67-
"postcss": "^8.4.47",
68-
"postcss-preset-env": "^9.6.0",
69-
"prettier": "^3.3.3",
67+
"postcss": "^8.4.49",
68+
"postcss-preset-env": "^10.1.1",
69+
"prettier": "^3.4.1",
7070
"pretty-quick": "^4.0.0",
7171
"redux-logger": "^3.0.6",
7272
"rollup-plugin-visualizer": "^5.12.0",
73-
"sass": "^1.79.4",
74-
"terser": "^5.34.1",
75-
"ts-jest": "^29.1.5",
73+
"sass": "^1.81.0",
74+
"terser": "^5.36.0",
75+
"ts-jest": "^29.2.5",
7676
"ts-node": "^10.9.2",
7777
"typescript": "5.3.3",
78-
"vite": "^5.4.8",
78+
"vite": "^5.4.11",
7979
"vite-plugin-compression": "^0.5.1",
8080
"vite-plugin-eslint": "^1.8.1",
81-
"vite-plugin-pwa": "^0.20.5"
81+
"vite-plugin-pwa": "^0.21.1"
8282
},
8383
"engines": {
8484
"node": ">=18"

0 commit comments

Comments
 (0)