Skip to content

Commit

Permalink
Roll back vitepress as 1.0.0-rc.40 breaks the development build (#5372)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 2, 2024
1 parent 19fe138 commit 14425f9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 98 deletions.
125 changes: 30 additions & 95 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"@types/estree": "1.0.5"
},
"devDependenciesComments": {
"@types/node": "Version 18.19.0 breaks chokidar and vite types"
"@types/node": "Version 18.19.0 breaks chokidar and vite types",
"vitepress": "Version 1.0.0-rc.40 breaks npm run dev"
},
"devDependencies": {
"@codemirror/commands": "^6.3.3",
Expand Down Expand Up @@ -184,7 +185,7 @@
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitepress": "^1.0.0-rc.40",
"vitepress": "1.0.0-rc.39",
"vue": "^3.4.15",
"wasm-pack": "^0.12.1",
"weak-napi": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"platformAutomerge": true
},
{
"matchPackageNames": ["node", "npm", "fsevents"],
"matchPackageNames": ["node", "npm", "fsevents", "vitepress"],
"enabled": false
},
{
Expand Down

0 comments on commit 14425f9

Please sign in to comment.