Skip to content

Commit bdd9705

Browse files
committed
chore(dependencies): automatic updates
Signed-off-by: cTux <noreply@github.com>
1 parent 192ed79 commit bdd9705

File tree

2 files changed

+753
-2200
lines changed

2 files changed

+753
-2200
lines changed

package.json

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,49 +22,49 @@
2222
"pnpm": "^9"
2323
},
2424
"dependencies": {
25-
"@emotion/react": "^11.13.3",
26-
"@emotion/styled": "^11.13.0",
27-
"@mui/material": "^5.16.7",
28-
"axios": "^1.7.7",
25+
"@emotion/react": "^11.14.0",
26+
"@emotion/styled": "^11.14.0",
27+
"@mui/material": "^5.16.14",
28+
"axios": "^1.7.9",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1",
31-
"react-error-boundary": "^4.0.13",
32-
"react-hook-form": "^7.53.0",
33-
"react-router-dom": "^6.27.0",
31+
"react-error-boundary": "^4.1.2",
32+
"react-hook-form": "^7.54.2",
33+
"react-router-dom": "^6.28.2",
3434
"react-toastify": "^10.0.6"
3535
},
3636
"devDependencies": {
37-
"@commitlint/cli": "^19.5.0",
38-
"@commitlint/config-conventional": "^19.5.0",
39-
"@storybook/addon-actions": "^8.3.5",
40-
"@storybook/addon-essentials": "^8.3.5",
41-
"@storybook/addon-interactions": "^8.3.5",
42-
"@storybook/addon-links": "^8.3.5",
43-
"@storybook/react": "^8.3.5",
44-
"@storybook/react-vite": "^8.3.5",
37+
"@commitlint/cli": "^19.6.1",
38+
"@commitlint/config-conventional": "^19.6.0",
39+
"@storybook/addon-actions": "^8.5.1",
40+
"@storybook/addon-essentials": "^8.5.1",
41+
"@storybook/addon-interactions": "^8.5.1",
42+
"@storybook/addon-links": "^8.5.1",
43+
"@storybook/react": "^8.5.1",
44+
"@storybook/react-vite": "^8.5.1",
4545
"@storybook/testing-library": "^0.2.2",
46-
"@types/node": "^20.16.11",
47-
"@types/react": "^18.3.11",
48-
"@types/react-dom": "^18.3.1",
46+
"@types/node": "^20.17.16",
47+
"@types/react": "^18.3.18",
48+
"@types/react-dom": "^18.3.5",
4949
"@typescript-eslint/eslint-plugin": "^7.18.0",
5050
"@typescript-eslint/parser": "^7.18.0",
51-
"@vitejs/plugin-basic-ssl": "^1.1.0",
52-
"@vitejs/plugin-react": "^4.3.2",
51+
"@vitejs/plugin-basic-ssl": "^1.2.0",
52+
"@vitejs/plugin-react": "^4.3.4",
5353
"ctux-check-engine": "^1.13.0",
5454
"eslint": "^8.57.0",
5555
"eslint-config-prettier": "^9.1.0",
56-
"eslint-plugin-prettier": "^5.2.1",
56+
"eslint-plugin-prettier": "^5.2.3",
5757
"eslint-plugin-simple-import-sort": "^12.1.1",
5858
"eslint-plugin-unused-imports": "^3.2.0",
59-
"husky": "^9.1.6",
59+
"husky": "^9.1.7",
6060
"npm-check-updates": "^16.14.20",
61-
"prettier": "^3.3.3",
62-
"storybook": "^8.3.5",
63-
"typescript": "^5.6.3",
64-
"vite": "^5.4.8",
61+
"prettier": "^3.4.2",
62+
"storybook": "^8.5.1",
63+
"typescript": "^5.7.3",
64+
"vite": "^5.4.14",
6565
"vite-bundle-visualizer": "^1.2.1",
6666
"vite-plugin-chunk-split": "^0.5.0",
67-
"vite-plugin-svgr": "^4.2.0"
67+
"vite-plugin-svgr": "^4.3.0"
6868
},
6969
"pnpm": {
7070
"overrides": {
@@ -106,7 +106,10 @@
106106
"path-to-regexp@<0.1.10": ">=0.1.10",
107107
"vite@>=5.2.0 <5.2.14": ">=5.2.14",
108108
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
109-
"cookie@<0.7.0": ">=0.7.0"
109+
"cookie@<0.7.0": ">=0.7.0",
110+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
111+
"path-to-regexp@<0.1.12": ">=0.1.12",
112+
"nanoid@<3.3.8": ">=3.3.8"
110113
}
111114
}
112115
}

0 commit comments

Comments
 (0)