Skip to content

Commit 073a4bf

Browse files
fix(deps): update all non-major dependencies (#11091)
1 parent d76db0c commit 073a4bf

File tree

13 files changed

+256
-258
lines changed

13 files changed

+256
-258
lines changed

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.2",
39+
"@babel/types": "^7.20.5",
4040
"@microsoft/api-extractor": "^7.33.6",
4141
"@rollup/plugin-typescript": "^9.0.2",
4242
"@types/babel__core": "^7.1.20",
@@ -58,25 +58,25 @@
5858
"@types/semver": "^7.3.13",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.43.0",
62-
"@typescript-eslint/parser": "^5.43.0",
61+
"@typescript-eslint/eslint-plugin": "^5.44.0",
62+
"@typescript-eslint/parser": "^5.44.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.15.9",
6565
"eslint": "^8.28.0",
6666
"eslint-define-config": "^1.12.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
69-
"eslint-plugin-regexp": "^1.10.0",
69+
"eslint-plugin-regexp": "^1.11.0",
7070
"execa": "^6.1.0",
7171
"fast-glob": "^3.2.12",
7272
"fs-extra": "^10.1.0",
73-
"lint-staged": "^13.0.3",
73+
"lint-staged": "^13.0.4",
7474
"minimist": "^1.2.7",
7575
"npm-run-all": "^4.1.5",
7676
"picocolors": "^1.0.0",
77-
"playwright-chromium": "^1.28.0",
78-
"pnpm": "^7.17.0",
79-
"prettier": "2.7.1",
77+
"playwright-chromium": "^1.28.1",
78+
"pnpm": "^7.17.1",
79+
"prettier": "2.8.0",
8080
"prompts": "^2.4.2",
8181
"resolve": "^1.22.1",
8282
"rimraf": "^3.0.2",
@@ -90,7 +90,7 @@
9090
"unbuild": "^0.9.4",
9191
"vite": "workspace:*",
9292
"vitepress": "^1.0.0-alpha.29",
93-
"vitest": "^0.25.2",
93+
"vitest": "^0.25.3",
9494
"vue": "^3.2.45"
9595
},
9696
"simple-git-hooks": {
@@ -111,7 +111,7 @@
111111
"eslint --cache --fix"
112112
]
113113
},
114-
"packageManager": "[email protected].0",
114+
"packageManager": "[email protected].1",
115115
"pnpm": {
116116
"overrides": {
117117
"vite": "workspace:*",

packages/create-vite/template-svelte-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "svelte-check --tsconfig ./tsconfig.json"
1111
},
1212
"devDependencies": {
13-
"@sveltejs/vite-plugin-svelte": "^1.2.0",
13+
"@sveltejs/vite-plugin-svelte": "^1.3.1",
1414
"@tsconfig/svelte": "^3.0.0",
1515
"svelte": "^3.53.1",
1616
"svelte-check": "^2.9.2",

packages/create-vite/template-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@sveltejs/vite-plugin-svelte": "^1.2.0",
12+
"@sveltejs/vite-plugin-svelte": "^1.3.1",
1313
"svelte": "^3.53.1",
1414
"vite": "^3.2.4"
1515
}

packages/plugin-legacy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
3737
"dependencies": {
38-
"@babel/standalone": "^7.20.4",
38+
"@babel/standalone": "^7.20.6",
3939
"core-js": "^3.26.1",
4040
"magic-string": "^0.26.7",
4141
"regenerator-runtime": "^0.13.11",
@@ -46,7 +46,7 @@
4646
"vite": "^3.0.0"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.20.2",
49+
"@babel/core": "^7.20.5",
5050
"picocolors": "^1.0.0",
5151
"vite": "workspace:*"
5252
}

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
41-
"@babel/core": "^7.20.2",
41+
"@babel/core": "^7.20.5",
4242
"@babel/plugin-transform-react-jsx": "^7.19.0",
4343
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
4444
"@babel/plugin-transform-react-jsx-self": "^7.18.6",

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.20.2",
38+
"@babel/core": "^7.20.5",
3939
"@babel/plugin-transform-typescript": "^7.20.2",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},

packages/vite/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
},
6969
"devDependencies": {
7070
"@ampproject/remapping": "^2.2.0",
71-
"@babel/parser": "^7.20.3",
72-
"@babel/types": "^7.20.2",
71+
"@babel/parser": "^7.20.5",
72+
"@babel/types": "^7.20.5",
7373
"@jridgewell/trace-mapping": "^0.3.17",
7474
"@rollup/plugin-alias": "^4.0.2",
75-
"@rollup/plugin-commonjs": "^23.0.2",
75+
"@rollup/plugin-commonjs": "^23.0.3",
7676
"@rollup/plugin-dynamic-import-vars": "^2.0.1",
77-
"@rollup/plugin-json": "^5.0.1",
77+
"@rollup/plugin-json": "^5.0.2",
7878
"@rollup/plugin-node-resolve": "15.0.1",
7979
"@rollup/plugin-typescript": "^9.0.2",
8080
"@rollup/pluginutils": "^5.0.2",
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vite/test-config-sibling",
33
"devDependencies": {
4-
"@types/lodash": "^4.14.189",
4+
"@types/lodash": "^4.14.190",
55
"lodash": "^4.17.21"
66
}
77
}

playground/legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"devDependencies": {
1414
"@vitejs/plugin-legacy": "workspace:*",
1515
"express": "^4.18.2",
16-
"terser": "^5.15.1"
16+
"terser": "^5.16.0"
1717
}
1818
}

playground/preload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "workspace:*",
25-
"terser": "^5.15.1",
25+
"terser": "^5.16.0",
2626
"dep-a": "file:./dep-a",
2727
"dep-including-a": "file:./dep-including-a"
2828
}

playground/resolve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/runtime": "^7.20.1",
12+
"@babel/runtime": "^7.20.6",
1313
"es5-ext": "0.10.62",
1414
"normalize.css": "^8.0.1",
1515
"require-pkg-with-module-field": "link:./require-pkg-with-module-field",

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-
"pinia": "^2.0.24",
19+
"pinia": "^2.0.27",
2020
"vue": "^3.2.45",
2121
"vue-router": "^4.1.6"
2222
},

0 commit comments

Comments
 (0)