Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 22, 2024
1 parent ab41ba1 commit a48aa0b
Show file tree
Hide file tree
Showing 7 changed files with 849 additions and 614 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@vuepress-e2e/conditional-exports": "file:./modules/conditional-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.71.1",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"vue": "^3.4.21",
"vuepress": "workspace:*"
},
"devDependencies": {
"anywhere": "^1.6.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.6",
"cypress": "^13.7.1",
"process": "^0.11.10",
"start-server-and-test": "^2.0.3"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@types/node": "^20.11.24",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@types/node": "^20.11.30",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.3.1",
"@vitest/coverage-istanbul": "^1.4.0",
"bumpp": "^9.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
Expand All @@ -49,11 +49,11 @@
"sort-package-json": "^2.8.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "~5.1.5",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vite": "~5.2.2",
"vitest": "^1.4.0"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"engines": {
"node": ">=18.16.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"rollup": "^4.12.0",
"vite": "~5.1.5",
"rollup": "^4.13.0",
"vite": "~5.2.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"esbuild-loader": "~4.0.3",
"express": "^4.18.3",
"esbuild-loader": "~4.1.0",
"express": "^4.19.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-csso": "^6.0.1",
"postcss-loader": "^8.1.1",
"style-loader": "^3.3.4",
"vue": "^3.4.21",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.0",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^5.0.2",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"envinfo": "^7.11.1",
"esbuild": "~0.19.12"
"esbuild": "~0.20.2"
},
"devDependencies": {
"@types/envinfo": "^7.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/markdown-it-emoji": "^2.0.4",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^3.0.0",
"mdurl": "^2.0.0"
Expand Down
Loading

0 comments on commit a48aa0b

Please sign in to comment.