Skip to content

Commit 17c8b26

Browse files
chore(deps): update all non-major dependencies (#7780)
1 parent 35aff51 commit 17c8b26

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,34 @@
3434
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.21.2",
37+
"@microsoft/api-extractor": "^7.22.2",
3838
"@types/fs-extra": "^9.0.13",
3939
"@types/jest": "^27.4.1",
40-
"@types/node": "^16.11.26",
40+
"@types/node": "^16.11.27",
4141
"@types/prompts": "^2.0.14",
4242
"@types/semver": "^7.3.9",
43-
"@typescript-eslint/eslint-plugin": "^5.18.0",
44-
"@typescript-eslint/parser": "^5.18.0",
43+
"@typescript-eslint/eslint-plugin": "^5.20.0",
44+
"@typescript-eslint/parser": "^5.20.0",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"cross-env": "^7.0.3",
4747
"esbuild": "^0.14.27",
4848
"eslint": "^8.13.0",
4949
"eslint-define-config": "^1.3.0",
5050
"eslint-plugin-node": "^11.1.0",
5151
"execa": "^5.1.1",
52-
"fs-extra": "^10.0.1",
52+
"fs-extra": "^10.1.0",
5353
"jest": "^27.5.1",
54-
"lint-staged": "^12.3.7",
54+
"lint-staged": "^12.3.8",
5555
"minimist": "^1.2.6",
5656
"node-fetch": "^2.6.6",
5757
"npm-run-all": "^4.1.5",
5858
"picocolors": "^1.0.0",
59-
"playwright-chromium": "^1.20.2",
59+
"playwright-chromium": "^1.21.1",
6060
"prettier": "2.6.2",
6161
"prompts": "^2.4.2",
6262
"rimraf": "^3.0.2",
6363
"rollup": "^2.59.0",
64-
"semver": "^7.3.6",
64+
"semver": "^7.3.7",
6565
"simple-git-hooks": "^2.7.0",
6666
"sirv": "^2.0.2",
6767
"ts-jest": "^27.1.4",
@@ -85,7 +85,7 @@
8585
"eslint --ext .ts"
8686
]
8787
},
88-
"packageManager": "[email protected].6",
88+
"packageManager": "[email protected].9",
8989
"pnpm": {
9090
"overrides": {
9191
"vite": "workspace:*",

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@babel/core": "^7.17.9",
2626
"@babel/plugin-syntax-import-meta": "^7.10.4",
2727
"@babel/plugin-transform-typescript": "^7.16.8",
28-
"@rollup/pluginutils": "^4.2.0",
28+
"@rollup/pluginutils": "^4.2.1",
2929
"@vue/babel-plugin-jsx": "^1.1.1",
3030
"hash-sum": "^2.0.0"
3131
}

packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"vue": "^3.2.25"
3636
},
3737
"devDependencies": {
38-
"@rollup/pluginutils": "^4.2.0",
38+
"@rollup/pluginutils": "^4.2.1",
3939
"@types/hash-sum": "^1.0.0",
4040
"debug": "^4.3.4",
4141
"hash-sum": "^2.0.0",
4242
"rollup": "^2.59.0",
4343
"slash": "^4.0.0",
4444
"source-map": "^0.6.1",
45-
"vue": "^3.2.31"
45+
"vue": "^3.2.33"
4646
}
4747
}

0 commit comments

Comments
 (0)