Skip to content

Commit 193d06c

Browse files
committed
🔧 chore: bump mantine, node, esbuild, typescript-eslint to latest patch
- Update Mantine core, hooks, and code-highlight to 8.3.10. - Bump @types/node to 22.19.2. - Upgrade esbuild to 0.27.1 for improved build speed. - Increase typescript-eslint to 8.49.0 for linting fixes. - Keep docs package.json in sync with main package.json.
1 parent fb607a7 commit 193d06c

File tree

3 files changed

+110
-389
lines changed

3 files changed

+110
-389
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@gfazioli/mantine-text-animate": "workspace:*",
13-
"@mantine/code-highlight": "8.3.9",
14-
"@mantine/core": "8.3.9",
15-
"@mantine/hooks": "8.3.9",
13+
"@mantine/code-highlight": "8.3.10",
14+
"@mantine/core": "8.3.10",
15+
"@mantine/hooks": "8.3.10",
1616
"@mantinex/demo": "^2.0.0",
1717
"@mantinex/dev-icons": "^2.0.0",
1818
"@mantinex/mantine-header": "^2.0.0",
@@ -32,7 +32,7 @@
3232
"type-fest": "^4.41.0"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^22.19.1",
35+
"@types/node": "^22.19.2",
3636
"@types/react": "^19.2.7",
3737
"@types/react-dom": "^19.2.3",
3838
"typescript": "5.9.3"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@eslint/js": "^9.39.1",
3535
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
3636
"@mantine-tests/core": "^2.0.0",
37-
"@mantine/core": "8.3.9",
38-
"@mantine/hooks": "8.3.9",
37+
"@mantine/core": "8.3.10",
38+
"@mantine/hooks": "8.3.10",
3939
"@rollup/plugin-node-resolve": "^16.0.3",
4040
"@rollup/plugin-replace": "^6.0.3",
4141
"@storybook/addon-essentials": "^8.6.14",
@@ -50,13 +50,13 @@
5050
"@types/fs-extra": "^11.0.4",
5151
"@types/identity-obj-proxy": "^3.0.2",
5252
"@types/jest": "^29.5.14",
53-
"@types/node": "^22.19.1",
53+
"@types/node": "^22.19.2",
5454
"@types/react": "^19.2.7",
5555
"@types/react-dom": "^19.2.3",
5656
"@types/signale": "^1.4.7",
5757
"@types/yargs": "^17.0.35",
5858
"@vitejs/plugin-react": "^4.7.0",
59-
"esbuild": "^0.25.12",
59+
"esbuild": "^0.27.1",
6060
"esbuild-jest": "^0.5.0",
6161
"eslint": "^9.39.1",
6262
"eslint-config-mantine": "^4.0.3",
@@ -92,7 +92,7 @@
9292
"syncpack": "^13.0.4",
9393
"tsx": "^4.21.0",
9494
"typescript": "5.9.3",
95-
"typescript-eslint": "^8.48.1",
95+
"typescript-eslint": "^8.49.0",
9696
"version-next": "^1.0.2",
9797
"vite": "^6.4.1",
9898
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)