Skip to content

Commit ce60a7e

Browse files
chore(deps): update all non-major dependencies (#10725)
1 parent 41482b0 commit ce60a7e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.19.4",
40-
"@microsoft/api-extractor": "^7.33.4",
39+
"@babel/types": "^7.20.0",
40+
"@microsoft/api-extractor": "^7.33.5",
4141
"@rollup/plugin-typescript": "^8.5.0",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
@@ -55,15 +55,15 @@
5555
"@types/prompts": "^2.4.1",
5656
"@types/resolve": "^1.20.2",
5757
"@types/sass": "~1.43.1",
58-
"@types/semver": "^7.3.12",
58+
"@types/semver": "^7.3.13",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
6161
"@typescript-eslint/eslint-plugin": "^5.41.0",
6262
"@typescript-eslint/parser": "^5.41.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.14.47",
6565
"eslint": "^8.26.0",
66-
"eslint-define-config": "^1.8.0",
66+
"eslint-define-config": "^1.11.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
6969
"execa": "^6.1.0",
@@ -74,21 +74,21 @@
7474
"npm-run-all": "^4.1.5",
7575
"picocolors": "^1.0.0",
7676
"playwright-chromium": "^1.27.1",
77-
"pnpm": "^7.14.0",
77+
"pnpm": "^7.14.1",
7878
"prettier": "2.7.1",
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
8181
"rimraf": "^3.0.2",
8282
"rollup": "^2.79.1",
83-
"rollup-plugin-license": "^2.8.2",
83+
"rollup-plugin-license": "^2.9.0",
8484
"semver": "^7.3.8",
8585
"simple-git-hooks": "^2.8.1",
8686
"tslib": "^2.4.0",
8787
"tsx": "^3.11.0",
8888
"typescript": "^4.6.4",
8989
"unbuild": "^0.9.4",
9090
"vite": "workspace:*",
91-
"vitepress": "^1.0.0-alpha.22",
91+
"vitepress": "^1.0.0-alpha.26",
9292
"vitest": "^0.24.3",
9393
"vue": "^3.2.41"
9494
},
@@ -110,7 +110,7 @@
110110
"eslint --cache --fix"
111111
]
112112
},
113-
"packageManager": "[email protected].0",
113+
"packageManager": "[email protected].1",
114114
"pnpm": {
115115
"overrides": {
116116
"vite": "workspace:*",

Diff for: packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
3838
"@babel/core": "^7.19.6",
39-
"@babel/plugin-transform-typescript": "^7.19.3",
39+
"@babel/plugin-transform-typescript": "^7.20.0",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)