Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@gfazioli/mantine-window": "workspace:*",
"@mantine/code-highlight": "8.3.14",
"@mantine/core": "8.3.14",
"@mantine/hooks": "8.3.14",
"@mantine/code-highlight": "8.3.15",
"@mantine/core": "8.3.15",
"@mantine/hooks": "8.3.15",
"@mantinex/demo": "^2.0.0",
"@mantinex/dev-icons": "^2.0.0",
"@mantinex/mantine-header": "^2.0.0",
Expand All @@ -21,19 +21,19 @@
"@mantinex/shiki": "^1.1.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.11",
"@next/mdx": "^15.5.12",
"@tabler/icons-react": "^3.36.1",
"@types/mdx": "^2.0.13",
"next": "15.5.11",
"next": "15.5.12",
"react": "19.2.4",
"react-dom": "19.2.4",
"remark-slug": "^7.0.1",
"shiki": "^3.22.0",
"type-fest": "^4.41.0"
},
"devDependencies": {
"@types/node": "^22.19.7",
"@types/react": "^19.2.10",
"@types/node": "^22.19.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "5.9.3"
}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@mantine-tests/core": "^2.0.0",
"@mantine/core": "8.3.14",
"@mantine/hooks": "8.3.14",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@mantine-tests/core": "^2.1.0",
"@mantine/core": "8.3.15",
"@mantine/hooks": "8.3.15",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@storybook/addon-essentials": "^8.6.15",
Expand All @@ -50,13 +50,13 @@
"@types/fs-extra": "^11.0.4",
"@types/identity-obj-proxy": "^3.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.19.7",
"@types/react": "^19.2.10",
"@types/node": "^22.19.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/signale": "^1.4.7",
"@types/yargs": "^17.0.35",
"@vitejs/plugin-react": "^4.7.0",
"esbuild": "^0.27.2",
"esbuild": "^0.27.3",
"esbuild-jest": "^0.5.0",
"eslint": "^9.39.2",
"eslint-config-mantine": "^4.0.3",
Expand All @@ -77,22 +77,22 @@
"prettier": "^3.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"rimraf": "^6.1.2",
"rimraf": "^6.1.3",
"rollup": "^4.57.1",
"rollup-plugin-banner2": "^1.3.1",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-node-externals": "^8.1.2",
"rollup-plugin-postcss": "^4.0.2",
"signale": "^1.4.0",
"simple-git": "^3.30.0",
"simple-git": "^3.31.1",
"storybook": "^8.6.15",
"storybook-dark-mode": "^4.0.2",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^14.0.0",
"syncpack": "^13.0.4",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.54.0",
"typescript-eslint": "^8.56.0",

Copilot AI Feb 17, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description states this is a patch release update, but typescript-eslint is being updated from 8.54.0 to 8.56.0, which is a minor version bump (two minor versions), not a patch. While this is likely safe and intentional, the PR description should accurately reflect that this includes a minor version update for typescript-eslint.

Copilot uses AI. Check for mistakes.
"version-next": "^1.0.2",
"vite": "^6.4.1",
"yargs": "^17.7.2",
Expand Down
Loading