Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 27, 2023
1 parent 3a32e0a commit 3fa2511
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 197 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.cjs
Expand Up @@ -26,11 +26,5 @@ module.exports = {
'vue/one-component-per-file': 'off',
},
},
{
files: ['packages/vuepress/bin/vuepress-*.js'],
rules: {
'import/no-extraneous-dependencies': 'off',
},
},
],
}
4 changes: 2 additions & 2 deletions e2e/package.json
Expand Up @@ -24,13 +24,13 @@
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"sass-loader": "^13.3.3",
"vue": "^3.3.13",
"vuepress": "workspace:*"
},
"devDependencies": {
"anywhere": "^1.6.0",
"cypress": "^13.6.1",
"cypress": "^13.6.2",
"process": "^0.11.10",
"start-server-and-test": "^2.0.3"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -33,8 +33,8 @@
"bumpp": "^9.2.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint-config-vuepress": "^4.9.0",
"eslint-config-vuepress-typescript": "^4.9.0",
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"eslint-plugin-cypress": "^2.15.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
Expand All @@ -48,7 +48,7 @@
"vite": "~5.0.10",
"vitest": "^1.1.0"
},
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.13.1",
"engines": {
"node": ">=18.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/package.json
Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^5.0.0",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Expand Up @@ -55,7 +55,7 @@
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"vue": "^3.3.13",
"vue-loader": "^17.3.1",
"vue-loader": "^17.4.0",
"vue-router": "^4.2.5",
"webpack": "^5.89.0",
"webpack-chain": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -39,7 +39,7 @@
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
"hash-sum": "^2.0.0",
"ora": "^7.0.1",
"ora": "^8.0.1",
"picocolors": "^1.0.0",
"upath": "^2.0.1"
},
Expand Down

0 comments on commit 3fa2511

Please sign in to comment.