Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3036f61

Browse files
committedNov 6, 2024·
chore: Update npm dependencies to latest versions
1 parent 14ca4e4 commit 3036f61

File tree

2 files changed

+1724
-282
lines changed

2 files changed

+1724
-282
lines changed
 

‎package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
"format": "biome check --write ."
2222
},
2323
"dependencies": {
24-
"@docusaurus/core": "3.5.2",
25-
"@docusaurus/preset-classic": "3.5.2",
26-
"@docusaurus/remark-plugin-npm2yarn": "^3.5.2",
24+
"@docusaurus/core": "3.6.0",
25+
"@docusaurus/preset-classic": "3.6.0",
26+
"@docusaurus/remark-plugin-npm2yarn": "^3.6.0",
27+
"@docusaurus/theme-classic": "^3.6.0",
2728
"@mdx-js/react": "^3.0.0",
2829
"@stackblitz/sdk": "^1.11.0",
2930
"@tsparticles/engine": "^3.5.0",
@@ -37,10 +38,12 @@
3738
},
3839
"devDependencies": {
3940
"@biomejs/biome": "^1.9.4",
40-
"@docusaurus/module-type-aliases": "3.5.2",
41-
"@docusaurus/tsconfig": "3.5.2",
42-
"@docusaurus/types": "3.5.2",
43-
"typescript": "~5.6.3"
41+
"@docusaurus/module-type-aliases": "3.6.0",
42+
"@docusaurus/tsconfig": "3.6.0",
43+
"@docusaurus/types": "3.6.0",
44+
"@types/node": "^22.9.0",
45+
"typescript": "~5.6.3",
46+
"utility-types": "^3.11.0"
4447
},
4548
"browserslist": {
4649
"production": [
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.