Skip to content

Commit 4425d92

Browse files
committed
🔧 chore(deps): bump Mantine, Storybook, and related dependencies to patch releases
- Update Mantine core, hooks, and code-highlight to 8.3.11. - Update Storybook addons to 8.6.15. - Update @tabler/icons-react to 3.36.1. - Update @types/node to 22.19.3. - Update esbuild, eslint, testing-library, and other tooling to latest patch.
1 parent fe56e8f commit 4425d92

File tree

3 files changed

+706
-378
lines changed

3 files changed

+706
-378
lines changed

‎docs/package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@gfazioli/mantine-clock": "workspace:*",
13-
"@mantine/code-highlight": "8.3.10",
14-
"@mantine/core": "8.3.10",
15-
"@mantine/hooks": "8.3.10",
13+
"@mantine/code-highlight": "8.3.11",
14+
"@mantine/core": "8.3.11",
15+
"@mantine/hooks": "8.3.11",
1616
"@mantinex/demo": "^2.0.0",
1717
"@mantinex/dev-icons": "^2.0.0",
1818
"@mantinex/mantine-header": "^2.0.0",
@@ -22,7 +22,7 @@
2222
"@mdx-js/loader": "^3.1.1",
2323
"@mdx-js/react": "^3.1.1",
2424
"@next/mdx": "^15.5.9",
25-
"@tabler/icons-react": "^3.35.0",
25+
"@tabler/icons-react": "^3.36.1",
2626
"@types/mdx": "^2.0.13",
2727
"next": "15.5.9",
2828
"react": "19.2.3",
@@ -32,7 +32,7 @@
3232
"type-fest": "^4.41.0"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^22.19.2",
35+
"@types/node": "^22.19.3",
3636
"@types/react": "^19.2.7",
3737
"@types/react-dom": "^19.2.3",
3838
"typescript": "5.9.3"

‎package.json‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,38 +34,38 @@
3434
"dayjs": "^1.11.19"
3535
},
3636
"devDependencies": {
37-
"@eslint/js": "^9.39.1",
37+
"@eslint/js": "^9.39.2",
3838
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
3939
"@mantine-tests/core": "^2.0.0",
40-
"@mantine/core": "8.3.10",
41-
"@mantine/hooks": "8.3.10",
40+
"@mantine/core": "8.3.11",
41+
"@mantine/hooks": "8.3.11",
4242
"@rollup/plugin-node-resolve": "^16.0.3",
4343
"@rollup/plugin-replace": "^6.0.3",
44-
"@storybook/addon-essentials": "^8.6.14",
45-
"@storybook/blocks": "^8.6.14",
46-
"@storybook/react": "^8.6.14",
47-
"@storybook/react-vite": "^8.6.14",
44+
"@storybook/addon-essentials": "^8.6.15",
45+
"@storybook/blocks": "^8.6.15",
46+
"@storybook/react": "^8.6.15",
47+
"@storybook/react-vite": "^8.6.15",
4848
"@testing-library/dom": "^10.4.1",
4949
"@testing-library/jest-dom": "^6.9.1",
50-
"@testing-library/react": "^16.3.0",
50+
"@testing-library/react": "^16.3.1",
5151
"@testing-library/user-event": "^14.6.1",
5252
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
5353
"@types/fs-extra": "^11.0.4",
5454
"@types/identity-obj-proxy": "^3.0.2",
5555
"@types/jest": "^29.5.14",
56-
"@types/node": "^22.19.2",
56+
"@types/node": "^22.19.3",
5757
"@types/react": "^19.2.7",
5858
"@types/react-dom": "^19.2.3",
5959
"@types/signale": "^1.4.7",
6060
"@types/yargs": "^17.0.35",
6161
"@vitejs/plugin-react": "^4.7.0",
62-
"esbuild": "^0.27.1",
62+
"esbuild": "^0.27.2",
6363
"esbuild-jest": "^0.5.0",
64-
"eslint": "^9.39.1",
64+
"eslint": "^9.39.2",
6565
"eslint-config-mantine": "^4.0.3",
6666
"eslint-plugin-jsx-a11y": "^6.10.2",
6767
"eslint-plugin-react": "^7.37.5",
68-
"fs-extra": "^11.3.2",
68+
"fs-extra": "^11.3.3",
6969
"gh-pages": "^6.3.0",
7070
"hash-css-selector": "^1.1.0",
7171
"identity-obj-proxy": "^3.0.0",
@@ -81,21 +81,21 @@
8181
"react": "19.2.3",
8282
"react-dom": "19.2.3",
8383
"rimraf": "^6.1.2",
84-
"rollup": "^4.53.3",
84+
"rollup": "^4.55.1",
8585
"rollup-plugin-banner2": "^1.3.1",
8686
"rollup-plugin-esbuild": "^6.2.1",
8787
"rollup-plugin-node-externals": "^8.1.2",
8888
"rollup-plugin-postcss": "^4.0.2",
8989
"signale": "^1.4.0",
9090
"simple-git": "^3.30.0",
91-
"storybook": "^8.6.14",
91+
"storybook": "^8.6.15",
9292
"storybook-dark-mode": "^4.0.2",
9393
"stylelint": "^16.26.1",
9494
"stylelint-config-standard-scss": "^14.0.0",
9595
"syncpack": "^13.0.4",
9696
"tsx": "^4.21.0",
9797
"typescript": "5.9.3",
98-
"typescript-eslint": "^8.49.0",
98+
"typescript-eslint": "^8.51.0",
9999
"version-next": "^1.0.2",
100100
"vite": "^6.4.1",
101101
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)