Skip to content

Commit

Permalink
Update docusaurus to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jan 7, 2025
1 parent 02ed816 commit 00f22c6
Show file tree
Hide file tree
Showing 2 changed files with 2,125 additions and 1,665 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
"prepare": "husky install"
},
"dependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/core": "3.7.0",
"@docusaurus/plugin-content-docs": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-common": "3.7.0",
"@easyops-cn/docusaurus-search-local": "^0.47.0",
"@mdx-js/react": "^3.0.0",
"@next-bricks/basic": "^1.48.2",
Expand All @@ -28,18 +30,18 @@
"@next-bricks/shoelace": "^1.1.2",
"@next-core/monaco-contributions": "^0.3.13",
"@next-core/preview": "^0.7.36",
"clsx": "^1.2.1",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.50.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "3.4.0",
"@docusaurus/types": "3.4.0",
"@docusaurus/module-type-aliases": "3.7.0",
"@docusaurus/tsconfig": "3.7.0",
"@docusaurus/types": "3.7.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"copy-webpack-plugin": "^11.0.0",
Expand All @@ -51,7 +53,7 @@
"lint-staged": "^13.2.1",
"prettier": "^3.3.3",
"raw-loader": "^4.0.2",
"typescript": "~5.5.4"
"typescript": "~5.7.2"
},
"browserslist": {
"production": [
Expand All @@ -70,6 +72,6 @@
"trailingComma": "es5"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
}
Loading

0 comments on commit 00f22c6

Please sign in to comment.