Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 8, 2024
1 parent 0a5d4eb commit c4437d4
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 347 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Expand Up @@ -21,15 +21,15 @@
"@vuepress-e2e/conditional-exports": "file:./modules/conditional-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.72.0",
"sass": "^1.74.1",
"sass-loader": "^14.1.1",
"vue": "^3.4.21",
"vuepress": "workspace:*"
},
"devDependencies": {
"anywhere": "^1.6.0",
"cross-env": "^7.0.3",
"cypress": "^13.7.1",
"cypress": "^13.7.2",
"process": "^0.11.10",
"start-server-and-test": "^2.0.3"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -33,7 +33,7 @@
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/types": "^19.0.3",
"@types/node": "^20.11.30",
"@types/node": "^20.12.5",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.4.0",
"bumpp": "^9.4.0",
Expand All @@ -47,14 +47,14 @@
"prettier": "^3.2.5",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"sort-package-json": "^2.8.0",
"sort-package-json": "^2.10.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "~5.2.2",
"typescript": "^5.4.4",
"vite": "~5.2.8",
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18.16.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.38",
"postcss-load-config": "^5.0.3",
"rollup": "^4.13.0",
"vite": "~5.2.2",
"rollup": "^4.14.1",
"vite": "~5.2.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-webpack/package.json
Expand Up @@ -45,9 +45,9 @@
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"css-loader": "^7.0.0",
"esbuild-loader": "~4.1.0",
"express": "^4.19.1",
"express": "^4.19.2",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.38",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -41,7 +41,7 @@
"@vuepress/utils": "workspace:*",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"envinfo": "^7.11.1",
"envinfo": "^7.12.0",
"esbuild": "~0.20.2"
},
"devDependencies": {
Expand Down

0 comments on commit c4437d4

Please sign in to comment.