Skip to content

Commit 628a334

Browse files
fix(deps): update all non-major dependencies
1 parent b61592a commit 628a334

File tree

9 files changed

+489
-845
lines changed

9 files changed

+489
-845
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"node": "^14.18.0 || >=16.0.0"
77
},
8-
"packageManager": "pnpm@9.11.0",
8+
"packageManager": "pnpm@9.12.2",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -35,26 +35,26 @@
3535
"@eslint-types/import": "^2.29.1",
3636
"@eslint-types/typescript-eslint": "^7.5.0",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^20.16.10",
38+
"@types/node": "^20.17.0",
3939
"@typescript-eslint/eslint-plugin": "^7.18.0",
4040
"@typescript-eslint/parser": "^7.18.0",
4141
"@vitejs/release-scripts": "^1.3.2",
4242
"eslint": "^8.57.1",
4343
"eslint-define-config": "^2.1.0",
44-
"eslint-plugin-import": "^2.30.0",
45-
"eslint-plugin-n": "^17.10.3",
44+
"eslint-plugin-import": "^2.31.0",
45+
"eslint-plugin-n": "^17.11.1",
4646
"eslint-plugin-regexp": "^2.6.0",
4747
"fs-extra": "^11.2.0",
4848
"lint-staged": "^15.2.10",
49-
"npm-run-all2": "^6.2.3",
50-
"picocolors": "^1.1.0",
51-
"playwright-chromium": "^1.47.2",
49+
"npm-run-all2": "^6.2.6",
50+
"picocolors": "^1.1.1",
51+
"playwright-chromium": "^1.48.1",
5252
"prettier": "^3.0.3",
5353
"simple-git-hooks": "^2.11.1",
5454
"tsx": "^4.19.1",
55-
"typescript": "^5.6.2",
56-
"vite": "^5.4.8",
57-
"vitest": "^2.1.1"
55+
"typescript": "^5.6.3",
56+
"vite": "^5.4.10",
57+
"vitest": "^2.1.3"
5858
},
5959
"simple-git-hooks": {
6060
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
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.25.2",
42-
"@babel/plugin-transform-react-jsx-self": "^7.24.7",
43-
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
41+
"@babel/core": "^7.25.9",
42+
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
43+
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
4444
"@types/babel__core": "^7.20.5",
4545
"react-refresh": "^0.14.2"
4646
},

playground/class-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.3.10",
16-
"@types/react-dom": "^18.3.0",
15+
"@types/react": "^18.3.12",
16+
"@types/react-dom": "^18.3.1",
1717
"@vitejs/plugin-react": "workspace:*"
1818
}
1919
}

playground/compiler-react-18/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
},
1010
"dependencies": {
1111
"react": "^18.3.1",
12-
"react-compiler-runtime": "0.0.0-experimental-8d8e73f-20241009",
12+
"react-compiler-runtime": "0.0.0-experimental-fa06e2c-20241016",
1313
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
17-
"@types/react": "^18.3.10",
18-
"@types/react-dom": "^18.3.0",
16+
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
17+
"@types/react": "^18.3.12",
18+
"@types/react-dom": "^18.3.1",
1919
"@vitejs/plugin-react": "workspace:*",
20-
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
21-
"typescript": "^5.6.2",
22-
"vite": "^5.4.8"
20+
"babel-plugin-react-compiler": "0.0.0-experimental-fe484b5-20240912",
21+
"typescript": "^5.6.3",
22+
"vite": "^5.4.10"
2323
}
2424
}

playground/compiler/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614"
1313
},
1414
"devDependencies": {
15-
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
16-
"@types/react": "^18.3.10",
17-
"@types/react-dom": "^18.3.0",
15+
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
16+
"@types/react": "^18.3.12",
17+
"@types/react-dom": "^18.3.1",
1818
"@vitejs/plugin-react": "workspace:*",
19-
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
20-
"typescript": "^5.6.2",
21-
"vite": "^5.4.8"
19+
"babel-plugin-react-compiler": "0.0.0-experimental-fe484b5-20240912",
20+
"typescript": "^5.6.3",
21+
"vite": "^5.4.10"
2222
}
2323
}

playground/mdx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@mdx-js/rollup": "^3.0.1",
16-
"@types/react": "^18.3.10",
17-
"@types/react-dom": "^18.3.0",
15+
"@mdx-js/rollup": "^3.1.0",
16+
"@types/react": "^18.3.12",
17+
"@types/react-dom": "^18.3.1",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/react-emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-switch": "^7.0.0"
1717
},
1818
"devDependencies": {
19-
"@babel/plugin-proposal-pipeline-operator": "^7.24.7",
19+
"@babel/plugin-proposal-pipeline-operator": "^7.25.9",
2020
"@emotion/babel-plugin": "^11.12.0",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},

playground/ssr-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"dependencies": {
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"react-router-dom": "^6.26.2"
17+
"react-router-dom": "^6.27.0"
1818
},
1919
"devDependencies": {
2020
"@vitejs/plugin-react": "workspace:*",
2121
"compression": "^1.7.4",
22-
"express": "^4.21.0",
22+
"express": "^4.21.1",
2323
"serve-static": "^1.16.2"
2424
}
2525
}

0 commit comments

Comments
 (0)