Skip to content

Commit 05f549e

Browse files
committed
🔧 chore: bump package dependencies to latest patch releases
- Updated @next/mdx, next, @types/node, @types/react, @ianvs/prettier-plugin-sort-imports, esbuild, typescript-eslint to newer patch versions. - Keeps project up-to-date with latest tooling and type definitions.
1 parent 90e491e commit 05f549e

File tree

3 files changed

+257
-257
lines changed

3 files changed

+257
-257
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11",
24+
"@next/mdx": "^15.5.12",
2525
"@tabler/icons-react": "^3.36.1",
2626
"@types/mdx": "^2.0.13",
27-
"next": "15.5.11",
27+
"next": "15.5.12",
2828
"react": "19.2.4",
2929
"react-dom": "19.2.4",
3030
"remark-slug": "^7.0.1",
3131
"shiki": "^3.22.0",
3232
"type-fest": "^4.41.0"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^22.19.7",
36-
"@types/react": "^19.2.10",
35+
"@types/node": "^22.19.11",
36+
"@types/react": "^19.2.14",
3737
"@types/react-dom": "^19.2.3",
3838
"typescript": "5.9.3"
3939
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@eslint/js": "^9.39.2",
38-
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
38+
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
3939
"@mantine-tests/core": "^2.0.0",
4040
"@mantine/core": "8.3.14",
4141
"@mantine/hooks": "8.3.14",
@@ -53,13 +53,13 @@
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.7",
57-
"@types/react": "^19.2.10",
56+
"@types/node": "^22.19.11",
57+
"@types/react": "^19.2.14",
5858
"@types/react-dom": "^19.2.3",
5959
"@types/signale": "^1.4.7",
6060
"@types/yargs": "^17.0.35",
6161
"@vitejs/plugin-react": "^4.7.0",
62-
"esbuild": "^0.27.2",
62+
"esbuild": "^0.27.3",
6363
"esbuild-jest": "^0.5.0",
6464
"eslint": "^9.39.2",
6565
"eslint-config-mantine": "^4.0.3",
@@ -95,7 +95,7 @@
9595
"syncpack": "^13.0.4",
9696
"tsx": "^4.21.0",
9797
"typescript": "5.9.3",
98-
"typescript-eslint": "^8.54.0",
98+
"typescript-eslint": "^8.55.0",
9999
"version-next": "^1.0.2",
100100
"vite": "^6.4.1",
101101
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)