Skip to content

Commit fb7c239

Browse files
fix(deps): update all non-major dependencies (#10077)
1 parent c8ff9eb commit fb7c239

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.18.13",
39+
"@babel/types": "^7.19.0",
4040
"@microsoft/api-extractor": "^7.30.0",
41-
"@rollup/plugin-typescript": "^8.4.0",
41+
"@rollup/plugin-typescript": "^8.5.0",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
4444
"@types/convert-source-map": "^1.5.2",
@@ -57,22 +57,22 @@
5757
"@types/semver": "^7.3.12",
5858
"@types/stylus": "^0.48.38",
5959
"@types/ws": "^8.5.3",
60-
"@typescript-eslint/eslint-plugin": "^5.36.1",
61-
"@typescript-eslint/parser": "^5.36.1",
60+
"@typescript-eslint/eslint-plugin": "^5.36.2",
61+
"@typescript-eslint/parser": "^5.36.2",
6262
"conventional-changelog-cli": "^2.2.2",
6363
"esbuild": "^0.14.47",
64-
"eslint": "^8.23.0",
64+
"eslint": "^8.23.1",
6565
"eslint-define-config": "^1.7.0",
6666
"eslint-plugin-import": "^2.26.0",
6767
"eslint-plugin-node": "^11.1.0",
6868
"execa": "^6.1.0",
69-
"fast-glob": "^3.2.11",
69+
"fast-glob": "^3.2.12",
7070
"fs-extra": "^10.1.0",
7171
"lint-staged": "^13.0.3",
7272
"minimist": "^1.2.6",
7373
"npm-run-all": "^4.1.5",
7474
"picocolors": "^1.0.0",
75-
"playwright-chromium": "^1.25.1",
75+
"playwright-chromium": "^1.25.2",
7676
"pnpm": "^7.11.0",
7777
"prettier": "2.7.1",
7878
"prompts": "^2.4.2",
@@ -88,8 +88,8 @@
8888
"unbuild": "^0.8.10",
8989
"vite": "workspace:*",
9090
"vitepress": "^1.0.0-alpha.13",
91-
"vitest": "^0.23.1",
92-
"vue": "^3.2.38"
91+
"vitest": "^0.23.2",
92+
"vue": "^3.2.39"
9393
},
9494
"simple-git-hooks": {
9595
"pre-commit": "pnpm exec lint-staged --concurrent false",

packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.18.13",
38+
"@babel/core": "^7.19.0",
3939
"@babel/plugin-syntax-import-meta": "^7.10.4",
40-
"@babel/plugin-transform-typescript": "^7.18.12",
40+
"@babel/plugin-transform-typescript": "^7.19.0",
4141
"@vue/babel-plugin-jsx": "^1.1.1"
4242
},
4343
"devDependencies": {

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"slash": "^4.0.0",
4747
"source-map": "^0.6.1",
4848
"vite": "workspace:*",
49-
"vue": "^3.2.38"
49+
"vue": "^3.2.39"
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.38",
19+
"vue": "^3.2.39",
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.38"
12+
"vue": "^3.2.39"
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.38"
12+
"vue": "^3.2.39"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",

playground/vue-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-consumer": "vite build --config ./vite.config.consumer.ts"
99
},
1010
"dependencies": {
11-
"vue": "^3.2.38"
11+
"vue": "^3.2.39"
1212
},
1313
"devDependencies": {
1414
"@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.38"
12+
"vue": "^3.2.39"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*"

playground/vue-sourcemap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@vitejs/plugin-vue": "workspace:*",
1313
"less": "^4.1.3",
1414
"postcss-nested": "^5.0.6",
15-
"sass": "^1.54.8"
15+
"sass": "^1.54.9"
1616
},
1717
"dependencies": {
18-
"vue": "^3.2.38"
18+
"vue": "^3.2.39"
1919
}
2020
}

playground/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"lodash-es": "^4.17.21",
13-
"vue": "^3.2.38"
13+
"vue": "^3.2.39"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.1.3",
1919
"pug": "^3.0.2",
20-
"sass": "^1.54.8",
20+
"sass": "^1.54.9",
2121
"stylus": "^0.59.0"
2222
}
2323
}

0 commit comments

Comments
 (0)