Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 3, 2024
1 parent 8ca0cc6 commit e4ac4c7
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 286 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"sass-loader": "^14.1.0",
"vue": "^3.4.15",
"vuepress": "workspace:*"
},
"devDependencies": {
"anywhere": "^1.6.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.3",
"cypress": "^13.6.4",
"process": "^0.11.10",
"start-server-and-test": "^2.0.3"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@types/node": "^20.11.6",
"@types/node": "^20.11.16",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.2.1",
"@vitest/coverage-istanbul": "^1.2.2",
"bumpp": "^9.3.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"eslint-plugin-cypress": "^2.15.1",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
"sort-package-json": "^2.7.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "~5.0.12",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=18.16.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"autoprefixer": "^10.4.17",
"chokidar": "^3.5.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
"css-loader": "^6.10.0",
"esbuild-loader": "~4.0.3",
"express": "^4.18.2",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.7",
"mini-css-extract-plugin": "^2.8.0",
"postcss": "^8.4.33",
"postcss-csso": "^6.0.1",
"postcss-loader": "^8.0.0",
"postcss-loader": "^8.1.0",
"style-loader": "^3.3.4",
"vue": "^3.4.15",
"vue-loader": "^17.4.2",
"vue-router": "^4.2.5",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vuepress/utils": "workspace:*",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"envinfo": "^7.11.0",
"envinfo": "^7.11.1",
"esbuild": "~0.19.12"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e4ac4c7

Please sign in to comment.