Skip to content

Commit 0a3fe99

Browse files
committed
🔧 chore: bump Mantine, @types/node, and TypeScript ESLint to latest patch versions
- Update Mantine core, hooks, and code-highlight to 8.3.10 in both docs and root package.json. - Bump @types/node to 22.19.2. - Update typescript-eslint to 8.49.0.
1 parent 1b5e8a5 commit 0a3fe99

File tree

3 files changed

+107
-115
lines changed

3 files changed

+107
-115
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-clock": "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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"@eslint/js": "^9.39.1",
3838
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
3939
"@mantine-tests/core": "^2.0.0",
40-
"@mantine/core": "8.3.9",
41-
"@mantine/hooks": "8.3.9",
40+
"@mantine/core": "8.3.10",
41+
"@mantine/hooks": "8.3.10",
4242
"@rollup/plugin-node-resolve": "^16.0.3",
4343
"@rollup/plugin-replace": "^6.0.3",
4444
"@storybook/addon-essentials": "^8.6.14",
@@ -53,7 +53,7 @@
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.1",
56+
"@types/node": "^22.19.2",
5757
"@types/react": "^19.2.7",
5858
"@types/react-dom": "^19.2.3",
5959
"@types/signale": "^1.4.7",
@@ -95,7 +95,7 @@
9595
"syncpack": "^13.0.4",
9696
"tsx": "^4.21.0",
9797
"typescript": "5.9.3",
98-
"typescript-eslint": "^8.48.1",
98+
"typescript-eslint": "^8.49.0",
9999
"version-next": "^1.0.2",
100100
"vite": "^6.4.1",
101101
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)