Skip to content

Commit bd09248

Browse files
fix(deps): update all non-major dependencies (#13488)
1 parent 5ee6fd2 commit bd09248

File tree

14 files changed

+734
-784
lines changed

14 files changed

+734
-784
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Get changed files
6060
id: changed-files
61-
uses: tj-actions/changed-files@07e0177b72d3640efced741cae32f9861eee1367 # v36.0.18
61+
uses: tj-actions/changed-files@fb20f4d24890fadc539505b1746d260504b213d0 # v36.1.0
6262
with:
6363
files: |
6464
docs/**

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ci-docs": "run-s build docs-build"
4242
},
4343
"devDependencies": {
44-
"@babel/types": "^7.22.4",
44+
"@babel/types": "^7.22.5",
4545
"@microsoft/api-extractor": "^7.35.2",
4646
"@rollup/plugin-typescript": "^11.1.1",
4747
"@types/babel__core": "^7.20.1",
@@ -56,12 +56,12 @@
5656
"@types/json-stable-stringify": "^1.0.34",
5757
"@types/less": "^3.0.3",
5858
"@types/micromatch": "^4.0.2",
59-
"@types/node": "^18.16.16",
59+
"@types/node": "^18.16.17",
6060
"@types/picomatch": "^2.3.0",
6161
"@types/resolve": "^1.20.2",
6262
"@types/sass": "~1.43.1",
6363
"@types/stylus": "^0.48.38",
64-
"@types/ws": "^8.5.4",
64+
"@types/ws": "^8.5.5",
6565
"@typescript-eslint/eslint-plugin": "^5.59.9",
6666
"@typescript-eslint/parser": "^5.59.9",
6767
"@vitejs/release-scripts": "^1.2.0",
@@ -77,7 +77,7 @@
7777
"lint-staged": "^13.2.2",
7878
"npm-run-all": "^4.1.5",
7979
"picocolors": "^1.0.0",
80-
"playwright-chromium": "^1.34.3",
80+
"playwright-chromium": "^1.35.0",
8181
"prettier": "2.8.8",
8282
"resolve": "^1.22.2",
8383
"rimraf": "^5.0.1",
@@ -88,7 +88,7 @@
8888
"typescript": "^5.0.2",
8989
"unbuild": "^1.2.1",
9090
"vite": "workspace:*",
91-
"vitepress": "1.0.0-beta.1",
91+
"vitepress": "1.0.0-beta.2",
9292
"vitest": "^0.32.0",
9393
"vue": "^3.3.4"
9494
},
@@ -109,7 +109,7 @@
109109
"eslint --cache --fix"
110110
]
111111
},
112-
"packageManager": "[email protected].1",
112+
"packageManager": "[email protected].2",
113113
"pnpm": {
114114
"overrides": {
115115
"vite": "workspace:*"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.9",
17+
"@types/react": "^18.2.11",
1818
"@types/react-dom": "^18.2.4",
1919
"@typescript-eslint/eslint-plugin": "^5.59.9",
2020
"@typescript-eslint/parser": "^5.59.9",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.9",
17+
"@types/react": "^18.2.11",
1818
"@types/react-dom": "^18.2.4",
1919
"@vitejs/plugin-react": "^4.0.0",
2020
"eslint": "^8.42.0",

packages/plugin-legacy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
},
4242
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
4343
"dependencies": {
44-
"@babel/core": "^7.22.1",
45-
"@babel/preset-env": "^7.22.4",
44+
"@babel/core": "^7.22.5",
45+
"@babel/preset-env": "^7.22.5",
4646
"browserslist": "^4.21.7",
47-
"core-js": "^3.30.2",
47+
"core-js": "^3.31.0",
4848
"magic-string": "^0.30.0",
4949
"regenerator-runtime": "^0.13.11",
5050
"systemjs": "^6.14.1"

packages/vite/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
},
7676
"devDependencies": {
7777
"@ampproject/remapping": "^2.2.1",
78-
"@babel/parser": "^7.22.4",
79-
"@babel/types": "^7.22.4",
78+
"@babel/parser": "^7.22.5",
79+
"@babel/types": "^7.22.5",
8080
"@jridgewell/trace-mapping": "^0.3.18",
8181
"@rollup/plugin-alias": "^4.0.4",
82-
"@rollup/plugin-commonjs": "^25.0.0",
82+
"@rollup/plugin-commonjs": "^25.0.1",
8383
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
8484
"@rollup/plugin-json": "^6.0.0",
8585
"@rollup/plugin-node-resolve": "15.1.0",

playground/backend-integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"sass": "^1.63.2",
13+
"sass": "^1.63.3",
1414
"tailwindcss": "^3.3.2",
1515
"fast-glob": "^3.2.12"
1616
}

playground/cli-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"serve": "vite preview"
1111
},
1212
"devDependencies": {
13-
"url": "^0.11.0"
13+
"url": "^0.11.1"
1414
}
1515
}

playground/css-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"less": "^4.1.3",
1414
"magic-string": "^0.30.0",
15-
"sass": "^1.63.2",
15+
"sass": "^1.63.3",
1616
"stylus": "^0.59.0",
1717
"sugarss": "^4.0.1"
1818
}

playground/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"fast-glob": "^3.2.12",
2424
"less": "^4.1.3",
2525
"postcss-nested": "^6.0.1",
26-
"sass": "^1.63.2",
26+
"sass": "^1.63.3",
2727
"stylus": "^0.59.0",
2828
"sugarss": "^4.0.1"
2929
}

playground/multiple-entrypoints/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"fast-glob": "^3.2.12",
14-
"sass": "^1.63.2"
14+
"sass": "^1.63.3"
1515
}
1616
}

playground/optimize-deps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react": "^18.2.0",
3939
"react-dom": "^18.2.0",
4040
"@vitejs/test-resolve-linked": "workspace:0.0.0",
41-
"url": "^0.11.0",
41+
"url": "^0.11.1",
4242
"vue": "^3.3.4",
4343
"vuex": "^4.1.0",
4444
"lodash": "^4.17.21",

playground/resolve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"#other-pkg-slash/": "@vitejs/test-resolve-imports-pkg/nest/"
1919
},
2020
"dependencies": {
21-
"@babel/runtime": "^7.22.3",
21+
"@babel/runtime": "^7.22.5",
2222
"es5-ext": "0.10.62",
2323
"normalize.css": "^8.0.1",
2424
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",

0 commit comments

Comments
 (0)