Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 28, 2024
1 parent 05d64e9 commit 8f2bc96
Show file tree
Hide file tree
Showing 7 changed files with 496 additions and 583 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.77.8",
"sass-embedded": "^1.77.8",
"sass-loader": "^16.0.0",
"sass-loader": "^16.0.1",
"vue": "^3.4.38",
"vuepress": "workspace:*"
},
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/types": "^19.0.3",
"@types/node": "^22.4.0",
"@types/node": "^22.5.1",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.0.5",
"bumpp": "^9.5.1",
"bumpp": "^9.5.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-vuepress": "^5.1.4",
"husky": "^9.1.4",
"husky": "^9.1.5",
"jiti": "^1.21.6",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.0",
"taze": "^0.16.6",
"sort-package-json": "^2.10.1",
"taze": "^0.16.7",
"tsconfig-vuepress": "^5.0.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "~5.4.1",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.41",
"postcss-load-config": "^6.0.1",
"rollup": "^4.21.0",
"rollup": "^4.21.1",
"vite": "~5.4.1",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"express": "^4.19.2",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.26.0",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.4.38",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.3",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-5-chain": "^8.0.2",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-anchor": "^9.1.0",
"markdown-it-emoji": "^3.0.0",
"mdurl": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"hash-sum": "^2.0.0",
"ora": "^8.0.1",
"ora": "^8.1.0",
"picocolors": "^1.0.1",
"upath": "^2.0.1"
},
Expand Down
Loading

0 comments on commit 8f2bc96

Please sign in to comment.