Skip to content

Commit c369cde

Browse files
fix(deps): update all non-major dependencies (#10316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fd5c72 commit c369cde

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

package.json

+9-9
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.0",
40-
"@microsoft/api-extractor": "^7.31.2",
39+
"@babel/types": "^7.19.3",
40+
"@microsoft/api-extractor": "^7.32.0",
4141
"@rollup/plugin-typescript": "^8.5.0",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
@@ -58,8 +58,8 @@
5858
"@types/semver": "^7.3.12",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.38.0",
62-
"@typescript-eslint/parser": "^5.38.0",
61+
"@typescript-eslint/eslint-plugin": "^5.38.1",
62+
"@typescript-eslint/parser": "^5.38.1",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.14.47",
6565
"eslint": "^8.24.0",
@@ -73,8 +73,8 @@
7373
"minimist": "^1.2.6",
7474
"npm-run-all": "^4.1.5",
7575
"picocolors": "^1.0.0",
76-
"playwright-chromium": "^1.26.0",
77-
"pnpm": "^7.12.2",
76+
"playwright-chromium": "^1.26.1",
77+
"pnpm": "^7.13.0",
7878
"prettier": "2.7.1",
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
@@ -88,9 +88,9 @@
8888
"typescript": "^4.6.4",
8989
"unbuild": "^0.8.11",
9090
"vite": "workspace:*",
91-
"vitepress": "^1.0.0-alpha.16",
91+
"vitepress": "^1.0.0-alpha.19",
9292
"vitest": "^0.23.4",
93-
"vue": "^3.2.39"
93+
"vue": "^3.2.40"
9494
},
9595
"simple-git-hooks": {
9696
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -110,7 +110,7 @@
110110
"eslint --cache --fix"
111111
]
112112
},
113-
"packageManager": "pnpm@7.12.2",
113+
"packageManager": "pnpm@7.13.0",
114114
"pnpm": {
115115
"overrides": {
116116
"vite": "workspace:*",

packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.19.1",
39-
"@babel/plugin-transform-typescript": "^7.19.1",
38+
"@babel/core": "^7.19.3",
39+
"@babel/plugin-transform-typescript": "^7.19.3",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},
4242
"devDependencies": {

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"slash": "^5.0.0",
4747
"source-map": "^0.6.1",
4848
"vite": "workspace:*",
49-
"vue": "^3.2.39"
49+
"vue": "^3.2.40"
5050
}
5151
}

playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"example-external-component": "file:example-external-component",
19-
"vue": "^3.2.39",
19+
"vue": "^3.2.40",
2020
"vue-router": "^4.1.5",
2121
"vuex": "^4.0.2"
2222
},

playground/vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.39"
12+
"vue": "^3.2.40"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",

playground/vue-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.39"
12+
"vue": "^3.2.40"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",

playground/vue-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build-consumer": "vite build --config ./vite.config.consumer.ts"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.39"
12+
"vue": "^3.2.40"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*"

playground/vue-server-origin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.39"
12+
"vue": "^3.2.40"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*"

playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"sass": "^1.55.0"
1616
},
1717
"dependencies": {
18-
"vue": "^3.2.39"
18+
"vue": "^3.2.40"
1919
}
2020
}

playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"lodash-es": "^4.17.21",
13-
"vue": "^3.2.39"
13+
"vue": "^3.2.40"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",

0 commit comments

Comments
 (0)