Skip to content

Commit 272c338

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

File tree

6 files changed

+607
-630
lines changed

6 files changed

+607
-630
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
"ci-publish": "tsx scripts/publishCI.ts"
3232
},
3333
"devDependencies": {
34-
"@types/fs-extra": "^11.0.1",
35-
"@types/node": "^18.17.3",
34+
"@types/fs-extra": "^11.0.2",
35+
"@types/node": "^18.17.17",
3636
"@typescript-eslint/eslint-plugin": "^5.62.0",
3737
"@typescript-eslint/parser": "^5.62.0",
38-
"@vitejs/release-scripts": "^1.2.1",
39-
"eslint": "^8.46.0",
38+
"@vitejs/release-scripts": "^1.3.0",
39+
"eslint": "^8.49.0",
4040
"eslint-define-config": "^1.23.0",
41-
"eslint-plugin-import": "^2.28.0",
41+
"eslint-plugin-import": "^2.28.1",
4242
"eslint-plugin-node": "^11.1.0",
4343
"eslint-plugin-regexp": "^1.15.0",
4444
"fs-extra": "^11.1.1",
4545
"lint-staged": "^14.0.1",
4646
"npm-run-all": "^4.1.5",
4747
"picocolors": "^1.0.0",
48-
"playwright-chromium": "^1.36.2",
49-
"prettier": "^3.0.1",
50-
"rollup": "^3.27.2",
48+
"playwright-chromium": "^1.38.0",
49+
"prettier": "^3.0.3",
50+
"rollup": "^3.29.2",
5151
"simple-git-hooks": "^2.9.0",
52-
"tsx": "^3.12.7",
53-
"typescript": "^5.1.6",
52+
"tsx": "^3.12.10",
53+
"typescript": "^5.2.2",
5454
"unbuild": "^1.2.1",
55-
"vite": "^4.4.8",
56-
"vitest": "^0.34.1"
55+
"vite": "^4.4.9",
56+
"vitest": "^0.34.4"
5757
},
5858
"simple-git-hooks": {
5959
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/plugin-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4141
"dependencies": {
42-
"@babel/core": "^7.22.9",
42+
"@babel/core": "^7.22.20",
4343
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
4444
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
45-
"@types/babel__core": "^7.20.1",
45+
"@types/babel__core": "^7.20.2",
4646
"react-refresh": "^0.14.0"
4747
},
4848
"peerDependencies": {

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.18",
16+
"@types/react": "^18.2.21",
1717
"@types/react-dom": "^18.2.7",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}

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.22.5",
19+
"@babel/plugin-proposal-pipeline-operator": "^7.22.15",
2020
"@emotion/babel-plugin": "^11.11.0",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},

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.14.2"
18+
"react-router-dom": "^6.16.0"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)