Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Nov 8, 2023
1 parent 2e5f4ec commit dae43ae
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 129 deletions.
161 changes: 42 additions & 119 deletions documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"prestart": "node scripts/prestart.js",
"start": "docusaurus start --port 3003 --config docusaurus.config.ts",
"start": "docusaurus start --port 3003",
"prebuild": "node scripts/prestart.js",
"build": "docusaurus build",
"postbuild": "node scripts/postbuild.js",
Expand All @@ -22,7 +22,7 @@
"update:install": "npm run update"
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^0.11.0",
"@cmfcmf/docusaurus-search-local": "^1.1.0",
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@mdx-js/react": "^3.0.0",
Expand All @@ -32,9 +32,10 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.2.0",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.7.4"
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/tsconfig": "3.0.0",
"@docusaurus/types": "3.0.0",
"typescript": "~5.2.2"
},
"browserslist": {
"production": [
Expand All @@ -43,12 +44,12 @@
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"engines": {
"node": ">=16.20"
"node": ">=18.0"
}
}
}

0 comments on commit dae43ae

Please sign in to comment.