Skip to content

Commit ff5810b

Browse files
committed
🔧 chore: bump dependencies to latest patch releases
- Update Mantine core, hooks, and code‑highlight to 8.3.12 - Upgrade shiki to 3.21.0 - Bump TypeScript, Node, React type definitions to newer versions - Update Prettier, Rollup, TypeScript‑ESLint, and Testing Library to latest patches
1 parent 861e5b0 commit ff5810b

File tree

3 files changed

+315
-306
lines changed

3 files changed

+315
-306
lines changed

docs/package.json

Lines changed: 6 additions & 6 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.11",
14-
"@mantine/core": "8.3.11",
15-
"@mantine/hooks": "8.3.11",
13+
"@mantine/code-highlight": "8.3.12",
14+
"@mantine/core": "8.3.12",
15+
"@mantine/hooks": "8.3.12",
1616
"@mantinex/demo": "^2.0.0",
1717
"@mantinex/dev-icons": "^2.0.0",
1818
"@mantinex/mantine-header": "^2.0.0",
@@ -28,12 +28,12 @@
2828
"react": "19.2.3",
2929
"react-dom": "19.2.3",
3030
"remark-slug": "^7.0.1",
31-
"shiki": "^3.20.0",
31+
"shiki": "^3.21.0",
3232
"type-fest": "^4.41.0"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^22.19.3",
36-
"@types/react": "^19.2.7",
35+
"@types/node": "^22.19.7",
36+
"@types/react": "^19.2.8",
3737
"@types/react-dom": "^19.2.3",
3838
"typescript": "5.9.3"
3939
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@eslint/js": "^9.39.2",
3535
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
3636
"@mantine-tests/core": "^2.0.0",
37-
"@mantine/core": "8.3.11",
38-
"@mantine/hooks": "8.3.11",
37+
"@mantine/core": "8.3.12",
38+
"@mantine/hooks": "8.3.12",
3939
"@rollup/plugin-node-resolve": "^16.0.3",
4040
"@rollup/plugin-replace": "^6.0.3",
4141
"@storybook/addon-essentials": "^8.6.15",
@@ -44,14 +44,14 @@
4444
"@storybook/react-vite": "^8.6.15",
4545
"@testing-library/dom": "^10.4.1",
4646
"@testing-library/jest-dom": "^6.9.1",
47-
"@testing-library/react": "^16.3.1",
47+
"@testing-library/react": "^16.3.2",
4848
"@testing-library/user-event": "^14.6.1",
4949
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
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.3",
54-
"@types/react": "^19.2.7",
53+
"@types/node": "^22.19.7",
54+
"@types/react": "^19.2.8",
5555
"@types/react-dom": "^19.2.3",
5656
"@types/signale": "^1.4.7",
5757
"@types/yargs": "^17.0.35",
@@ -74,11 +74,11 @@
7474
"open": "^10.2.0",
7575
"postcss": "^8.5.6",
7676
"postcss-preset-mantine": "1.18.0",
77-
"prettier": "^3.7.4",
77+
"prettier": "^3.8.0",
7878
"react": "19.2.3",
7979
"react-dom": "19.2.3",
8080
"rimraf": "^6.1.2",
81-
"rollup": "^4.55.1",
81+
"rollup": "^4.55.2",
8282
"rollup-plugin-banner2": "^1.3.1",
8383
"rollup-plugin-esbuild": "^6.2.1",
8484
"rollup-plugin-node-externals": "^8.1.2",
@@ -92,7 +92,7 @@
9292
"syncpack": "^13.0.4",
9393
"tsx": "^4.21.0",
9494
"typescript": "5.9.3",
95-
"typescript-eslint": "^8.51.0",
95+
"typescript-eslint": "^8.53.0",
9696
"version-next": "^1.0.2",
9797
"vite": "^6.4.1",
9898
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)