Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed Mar 6, 2024
1 parent 812f364 commit 7a7de43
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 4,905 deletions.
30 changes: 15 additions & 15 deletions docs-website/.docusaurus/client-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
"48": {
"js": [
{
"file": "assets/js/a94703ab.0b26cf37.js",
"hash": "ae8459af2ed77920",
"publicPath": "/assets/js/a94703ab.0b26cf37.js"
"file": "assets/js/a94703ab.fcb8af1a.js",
"hash": "fec462ff4938828e",
"publicPath": "/assets/js/a94703ab.fcb8af1a.js"
}
]
},
Expand Down Expand Up @@ -242,18 +242,18 @@
"354": {
"js": [
{
"file": "assets/js/runtime~main.d21715f0.js",
"hash": "7b7595c0aa775577",
"publicPath": "/assets/js/runtime~main.d21715f0.js"
"file": "assets/js/runtime~main.1396621b.js",
"hash": "48a9f5babb095be6",
"publicPath": "/assets/js/runtime~main.1396621b.js"
}
]
},
"401": {
"js": [
{
"file": "assets/js/17896441.c4dcd6a9.js",
"hash": "74023439debf354e",
"publicPath": "/assets/js/17896441.c4dcd6a9.js"
"file": "assets/js/17896441.a5b30f53.js",
"hash": "f616bb2bf4835015",
"publicPath": "/assets/js/17896441.a5b30f53.js"
}
]
},
Expand Down Expand Up @@ -323,9 +323,9 @@
"634": {
"js": [
{
"file": "assets/js/c4f5d8e4.8301a85b.js",
"hash": "f729543d3555c9c2",
"publicPath": "/assets/js/c4f5d8e4.8301a85b.js"
"file": "assets/js/c4f5d8e4.9f813562.js",
"hash": "511eb95f8074ecef",
"publicPath": "/assets/js/c4f5d8e4.9f813562.js"
}
]
},
Expand Down Expand Up @@ -368,9 +368,9 @@
"792": {
"js": [
{
"file": "assets/js/main.df8c8245.js",
"hash": "636c56eefaec6fc7",
"publicPath": "/assets/js/main.df8c8245.js"
"file": "assets/js/main.9581fcee.js",
"hash": "df9db6bd1a7b20b4",
"publicPath": "/assets/js/main.9581fcee.js"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions docs-website/.docusaurus/docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ export default {
}
},
"baseUrlIssueBanner": true,
"onBrokenAnchors": "warn",
"onDuplicateRoutes": "warn",
"staticDirectories": [
"static"
Expand Down
10 changes: 5 additions & 5 deletions docs-website/.docusaurus/site-metadata.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"docusaurusVersion": "3.0.1",
"docusaurusVersion": "3.1.1",
"siteVersion": "0.0.0",
"pluginVersions": {
"docusaurus-plugin-content-docs": {
"type": "package",
"name": "@docusaurus/plugin-content-docs",
"version": "3.0.1"
"version": "3.1.1"
},
"docusaurus-plugin-content-pages": {
"type": "package",
"name": "@docusaurus/plugin-content-pages",
"version": "3.0.1"
"version": "3.1.1"
},
"docusaurus-plugin-sitemap": {
"type": "package",
"name": "@docusaurus/plugin-sitemap",
"version": "3.0.1"
"version": "3.1.1"
},
"docusaurus-theme-classic": {
"type": "package",
"name": "@docusaurus/theme-classic",
"version": "3.0.1"
"version": "3.1.1"
}
}
}
13 changes: 6 additions & 7 deletions docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus": "^1.14.7",
"docusaurus-plugin-remote-content": "^4.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-snowfall": "^1.2.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/types": "3.0.1"
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "3.1.1"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 7a7de43

Please sign in to comment.