Skip to content

Commit 2dcd9c6

Browse files
committed
chore(deps): update all non-major dependencies
1 parent c9d1b30 commit 2dcd9c6

File tree

2 files changed

+258
-284
lines changed

2 files changed

+258
-284
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"./package.json": "./package.json"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.25.9",
45+
"@babel/core": "^7.26.0",
4646
"@babel/eslint-parser": "^7.25.9",
4747
"@babel/preset-react": "^7.25.9",
48-
"@mantine/core": "^7.13.3",
49-
"@mantine/dates": "^7.13.3",
50-
"@mantine/hooks": "^7.13.3",
48+
"@mantine/core": "^7.13.4",
49+
"@mantine/dates": "^7.13.4",
50+
"@mantine/hooks": "^7.13.4",
5151
"@storybook/addon-docs": "^8.3.6",
5252
"@storybook/addon-essentials": "^8.3.6",
5353
"@storybook/addon-interactions": "^8.3.6",
@@ -58,32 +58,32 @@
5858
"@storybook/react": "^8.3.6",
5959
"@storybook/react-vite": "^8.3.6",
6060
"@storybook/test": "^8.3.6",
61-
"@types/react": "^18.3.11",
61+
"@types/react": "^18.3.12",
6262
"@types/react-dom": "^18.3.1",
6363
"@typescript-eslint/eslint-plugin": "^7.18.0",
6464
"@typescript-eslint/parser": "^7.18.0",
6565
"@vitejs/plugin-react": "^4.3.3",
6666
"dayjs": "^1.11.13",
6767
"eslint": "^8.57.1",
6868
"eslint-config-alloy": "^5.1.2",
69-
"eslint-plugin-react": "^7.37.1",
69+
"eslint-plugin-react": "^7.37.2",
7070
"eslint-plugin-react-hooks": "^4.6.2",
71-
"eslint-plugin-react-refresh": "^0.4.13",
72-
"eslint-plugin-storybook": "^0.9.0",
71+
"eslint-plugin-react-refresh": "^0.4.14",
72+
"eslint-plugin-storybook": "^0.10.1",
7373
"postcss": "^8.4.47",
7474
"postcss-preset-mantine": "^1.17.0",
7575
"postcss-simple-vars": "^7.0.1",
7676
"prettier": "^3.3.3",
7777
"prettier-plugin-organize-imports": "^4.1.0",
78-
"publint": "^0.2.11",
78+
"publint": "^0.2.12",
7979
"react": "^18.3.1",
8080
"react-dom": "^18.3.1",
8181
"storybook": "^8.3.6",
8282
"storybook-addon-mantine": "^4.0.2",
8383
"storybook-dark-mode": "^4.0.2",
8484
"tsup": "8.2.4",
8585
"typescript": "^5.6.3",
86-
"vite": "^5.4.9"
86+
"vite": "^5.4.10"
8787
},
8888
"keywords": [
8989
"mantine",
@@ -94,7 +94,7 @@
9494
"component",
9595
"react"
9696
],
97-
"packageManager": "[email protected].2",
97+
"packageManager": "[email protected].3",
9898
"peerDependencies": {
9999
"@mantine/core": "^7.10.2",
100100
"@mantine/hooks": "^7.10.2",

0 commit comments

Comments
 (0)