Skip to content

Commit 163e9e0

Browse files
committed
🔧 chore: Update core dependencies to latest patch releases
- Bump Mantine packages to 8.3.14 for improved features - Update Next.js to 15.5.11 and React to 19.2.4 for performance fixes - Upgrade Shiki, Rollup, and TypeScript ESLint to latest versions - Adjust type definitions to match new React version
1 parent da20089 commit 163e9e0

File tree

3 files changed

+289
-289
lines changed

3 files changed

+289
-289
lines changed

docs/package.json

Lines changed: 9 additions & 9 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.13",
14-
"@mantine/core": "8.3.13",
15-
"@mantine/hooks": "8.3.13",
13+
"@mantine/code-highlight": "8.3.14",
14+
"@mantine/core": "8.3.14",
15+
"@mantine/hooks": "8.3.14",
1616
"@mantinex/demo": "^2.0.0",
1717
"@mantinex/dev-icons": "^2.0.0",
1818
"@mantinex/mantine-header": "^2.0.0",
@@ -21,19 +21,19 @@
2121
"@mantinex/shiki": "^1.1.0",
2222
"@mdx-js/loader": "^3.1.1",
2323
"@mdx-js/react": "^3.1.1",
24-
"@next/mdx": "^15.5.9",
24+
"@next/mdx": "^15.5.11",
2525
"@tabler/icons-react": "^3.36.1",
2626
"@types/mdx": "^2.0.13",
27-
"next": "15.5.9",
28-
"react": "19.2.3",
29-
"react-dom": "19.2.3",
27+
"next": "15.5.11",
28+
"react": "19.2.4",
29+
"react-dom": "19.2.4",
3030
"remark-slug": "^7.0.1",
31-
"shiki": "^3.21.0",
31+
"shiki": "^3.22.0",
3232
"type-fest": "^4.41.0"
3333
},
3434
"devDependencies": {
3535
"@types/node": "^22.19.7",
36-
"@types/react": "^19.2.9",
36+
"@types/react": "^19.2.10",
3737
"@types/react-dom": "^19.2.3",
3838
"typescript": "5.9.3"
3939
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"@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.13",
41-
"@mantine/hooks": "8.3.13",
40+
"@mantine/core": "8.3.14",
41+
"@mantine/hooks": "8.3.14",
4242
"@rollup/plugin-node-resolve": "^16.0.3",
4343
"@rollup/plugin-replace": "^6.0.3",
4444
"@storybook/addon-essentials": "^8.6.15",
@@ -54,7 +54,7 @@
5454
"@types/identity-obj-proxy": "^3.0.2",
5555
"@types/jest": "^29.5.14",
5656
"@types/node": "^22.19.7",
57-
"@types/react": "^19.2.9",
57+
"@types/react": "^19.2.10",
5858
"@types/react-dom": "^19.2.3",
5959
"@types/signale": "^1.4.7",
6060
"@types/yargs": "^17.0.35",
@@ -78,10 +78,10 @@
7878
"postcss": "^8.5.6",
7979
"postcss-preset-mantine": "1.18.0",
8080
"prettier": "^3.8.1",
81-
"react": "19.2.3",
82-
"react-dom": "19.2.3",
81+
"react": "19.2.4",
82+
"react-dom": "19.2.4",
8383
"rimraf": "^6.1.2",
84-
"rollup": "^4.56.0",
84+
"rollup": "^4.57.1",
8585
"rollup-plugin-banner2": "^1.3.1",
8686
"rollup-plugin-esbuild": "^6.2.1",
8787
"rollup-plugin-node-externals": "^8.1.2",
@@ -95,7 +95,7 @@
9595
"syncpack": "^13.0.4",
9696
"tsx": "^4.21.0",
9797
"typescript": "5.9.3",
98-
"typescript-eslint": "^8.53.1",
98+
"typescript-eslint": "^8.54.0",
9999
"version-next": "^1.0.2",
100100
"vite": "^6.4.1",
101101
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)