Skip to content

Commit bc24c98

Browse files
committed
🔧 chore: bump mantine and related dependencies to latest patch versions
- Update @mantine/code-highlight, @mantine/core, @mantine/hooks to 8.3.15 - Update @mantine-tests/core to 2.1.0 - Bump rimraf to 6.1.3, simple-git to 3.31.1, typescript-eslint to 8.56.0
1 parent b08235c commit bc24c98

File tree

3 files changed

+175
-150
lines changed

3 files changed

+175
-150
lines changed

docs/package.json

Lines changed: 3 additions & 3 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.14",
14-
"@mantine/core": "8.3.14",
15-
"@mantine/hooks": "8.3.14",
13+
"@mantine/code-highlight": "8.3.15",
14+
"@mantine/core": "8.3.15",
15+
"@mantine/hooks": "8.3.15",
1616
"@mantinex/demo": "^2.0.0",
1717
"@mantinex/dev-icons": "^2.0.0",
1818
"@mantinex/mantine-header": "^2.0.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"devDependencies": {
3737
"@eslint/js": "^9.39.2",
3838
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
39-
"@mantine-tests/core": "^2.0.0",
40-
"@mantine/core": "8.3.14",
41-
"@mantine/hooks": "8.3.14",
39+
"@mantine-tests/core": "^2.1.0",
40+
"@mantine/core": "8.3.15",
41+
"@mantine/hooks": "8.3.15",
4242
"@rollup/plugin-node-resolve": "^16.0.3",
4343
"@rollup/plugin-replace": "^6.0.3",
4444
"@storybook/addon-essentials": "^8.6.15",
@@ -80,22 +80,22 @@
8080
"prettier": "^3.8.1",
8181
"react": "19.2.4",
8282
"react-dom": "19.2.4",
83-
"rimraf": "^6.1.2",
83+
"rimraf": "^6.1.3",
8484
"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",
8888
"rollup-plugin-postcss": "^4.0.2",
8989
"signale": "^1.4.0",
90-
"simple-git": "^3.30.0",
90+
"simple-git": "^3.31.1",
9191
"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.55.0",
98+
"typescript-eslint": "^8.56.0",
9999
"version-next": "^1.0.2",
100100
"vite": "^6.4.1",
101101
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)