Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 21, 2023
1 parent 5d60575 commit 5d83bea
Show file tree
Hide file tree
Showing 12 changed files with 1,454 additions and 1,166 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

env:
NODE_VERSION: '16'
NODE_VERSION: '18'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

env:
DOCS_GA_ID: G-CTB8FQ7VMW
NODE_VERSION: '16'
NODE_VERSION: '18'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -23,7 +23,7 @@
"@vuepress/theme-default": "workspace:*",
"@vuepress/utils": "workspace:*",
"anywhere": "^1.6.0",
"sass-loader": "^13.2.1",
"sass-loader": "^13.2.2",
"vue": "^3.2.47"
}
}
2 changes: 1 addition & 1 deletion ecosystem/plugin-docsearch/package.json
Expand Up @@ -44,7 +44,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^9.13.0",
"@vueuse/core": "^10.0.2",
"ts-debounce": "^4.0.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
Expand Down
4 changes: 2 additions & 2 deletions ecosystem/theme-default/package.json
Expand Up @@ -55,8 +55,8 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^9.13.0",
"sass": "^1.59.3",
"@vueuse/core": "^10.0.2",
"sass": "^1.62.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/vuepress-webpack/package.json
Expand Up @@ -43,7 +43,7 @@
"@vuepress/cli": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"sass-loader": "^13.2.1"
"sass-loader": "^13.2.2"
},
"peerDependencies": {
"vue": "^3.2.47"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -36,30 +36,30 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@types/node": "^18.15.3",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/node": "^18.15.13",
"@types/webpack-env": "^1.18.0",
"@vitest/coverage-istanbul": "^0.29.3",
"bumpp": "^9.0.0",
"@vitest/coverage-istanbul": "^0.30.1",
"bumpp": "^9.1.0",
"conventional-changelog-cli": "^2.2.2",
"cpx2": "^4.2.2",
"eslint": "^8.36.0",
"cpx2": "^4.2.3",
"eslint": "^8.38.0",
"eslint-config-vuepress": "^4.1.0",
"eslint-config-vuepress-typescript": "^4.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.5",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"prettier-config-vuepress": "^4.0.0",
"rimraf": "^4.4.0",
"rimraf": "^5.0.0",
"sort-package-json": "^2.4.1",
"tsconfig-vuepress": "^4.1.0",
"tsup": "^6.7.0",
"typescript": "^5.0.2",
"vite": "~4.2.0",
"vitest": "^0.29.3"
"typescript": "^5.0.4",
"vite": "~4.3.1",
"vitest": "^0.30.1"
},
"packageManager": "pnpm@7.30.0",
"packageManager": "pnpm@7.32.2",
"engines": {
"node": ">=14.18.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-vite/package.json
Expand Up @@ -40,10 +40,10 @@
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.14",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.21",
"postcss": "^8.4.23",
"postcss-load-config": "^4.0.1",
"rollup": "^3.20.0",
"vite": "~4.2.0",
"rollup": "^3.20.7",
"vite": "~4.3.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/bundler-webpack/package.json
Expand Up @@ -48,18 +48,18 @@
"css-loader": "^6.7.3",
"esbuild-loader": "~2.21.0",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.0",
"html-webpack-plugin": "^5.5.1",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.21",
"postcss": "^8.4.23",
"postcss-csso": "^6.0.1",
"postcss-loader": "^7.1.0",
"postcss-loader": "^7.2.4",
"style-loader": "^3.3.2",
"vue": "^3.2.47",
"vue-loader": "^17.0.1",
"vue-router": "^4.1.6",
"webpack": "^5.76.2",
"webpack": "^5.80.0",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.13.1",
"webpack-dev-server": "^4.13.3",
"webpack-merge": "^5.8.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -42,7 +42,7 @@
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"envinfo": "^7.8.1",
"esbuild": "~0.17.12"
"esbuild": "~0.17.17"
},
"devDependencies": {
"@types/envinfo": "^7.8.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Expand Up @@ -36,10 +36,10 @@
"@types/hash-sum": "^1.0.0",
"@vuepress/shared": "workspace:*",
"debug": "^4.3.4",
"fs-extra": "^11.1.0",
"globby": "^13.1.3",
"fs-extra": "^11.1.1",
"globby": "^13.1.4",
"hash-sum": "^2.0.0",
"ora": "^6.2.0",
"ora": "^6.3.0",
"picocolors": "^1.0.0",
"upath": "^2.0.1"
},
Expand Down

0 comments on commit 5d83bea

Please sign in to comment.