Skip to content

Commit

Permalink
fix: vuepress-next breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
GenPage committed Jul 18, 2023
1 parent ba11fc1 commit 5e9112b
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 218 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
],
},
packageRules: [
// For vuepress
{
"packageNames": ["vuepress", "@vuepress/client", "@vuepress/markdown", "@vuepress/utils"],
"allowedVersions": "!/pre.*$/"
}
// e2e test depends on testing/Dockefile testing-image which has conftest specific version.
// to upgrade conftest versions, we need following PRs.
// 1. update testing/Dockerfile conftest version
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"license": "Apache-2.0",
"devDependencies": {
"@vuepress/plugin-docsearch": "^2.0.0-beta.60",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.60",
"vuepress": "^2.0.0-beta.60"
"@vuepress/plugin-docsearch": "2.0.0-beta.66",
"@vuepress/plugin-google-analytics": "2.0.0-beta.66",
"vuepress": "2.0.0-beta.66"
},
"scripts": {
"website:dev": "vuepress dev runatlantis.io",
Expand Down

0 comments on commit 5e9112b

Please sign in to comment.