Skip to content

Commit

Permalink
Merge branch 'main' into vgvbot/dependency_tightener
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Aug 13, 2024
2 parents eb541fc + 8579886 commit 5ae61c6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint ."
},
"dependencies": {
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
Expand All @@ -28,9 +28,9 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@docusaurus/eslint-plugin": "^3.3.2",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "^3.3.2",
"@docusaurus/eslint-plugin": "^3.5.2",
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
Expand Down

0 comments on commit 5ae61c6

Please sign in to comment.