Skip to content

Commit

Permalink
Update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Aug 4, 2024
1 parent c291c96 commit 6c3292a
Show file tree
Hide file tree
Showing 2 changed files with 1,462 additions and 1,537 deletions.
55 changes: 35 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"prettier": "prettier --write \"**/*.{js,md,html,json,css,cjs,mjs}\""
},
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/plugin-content-blog": "^3.2.1",
"@docusaurus/plugin-content-docs": "^3.2.1",
"@docusaurus/plugin-content-pages": "^3.2.1",
"@docusaurus/plugin-ideal-image": "^3.2.1",
"@docusaurus/plugin-sitemap": "^3.2.1",
"@docusaurus/theme-classic": "^3.2.1",
"@docusaurus/theme-search-algolia": "^3.2.1",
"@docusaurus/core": "^3.4.0",
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/plugin-content-blog": "^3.4.0",
"@docusaurus/plugin-content-docs": "^3.4.0",
"@docusaurus/plugin-content-pages": "^3.4.0",
"@docusaurus/plugin-ideal-image": "^3.4.0",
"@docusaurus/plugin-sitemap": "^3.4.0",
"@docusaurus/theme-classic": "^3.4.0",
"@docusaurus/theme-search-algolia": "^3.4.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.91.0"
"clsx": "^2.1.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack": "^5.93.0"
},
"browserslist": {
"production": [
Expand All @@ -46,12 +46,27 @@
"semi": false
},
"devDependencies": {
"@docusaurus/types": "^3.2.1",
"@docusaurus/types": "^3.4.0",
"@tsconfig/docusaurus": "^2.0.3",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"typescript": "^5.4.5"
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.4.0",
"resolutions": {
"define-properties": "npm:@nolyfill/define-properties@^1",
"function-bind": "npm:@nolyfill/function-bind@^1",
"gopd": "npm:@nolyfill/gopd@^1",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@^1",
"has-proto": "npm:@nolyfill/has-proto@^1",
"has-symbols": "npm:@nolyfill/has-symbols@^1",
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"object-keys": "npm:@nolyfill/object-keys@^1",
"object.assign": "npm:@nolyfill/object.assign@^1",
"set-function-length": "npm:@nolyfill/set-function-length@^1",
"side-channel": "npm:@nolyfill/side-channel@^1"
}
}
Loading

0 comments on commit 6c3292a

Please sign in to comment.