Skip to content

Commit fdf6ce4

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

File tree

9 files changed

+1279
-865
lines changed

9 files changed

+1279
-865
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@
3434
"@eslint-types/import": "^2.29.1",
3535
"@eslint-types/typescript-eslint": "^7.5.0",
3636
"@types/fs-extra": "^11.0.4",
37-
"@types/node": "^20.12.12",
38-
"@typescript-eslint/eslint-plugin": "^7.9.0",
39-
"@typescript-eslint/parser": "^7.9.0",
40-
"@vitejs/release-scripts": "^1.3.1",
41-
"eslint": "^8.57.0",
37+
"@types/node": "^20.16.10",
38+
"@typescript-eslint/eslint-plugin": "^7.18.0",
39+
"@typescript-eslint/parser": "^7.18.0",
40+
"@vitejs/release-scripts": "^1.3.2",
41+
"eslint": "^8.57.1",
4242
"eslint-define-config": "^2.1.0",
43-
"eslint-plugin-import": "^2.29.1",
44-
"eslint-plugin-n": "^17.7.0",
45-
"eslint-plugin-regexp": "^2.5.0",
43+
"eslint-plugin-import": "^2.30.0",
44+
"eslint-plugin-n": "^17.10.3",
45+
"eslint-plugin-regexp": "^2.6.0",
4646
"fs-extra": "^11.2.0",
47-
"lint-staged": "^15.2.2",
48-
"npm-run-all2": "^6.2.0",
49-
"picocolors": "^1.0.1",
50-
"playwright-chromium": "^1.44.0",
47+
"lint-staged": "^15.2.10",
48+
"npm-run-all2": "^6.2.3",
49+
"picocolors": "^1.1.0",
50+
"playwright-chromium": "^1.47.2",
5151
"prettier": "^3.0.3",
5252
"simple-git-hooks": "^2.11.1",
53-
"tsx": "^4.10.5",
54-
"typescript": "^5.4.5",
53+
"tsx": "^4.19.1",
54+
"typescript": "^5.6.2",
5555
"vite": "^5.4.0",
56-
"vitest": "^2.0.5"
56+
"vitest": "^2.1.1"
5757
},
5858
"simple-git-hooks": {
5959
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/plugin-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
},
3939
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
41-
"@babel/core": "^7.24.5",
42-
"@babel/plugin-transform-react-jsx-self": "^7.24.5",
43-
"@babel/plugin-transform-react-jsx-source": "^7.24.1",
41+
"@babel/core": "^7.25.2",
42+
"@babel/plugin-transform-react-jsx-self": "^7.24.7",
43+
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
4444
"@types/babel__core": "^7.20.5",
4545
"react-refresh": "^0.14.2"
4646
},

playground/class-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.3.2",
15+
"@types/react": "^18.3.10",
1616
"@types/react-dom": "^18.3.0",
1717
"@vitejs/plugin-react": "workspace:*"
1818
}

playground/compiler-react-18/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@babel/plugin-transform-react-jsx-development": "^7.22.5",
17-
"@types/react": "^18.3.2",
16+
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
17+
"@types/react": "^18.3.10",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "workspace:*",
20-
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
21-
"typescript": "^5.4.5",
20+
"babel-plugin-react-compiler": "^0.0.0-experimental-b12479e-20240926",
21+
"typescript": "^5.6.2",
2222
"vite": "^5.4.0"
2323
}
2424
}

playground/compiler/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"react": "^19.0.0-rc-3f1436cca1-20240516",
12-
"react-dom": "^19.0.0-rc-3f1436cca1-20240516"
11+
"react": "^19.0.0-rc-fb9a90fa48-20240614",
12+
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614"
1313
},
1414
"devDependencies": {
15-
"@babel/plugin-transform-react-jsx-development": "^7.22.5",
16-
"@types/react": "^18.3.2",
15+
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
16+
"@types/react": "^18.3.10",
1717
"@types/react-dom": "^18.3.0",
1818
"@vitejs/plugin-react": "workspace:*",
19-
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
20-
"typescript": "^5.4.5",
19+
"babel-plugin-react-compiler": "^0.0.0-experimental-b12479e-20240926",
20+
"typescript": "^5.6.2",
2121
"vite": "^5.4.0"
2222
}
2323
}

playground/mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.0.1",
16-
"@types/react": "^18.3.2",
16+
"@types/react": "^18.3.10",
1717
"@types/react-dom": "^18.3.0",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}

playground/react-emotion/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.11.4",
13-
"@emotion/styled": "^11.11.5",
12+
"@emotion/react": "^11.13.3",
13+
"@emotion/styled": "^11.13.0",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"react-switch": "^7.0.0"
1717
},
1818
"devDependencies": {
19-
"@babel/plugin-proposal-pipeline-operator": "^7.24.1",
20-
"@emotion/babel-plugin": "^11.11.0",
19+
"@babel/plugin-proposal-pipeline-operator": "^7.24.7",
20+
"@emotion/babel-plugin": "^11.12.0",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},
2323
"babel": {

playground/ssr-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"react-router-dom": "^6.23.1"
17+
"react-router-dom": "^6.26.2"
1818
},
1919
"devDependencies": {
2020
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)