Skip to content

Commit fb2b735

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

File tree

5 files changed

+140
-140
lines changed

5 files changed

+140
-140
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"ci-publish": "tsx scripts/publishCI.ts"
3232
},
3333
"devDependencies": {
34-
"@types/fs-extra": "^11.0.3",
34+
"@types/fs-extra": "^11.0.4",
3535
"@types/node": "^20.9.0",
36-
"@typescript-eslint/eslint-plugin": "^6.10.0",
37-
"@typescript-eslint/parser": "^6.10.0",
36+
"@typescript-eslint/eslint-plugin": "^6.11.0",
37+
"@typescript-eslint/parser": "^6.11.0",
3838
"@vitejs/release-scripts": "^1.3.1",
3939
"eslint": "^8.53.0",
4040
"eslint-define-config": "^1.24.1",
4141
"eslint-plugin-import": "^2.29.0",
4242
"eslint-plugin-node": "^11.1.0",
4343
"eslint-plugin-regexp": "^2.1.1",
4444
"fs-extra": "^11.1.1",
45-
"lint-staged": "^15.0.2",
45+
"lint-staged": "^15.1.0",
4646
"npm-run-all": "^4.1.5",
4747
"picocolors": "^1.0.0",
4848
"playwright-chromium": "^1.39.0",

packages/plugin-react/package.json

Lines changed: 4 additions & 4 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.2",
42-
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
43-
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
44-
"@types/babel__core": "^7.20.3",
41+
"@babel/core": "^7.23.3",
42+
"@babel/plugin-transform-react-jsx-self": "^7.23.3",
43+
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
44+
"@types/babel__core": "^7.20.4",
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.36",
17-
"@types/react-dom": "^18.2.14",
16+
"@types/react": "^18.2.37",
17+
"@types/react-dom": "^18.2.15",
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.22.15",
19+
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
2020
"@emotion/babel-plugin": "^11.11.0",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},

0 commit comments

Comments
 (0)