Skip to content

Commit

Permalink
fix(deps): update docusaurus monorepo to v3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 191bcbd commit b18ee41
Show file tree
Hide file tree
Showing 3 changed files with 2,641 additions and 2,124 deletions.
12 changes: 6 additions & 6 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"tsc": "tsc"
},
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-google-gtag": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/core": "3.0.1",
"@docusaurus/plugin-google-gtag": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@mdx-js/react": "1.6.22",
"clsx": "2.0.0",
"docusaurus-plugin-remote-content": "3.1.0",
Expand All @@ -31,9 +31,9 @@
"use-query-params": "2.2.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/theme-classic": "2.4.3",
"@docusaurus/types": "2.4.3",
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/theme-classic": "3.0.1",
"@docusaurus/types": "3.0.1",
"@tsconfig/docusaurus": "2.0.2",
"@types/node": "20.10.3",
"@types/react": "18.2.41",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@docusaurus/types": "2.4.3",
"@docusaurus/types": "3.0.1",
"@types/node": "20.10.3",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
Expand Down
Loading

0 comments on commit b18ee41

Please sign in to comment.