Skip to content

Commit e35a58b

Browse files
fix(deps): update all non-major dependencies (#9888)
1 parent 45d6797 commit e35a58b

File tree

11 files changed

+324
-259
lines changed

11 files changed

+324
-259
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.18.10",
40-
"@microsoft/api-extractor": "^7.29.3",
41-
"@rollup/plugin-typescript": "^8.3.4",
39+
"@babel/types": "^7.18.13",
40+
"@microsoft/api-extractor": "^7.29.5",
41+
"@rollup/plugin-typescript": "^8.4.0",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
4444
"@types/convert-source-map": "^1.5.2",
@@ -57,12 +57,12 @@
5757
"@types/semver": "^7.3.12",
5858
"@types/stylus": "^0.48.38",
5959
"@types/ws": "^8.5.3",
60-
"@typescript-eslint/eslint-plugin": "^5.33.1",
61-
"@typescript-eslint/parser": "^5.33.1",
60+
"@typescript-eslint/eslint-plugin": "^5.35.1",
61+
"@typescript-eslint/parser": "^5.35.1",
6262
"conventional-changelog-cli": "^2.2.2",
6363
"cross-env": "^7.0.3",
6464
"esbuild": "^0.14.47",
65-
"eslint": "^8.22.0",
65+
"eslint": "^8.23.0",
6666
"eslint-define-config": "^1.6.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
@@ -72,8 +72,8 @@
7272
"minimist": "^1.2.6",
7373
"npm-run-all": "^4.1.5",
7474
"picocolors": "^1.0.0",
75-
"playwright-chromium": "^1.25.0",
76-
"pnpm": "^7.9.3",
75+
"playwright-chromium": "^1.25.1",
76+
"pnpm": "^7.9.5",
7777
"prettier": "2.7.1",
7878
"prompts": "^2.4.2",
7979
"rimraf": "^3.0.2",
@@ -85,7 +85,7 @@
8585
"typescript": "^4.6.4",
8686
"unbuild": "^0.8.9",
8787
"vite": "workspace:*",
88-
"vitepress": "^1.0.0-alpha.10",
88+
"vitepress": "^1.0.0-alpha.12",
8989
"vitest": "^0.22.1",
9090
"vue": "^3.2.37"
9191
},
@@ -107,7 +107,7 @@
107107
"eslint --cache --fix"
108108
]
109109
},
110-
"packageManager": "[email protected].3",
110+
"packageManager": "[email protected].5",
111111
"pnpm": {
112112
"overrides": {
113113
"vite": "workspace:*",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@vitejs/plugin-vue": "^3.0.3",
1616
"typescript": "^4.6.4",
1717
"vite": "^3.0.9",
18-
"vue-tsc": "^0.40.1"
18+
"vue-tsc": "^0.40.4"
1919
}
2020
}

packages/plugin-legacy/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
3737
"dependencies": {
38-
"@babel/standalone": "^7.18.12",
39-
"core-js": "^3.24.1",
38+
"@babel/standalone": "^7.18.13",
39+
"core-js": "^3.25.0",
4040
"magic-string": "^0.26.2",
4141
"regenerator-runtime": "^0.13.9",
42-
"systemjs": "^6.12.3"
42+
"systemjs": "^6.12.4"
4343
},
4444
"peerDependencies": {
4545
"terser": "^5.4.0",
4646
"vite": "^3.0.0"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.18.10",
49+
"@babel/core": "^7.18.13",
5050
"vite": "workspace:*"
5151
}
5252
}

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
4141
"dependencies": {
42-
"@babel/core": "^7.18.10",
42+
"@babel/core": "^7.18.13",
4343
"@babel/plugin-transform-react-jsx": "^7.18.10",
4444
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
4545
"@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.18.10",
38+
"@babel/core": "^7.18.13",
3939
"@babel/plugin-syntax-import-meta": "^7.10.4",
4040
"@babel/plugin-transform-typescript": "^7.18.12",
4141
"@vue/babel-plugin-jsx": "^1.1.1"

packages/vite/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
},
6969
"devDependencies": {
7070
"@ampproject/remapping": "^2.2.0",
71-
"@babel/parser": "^7.18.11",
72-
"@babel/types": "^7.18.10",
71+
"@babel/parser": "^7.18.13",
72+
"@babel/types": "^7.18.13",
7373
"@jridgewell/trace-mapping": "^0.3.15",
7474
"@rollup/plugin-alias": "^3.1.9",
7575
"@rollup/plugin-commonjs": "^22.0.2",
7676
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
7777
"@rollup/plugin-json": "^4.1.0",
7878
"@rollup/plugin-node-resolve": "13.3.0",
79-
"@rollup/plugin-typescript": "^8.3.4",
79+
"@rollup/plugin-typescript": "^8.4.0",
8080
"@rollup/pluginutils": "^4.2.1",
8181
"acorn": "^8.8.0",
82-
"cac": "^6.7.12",
82+
"cac": "^6.7.14",
8383
"chokidar": "^3.5.3",
8484
"connect": "^3.7.0",
8585
"connect-history-api-fallback": "^2.0.0",

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.1",
16-
"terser": "^5.14.2"
16+
"terser": "^5.15.0"
1717
}
1818
}

playground/preload/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"dependencies": {
1212
"vue": "^3.2.37",
13-
"vue-router": "^4.1.4"
13+
"vue-router": "^4.1.5"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",
17-
"terser": "^5.14.2",
17+
"terser": "^5.15.0",
1818
"dep-a": "file:./dep-a",
1919
"dep-including-a": "file:./dep-including-a"
2020
}

playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"example-external-component": "file:example-external-component",
1919
"vue": "^3.2.37",
20-
"vue-router": "^4.1.4",
20+
"vue-router": "^4.1.5",
2121
"vuex": "^4.0.2"
2222
},
2323
"devDependencies": {

playground/tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"autoprefixer": "^10.4.8",
1313
"tailwindcss": "^3.1.8",
1414
"vue": "^3.2.37",
15-
"vue-router": "^4.1.4"
15+
"vue-router": "^4.1.5"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-vue": "workspace:*",

0 commit comments

Comments
 (0)