Skip to content

Commit 7082ccf

Browse files
fix(deps): update all non-major dependencies (#8802)
1 parent 36d20a3 commit 7082ccf

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.18.4",
40-
"@microsoft/api-extractor": "^7.25.2",
39+
"@babel/types": "^7.18.7",
40+
"@microsoft/api-extractor": "^7.28.1",
4141
"@rollup/plugin-typescript": "^8.3.3",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
4444
"@types/convert-source-map": "^1.5.2",
4545
"@types/cross-spawn": "^6.0.2",
4646
"@types/debug": "^4.1.7",
47-
"@types/estree": "^0.0.51",
47+
"@types/estree": "^0.0.52",
4848
"@types/etag": "^1.8.1",
4949
"@types/fs-extra": "^9.0.13",
5050
"@types/hash-sum": "^1.0.0",
@@ -59,8 +59,8 @@
5959
"@types/semver": "^7.3.10",
6060
"@types/stylus": "^0.48.38",
6161
"@types/ws": "^8.5.3",
62-
"@typescript-eslint/eslint-plugin": "^5.28.0",
63-
"@typescript-eslint/parser": "^5.28.0",
62+
"@typescript-eslint/eslint-plugin": "^5.30.0",
63+
"@typescript-eslint/parser": "^5.30.0",
6464
"conventional-changelog-cli": "^2.2.2",
6565
"cross-env": "^7.0.3",
6666
"esbuild": "^0.14.47",
@@ -71,13 +71,13 @@
7171
"execa": "^6.1.0",
7272
"fs-extra": "^10.1.0",
7373
"kill-port": "^1.6.1",
74-
"lint-staged": "^13.0.2",
74+
"lint-staged": "^13.0.3",
7575
"minimist": "^1.2.6",
7676
"node-fetch": "^3.2.6",
7777
"npm-run-all": "^4.1.5",
7878
"picocolors": "^1.0.0",
79-
"playwright-chromium": "^1.22.2",
80-
"pnpm": "^7.3.0",
79+
"playwright-chromium": "^1.23.0",
80+
"pnpm": "^7.4.0",
8181
"prettier": "2.7.1",
8282
"prompts": "^2.4.2",
8383
"rimraf": "^3.0.2",
@@ -90,8 +90,8 @@
9090
"typescript": "^4.6.4",
9191
"unbuild": "^0.7.4",
9292
"vite": "workspace:*",
93-
"vitepress": "^1.0.0-alpha.2",
94-
"vitest": "^0.15.1",
93+
"vitepress": "^1.0.0-alpha.4",
94+
"vitest": "^0.16.0",
9595
"vue": "^3.2.37"
9696
},
9797
"simple-git-hooks": {
@@ -112,7 +112,7 @@
112112
"eslint --cache --fix"
113113
]
114114
},
115-
"packageManager": "pnpm@7.3.0",
115+
"packageManager": "pnpm@7.4.0",
116116
"pnpm": {
117117
"overrides": {
118118
"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.18.5",
38+
"@babel/core": "^7.18.6",
3939
"@babel/plugin-syntax-import-meta": "^7.10.4",
40-
"@babel/plugin-transform-typescript": "^7.18.4",
40+
"@babel/plugin-transform-typescript": "^7.18.6",
4141
"@vue/babel-plugin-jsx": "^1.1.1"
4242
},
4343
"devDependencies": {

packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"vue": "^3.2.25"
4040
},
4141
"devDependencies": {
42-
"@jridgewell/gen-mapping": "^0.3.1",
43-
"@jridgewell/trace-mapping": "^0.3.13",
42+
"@jridgewell/gen-mapping": "^0.3.2",
43+
"@jridgewell/trace-mapping": "^0.3.14",
4444
"debug": "^4.3.4",
4545
"rollup": "^2.75.6",
4646
"slash": "^4.0.0",

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.52.3"
15+
"sass": "^1.53.0"
1616
},
1717
"dependencies": {
1818
"vue": "^3.2.37"

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.52.3",
20+
"sass": "^1.53.0",
2121
"stylus": "^0.58.1"
2222
}
2323
}

0 commit comments

Comments
 (0)