Skip to content

Commit dd871af

Browse files
fix(deps): update all non-major dependencies (#10804)
1 parent c84de99 commit dd871af

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Diff for: package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.20.0",
39+
"@babel/types": "^7.20.2",
4040
"@microsoft/api-extractor": "^7.33.5",
4141
"@rollup/plugin-typescript": "^8.5.0",
4242
"@types/babel__core": "^7.1.19",
@@ -58,11 +58,11 @@
5858
"@types/semver": "^7.3.13",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.41.0",
62-
"@typescript-eslint/parser": "^5.41.0",
61+
"@typescript-eslint/eslint-plugin": "^5.42.0",
62+
"@typescript-eslint/parser": "^5.42.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.14.47",
65-
"eslint": "^8.26.0",
65+
"eslint": "^8.27.0",
6666
"eslint-define-config": "^1.11.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
@@ -74,22 +74,22 @@
7474
"npm-run-all": "^4.1.5",
7575
"picocolors": "^1.0.0",
7676
"playwright-chromium": "^1.27.1",
77-
"pnpm": "^7.14.1",
77+
"pnpm": "^7.14.2",
7878
"prettier": "2.7.1",
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
8181
"rimraf": "^3.0.2",
8282
"rollup": "~3.2.3",
83-
"rollup-plugin-license": "^2.9.0",
83+
"rollup-plugin-license": "^2.9.1",
8484
"semver": "^7.3.8",
8585
"simple-git-hooks": "^2.8.1",
86-
"tslib": "^2.4.0",
86+
"tslib": "^2.4.1",
8787
"tsx": "^3.11.0",
8888
"typescript": "^4.6.4",
8989
"unbuild": "^0.9.4",
9090
"vite": "workspace:*",
91-
"vitepress": "^1.0.0-alpha.26",
92-
"vitest": "^0.24.3",
91+
"vitepress": "^1.0.0-alpha.27",
92+
"vitest": "^0.24.5",
9393
"vue": "^3.2.41"
9494
},
9595
"simple-git-hooks": {
@@ -110,7 +110,7 @@
110110
"eslint --cache --fix"
111111
]
112112
},
113-
"packageManager": "[email protected].1",
113+
"packageManager": "[email protected].2",
114114
"pnpm": {
115115
"overrides": {
116116
"vite": "workspace:*",

Diff for: 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.6",
39-
"@babel/plugin-transform-typescript": "^7.20.0",
38+
"@babel/core": "^7.20.2",
39+
"@babel/plugin-transform-typescript": "^7.20.2",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},
4242
"devDependencies": {

Diff for: 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.55.0"
15+
"sass": "^1.56.0"
1616
},
1717
"dependencies": {
1818
"vue": "^3.2.41"

Diff for: 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.55.0",
20+
"sass": "^1.56.0",
2121
"stylus": "^0.59.0"
2222
}
2323
}

0 commit comments

Comments
 (0)