Skip to content

Commit 5986ecf

Browse files
committed
🔧 chore: Update dependencies to latest compatible versions
- Bump Next.js, React, and ReactDOM to 15.5.9 / 19.2.3 - Update Shiki to 3.20.0 and Esbuild to 0.27.1 - Align docs package.json with main dependency versions - Improves security, performance, and compatibility across the repo
1 parent 5f74e89 commit 5986ecf

File tree

3 files changed

+78
-349
lines changed

3 files changed

+78
-349
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
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.7",
24+
"@next/mdx": "^15.5.9",
2525
"@tabler/icons-react": "^3.35.0",
2626
"@types/mdx": "^2.0.13",
27-
"next": "15.5.7",
28-
"react": "19.2.1",
29-
"react-dom": "19.2.1",
27+
"next": "15.5.9",
28+
"react": "19.2.3",
29+
"react-dom": "19.2.3",
3030
"remark-slug": "^7.0.1",
31-
"shiki": "^3.19.0",
31+
"shiki": "^3.20.0",
3232
"type-fest": "^4.41.0"
3333
},
3434
"devDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/signale": "^1.4.7",
6060
"@types/yargs": "^17.0.35",
6161
"@vitejs/plugin-react": "^4.7.0",
62-
"esbuild": "^0.25.12",
62+
"esbuild": "^0.27.1",
6363
"esbuild-jest": "^0.5.0",
6464
"eslint": "^9.39.1",
6565
"eslint-config-mantine": "^4.0.3",
@@ -78,8 +78,8 @@
7878
"postcss": "^8.5.6",
7979
"postcss-preset-mantine": "1.18.0",
8080
"prettier": "^3.7.4",
81-
"react": "19.2.1",
82-
"react-dom": "19.2.1",
81+
"react": "19.2.3",
82+
"react-dom": "19.2.3",
8383
"rimraf": "^6.1.2",
8484
"rollup": "^4.53.3",
8585
"rollup-plugin-banner2": "^1.3.1",

0 commit comments

Comments
 (0)