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 23, 2022
1 parent ecd3716 commit 5ea3425
Show file tree
Hide file tree
Showing 8 changed files with 312 additions and 740 deletions.
2 changes: 1 addition & 1 deletion ecosystem/plugin-shiki/package.json
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@vuepress/core": "workspace:*",
"shiki": "^0.11.1"
"shiki": "^0.12.1"
},
"publishConfig": {
"access": "public"
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.6.0",
"sass": "^1.56.2",
"@vueuse/core": "^9.8.2",
"sass": "^1.57.1",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -38,13 +38,13 @@
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/node": "^18.11.15",
"@types/node": "^18.11.17",
"@types/webpack-env": "^1.18.0",
"@vitest/coverage-istanbul": "^0.25.8",
"@vitest/coverage-istanbul": "^0.26.2",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
"cpx2": "^4.2.0",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"eslint-config-vuepress": "^4.0.4",
"eslint-config-vuepress-typescript": "^4.0.4",
"husky": "^8.0.2",
Expand All @@ -56,10 +56,10 @@
"tsconfig-vuepress": "^4.0.4",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "~4.0.1",
"vitest": "^0.25.8"
"vite": "~4.0.3",
"vitest": "^0.26.2"
},
"packageManager": "pnpm@7.14.2",
"packageManager": "pnpm@7.19.0",
"engines": {
"node": ">=14.18.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Expand Up @@ -42,8 +42,8 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.20",
"postcss-load-config": "^4.0.1",
"rollup": "^3.7.4",
"vite": "~4.0.1",
"rollup": "^3.8.0",
"vite": "~4.0.3",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Expand Up @@ -45,7 +45,7 @@
"autoprefixer": "^10.4.13",
"chokidar": "^3.5.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.2",
"css-loader": "^6.7.3",
"esbuild-loader": "~2.20.0",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.0",
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.16.5"
"esbuild": "^0.16.10"
},
"devDependencies": {
"@types/envinfo": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Expand Up @@ -44,7 +44,7 @@
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-anchor": "^8.6.6",
"markdown-it-emoji": "^2.0.2",
"mdurl": "^1.0.1"
},
Expand Down

0 comments on commit 5ea3425

Please sign in to comment.