Skip to content

Commit e671a56

Browse files
fix(deps): update all non-major dependencies (#10160)
1 parent f5a3481 commit e671a56

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.19.0",
40-
"@microsoft/api-extractor": "^7.30.0",
40+
"@microsoft/api-extractor": "^7.31.2",
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.36.2",
62-
"@typescript-eslint/parser": "^5.36.2",
61+
"@typescript-eslint/eslint-plugin": "^5.38.0",
62+
"@typescript-eslint/parser": "^5.38.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.14.47",
6565
"eslint": "^8.23.1",
@@ -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.25.2",
77-
"pnpm": "^7.11.0",
76+
"playwright-chromium": "^1.26.0",
77+
"pnpm": "^7.12.2",
7878
"prettier": "2.7.1",
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
@@ -86,10 +86,10 @@
8686
"tslib": "^2.4.0",
8787
"tsx": "^3.9.0",
8888
"typescript": "^4.6.4",
89-
"unbuild": "^0.8.10",
89+
"unbuild": "^0.8.11",
9090
"vite": "workspace:*",
91-
"vitepress": "^1.0.0-alpha.13",
92-
"vitest": "^0.23.2",
91+
"vitepress": "^1.0.0-alpha.15",
92+
"vitest": "^0.23.4",
9393
"vue": "^3.2.39"
9494
},
9595
"simple-git-hooks": {
@@ -110,7 +110,7 @@
110110
"eslint --cache --fix"
111111
]
112112
},
113-
"packageManager": "pnpm@7.11.0",
113+
"packageManager": "pnpm@7.12.2",
114114
"pnpm": {
115115
"overrides": {
116116
"vite": "workspace:*",

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.19.0",
38+
"@babel/core": "^7.19.1",
3939
"@babel/plugin-syntax-import-meta": "^7.10.4",
40-
"@babel/plugin-transform-typescript": "^7.19.0",
40+
"@babel/plugin-transform-typescript": "^7.19.1",
4141
"@vue/babel-plugin-jsx": "^1.1.1"
4242
},
4343
"devDependencies": {

playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@vitejs/plugin-vue": "workspace:*",
1313
"less": "^4.1.3",
1414
"postcss-nested": "^5.0.6",
15-
"sass": "^1.54.9"
15+
"sass": "^1.55.0"
1616
},
1717
"dependencies": {
1818
"vue": "^3.2.39"

playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.1.3",
1919
"pug": "^3.0.2",
20-
"sass": "^1.54.9",
20+
"sass": "^1.55.0",
2121
"stylus": "^0.59.0"
2222
}
2323
}

0 commit comments

Comments
 (0)