Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 3, 2023
1 parent 5c1d7a2 commit 3fbe54f
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 307 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -38,28 +38,28 @@
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/node": "^20.3.2",
"@types/node": "^20.3.3",
"@types/webpack-env": "^1.18.1",
"@vitest/coverage-istanbul": "^0.32.2",
"@vitest/coverage-istanbul": "^0.32.4",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"cpx2": "^4.2.3",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-config-vuepress": "^4.2.0",
"eslint-config-vuepress-typescript": "^4.2.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"prettier-config-vuepress": "^4.0.0",
"rimraf": "^5.0.1",
"sort-package-json": "^2.4.1",
"sort-package-json": "^2.5.0",
"tsconfig-vuepress": "^4.2.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "~4.3.9",
"vitest": "^0.32.2"
"vitest": "^0.32.4"
},
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.6",
"engines": {
"node": ">=18.16.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -37,7 +37,7 @@
"@vuepress/shared": "workspace:*",
"debug": "^4.3.4",
"fs-extra": "^11.1.1",
"globby": "^13.2.0",
"globby": "^13.2.1",
"hash-sum": "^2.0.0",
"ora": "^6.3.1",
"picocolors": "^1.0.0",
Expand Down

0 comments on commit 3fbe54f

Please sign in to comment.