Skip to content

Commit 654e3f0

Browse files
chore(deps): update all non-major dependencies (#9675)
1 parent ffff68c commit 654e3f0

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.18.10",
40-
"@microsoft/api-extractor": "^7.29.0",
40+
"@microsoft/api-extractor": "^7.29.2",
4141
"@rollup/plugin-typescript": "^8.3.4",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
@@ -54,15 +54,15 @@
5454
"@types/prompts": "^2.4.0",
5555
"@types/resolve": "^1.20.2",
5656
"@types/sass": "~1.43.1",
57-
"@types/semver": "^7.3.10",
57+
"@types/semver": "^7.3.12",
5858
"@types/stylus": "^0.48.38",
5959
"@types/ws": "^8.5.3",
60-
"@typescript-eslint/eslint-plugin": "^5.33.0",
61-
"@typescript-eslint/parser": "^5.33.0",
60+
"@typescript-eslint/eslint-plugin": "^5.33.1",
61+
"@typescript-eslint/parser": "^5.33.1",
6262
"conventional-changelog-cli": "^2.2.2",
6363
"cross-env": "^7.0.3",
6464
"esbuild": "^0.14.47",
65-
"eslint": "^8.21.0",
65+
"eslint": "^8.22.0",
6666
"eslint-define-config": "^1.6.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
@@ -72,7 +72,7 @@
7272
"minimist": "^1.2.6",
7373
"npm-run-all": "^4.1.5",
7474
"picocolors": "^1.0.0",
75-
"playwright-chromium": "^1.24.2",
75+
"playwright-chromium": "^1.25.0",
7676
"pnpm": "^7.9.0",
7777
"prettier": "2.7.1",
7878
"prompts": "^2.4.2",
@@ -81,12 +81,12 @@
8181
"semver": "^7.3.7",
8282
"simple-git-hooks": "^2.8.0",
8383
"tslib": "^2.4.0",
84-
"tsx": "^3.8.1",
84+
"tsx": "^3.8.2",
8585
"typescript": "^4.6.4",
86-
"unbuild": "^0.7.6",
86+
"unbuild": "^0.8.8",
8787
"vite": "workspace:*",
88-
"vitepress": "^1.0.0-alpha.4",
89-
"vitest": "^0.21.0",
88+
"vitepress": "^1.0.0-alpha.5",
89+
"vitest": "^0.22.0",
9090
"vue": "^3.2.37"
9191
},
9292
"simple-git-hooks": {

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.2",
43-
"@jridgewell/trace-mapping": "^0.3.14",
43+
"@jridgewell/trace-mapping": "^0.3.15",
4444
"debug": "^4.3.4",
4545
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0",
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.54.3"
15+
"sass": "^1.54.4"
1616
},
1717
"dependencies": {
1818
"vue": "^3.2.37"

playground/vue/package.json

+2-2
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.3",
21-
"stylus": "^0.58.1"
20+
"sass": "^1.54.4",
21+
"stylus": "^0.59.0"
2222
}
2323
}

0 commit comments

Comments
 (0)