Skip to content

Commit 17ca1bc

Browse files
fix(deps): update all non-major dependencies (#226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf1453e commit 17ca1bc

File tree

4 files changed

+228
-249
lines changed

4 files changed

+228
-249
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
},
3333
"devDependencies": {
3434
"@types/fs-extra": "^11.0.2",
35-
"@types/node": "^18.17.17",
35+
"@types/node": "^18.17.19",
3636
"@typescript-eslint/eslint-plugin": "^6.7.2",
3737
"@typescript-eslint/parser": "^6.7.2",
38-
"@vitejs/release-scripts": "^1.3.0",
39-
"eslint": "^8.49.0",
38+
"@vitejs/release-scripts": "^1.3.1",
39+
"eslint": "^8.50.0",
4040
"eslint-define-config": "^1.23.0",
4141
"eslint-plugin-import": "^2.28.1",
4242
"eslint-plugin-node": "^11.1.0",
@@ -45,15 +45,15 @@
4545
"lint-staged": "^14.0.1",
4646
"npm-run-all": "^4.1.5",
4747
"picocolors": "^1.0.0",
48-
"playwright-chromium": "^1.38.0",
48+
"playwright-chromium": "^1.38.1",
4949
"prettier": "^3.0.3",
50-
"rollup": "^3.29.2",
50+
"rollup": "^3.29.3",
5151
"simple-git-hooks": "^2.9.0",
52-
"tsx": "^3.12.10",
52+
"tsx": "^3.13.0",
5353
"typescript": "^5.2.2",
5454
"unbuild": "^2.0.0",
5555
"vite": "^4.4.9",
56-
"vitest": "^0.34.4"
56+
"vitest": "^0.34.5"
5757
},
5858
"simple-git-hooks": {
5959
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
41-
"@babel/core": "^7.22.20",
41+
"@babel/core": "^7.23.0",
4242
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
4343
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
4444
"@types/babel__core": "^7.20.2",

playground/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^2.3.0",
16-
"@types/react": "^18.2.21",
16+
"@types/react": "^18.2.22",
1717
"@types/react-dom": "^18.2.7",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}

0 commit comments

Comments
 (0)