Skip to content

Commit 3fbe54f

Browse files
committed
build: bump dependencies
1 parent 5c1d7a2 commit 3fbe54f

File tree

3 files changed

+275
-307
lines changed

3 files changed

+275
-307
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,28 @@
3838
"devDependencies": {
3939
"@commitlint/cli": "^17.6.6",
4040
"@commitlint/config-conventional": "^17.6.6",
41-
"@types/node": "^20.3.2",
41+
"@types/node": "^20.3.3",
4242
"@types/webpack-env": "^1.18.1",
43-
"@vitest/coverage-istanbul": "^0.32.2",
43+
"@vitest/coverage-istanbul": "^0.32.4",
4444
"bumpp": "^9.1.1",
4545
"conventional-changelog-cli": "^3.0.0",
4646
"cpx2": "^4.2.3",
47-
"eslint": "^8.43.0",
47+
"eslint": "^8.44.0",
4848
"eslint-config-vuepress": "^4.2.0",
4949
"eslint-config-vuepress-typescript": "^4.2.0",
5050
"husky": "^8.0.3",
5151
"lint-staged": "^13.2.3",
5252
"prettier": "^2.8.8",
5353
"prettier-config-vuepress": "^4.0.0",
5454
"rimraf": "^5.0.1",
55-
"sort-package-json": "^2.4.1",
55+
"sort-package-json": "^2.5.0",
5656
"tsconfig-vuepress": "^4.2.0",
5757
"tsup": "^7.1.0",
5858
"typescript": "^5.1.6",
5959
"vite": "~4.3.9",
60-
"vitest": "^0.32.2"
60+
"vitest": "^0.32.4"
6161
},
62-
"packageManager": "pnpm@8.6.5",
62+
"packageManager": "pnpm@8.6.6",
6363
"engines": {
6464
"node": ">=18.16.0"
6565
},

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@vuepress/shared": "workspace:*",
3838
"debug": "^4.3.4",
3939
"fs-extra": "^11.1.1",
40-
"globby": "^13.2.0",
40+
"globby": "^13.2.1",
4141
"hash-sum": "^2.0.0",
4242
"ora": "^6.3.1",
4343
"picocolors": "^1.0.0",

0 commit comments

Comments
 (0)