Skip to content

Commit 8512995

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

File tree

5 files changed

+318
-279
lines changed

5 files changed

+318
-279
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@
3434
"@eslint-types/typescript-eslint": "^6.12.0",
3535
"@eslint-types/import": "^2.29.0-1",
3636
"@types/fs-extra": "^11.0.4",
37-
"@types/node": "^20.9.0",
38-
"@typescript-eslint/eslint-plugin": "^6.11.0",
39-
"@typescript-eslint/parser": "^6.11.0",
37+
"@types/node": "^20.10.3",
38+
"@typescript-eslint/eslint-plugin": "^6.13.1",
39+
"@typescript-eslint/parser": "^6.13.1",
4040
"@vitejs/release-scripts": "^1.3.1",
41-
"eslint": "^8.53.0",
41+
"eslint": "^8.55.0",
4242
"eslint-define-config": "^2.0.0",
4343
"eslint-plugin-import": "^2.29.0",
4444
"eslint-plugin-node": "^11.1.0",
45-
"eslint-plugin-regexp": "^2.1.1",
46-
"fs-extra": "^11.1.1",
47-
"lint-staged": "^15.1.0",
45+
"eslint-plugin-regexp": "^2.1.2",
46+
"fs-extra": "^11.2.0",
47+
"lint-staged": "^15.2.0",
4848
"npm-run-all": "^4.1.5",
4949
"picocolors": "^1.0.0",
50-
"playwright-chromium": "^1.39.0",
50+
"playwright-chromium": "^1.40.1",
5151
"prettier": "^3.0.3",
5252
"simple-git-hooks": "^2.9.0",
53-
"tsx": "^4.5.0",
54-
"typescript": "^5.2.2",
53+
"tsx": "^4.6.2",
54+
"typescript": "^5.3.2",
5555
"unbuild": "^2.0.0",
56-
"vite": "^4.5.0",
56+
"vite": "^4.5.1",
5757
"vitest": "^0.34.6"
5858
},
5959
"simple-git-hooks": {

packages/plugin-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
},
3939
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
41-
"@babel/core": "^7.23.3",
41+
"@babel/core": "^7.23.5",
4242
"@babel/plugin-transform-react-jsx-self": "^7.23.3",
4343
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
44-
"@types/babel__core": "^7.20.4",
44+
"@types/babel__core": "^7.20.5",
4545
"react-refresh": "^0.14.0"
4646
},
4747
"peerDependencies": {

playground/mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.0.0",
16-
"@types/react": "^18.2.37",
17-
"@types/react-dom": "^18.2.15",
16+
"@types/react": "^18.2.41",
17+
"@types/react-dom": "^18.2.17",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/ssr-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"react-router-dom": "^6.18.0"
18+
"react-router-dom": "^6.20.1"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)