Skip to content

Commit 4777304

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

File tree

5 files changed

+217
-209
lines changed

5 files changed

+217
-209
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
3131
"ci-publish": "tsx scripts/publishCI.ts"
3232
},
3333
"devDependencies": {
34-
"@types/fs-extra": "^11.0.2",
35-
"@types/node": "^18.18.5",
36-
"@typescript-eslint/eslint-plugin": "^6.7.5",
37-
"@typescript-eslint/parser": "^6.7.5",
34+
"@types/fs-extra": "^11.0.3",
35+
"@types/node": "^18.18.6",
36+
"@typescript-eslint/eslint-plugin": "^6.8.0",
37+
"@typescript-eslint/parser": "^6.8.0",
3838
"@vitejs/release-scripts": "^1.3.1",
39-
"eslint": "^8.51.0",
39+
"eslint": "^8.52.0",
4040
"eslint-define-config": "^1.24.1",
41-
"eslint-plugin-import": "^2.28.1",
41+
"eslint-plugin-import": "^2.29.0",
4242
"eslint-plugin-node": "^11.1.0",
4343
"eslint-plugin-regexp": "^1.15.0",
4444
"fs-extra": "^11.1.1",
45-
"lint-staged": "^15.0.1",
45+
"lint-staged": "^15.0.2",
4646
"npm-run-all": "^4.1.5",
4747
"picocolors": "^1.0.0",
4848
"playwright-chromium": "^1.39.0",
4949
"prettier": "^3.0.3",
5050
"rollup": "^3.29.4",
5151
"simple-git-hooks": "^2.9.0",
52-
"tsx": "^3.13.0",
52+
"tsx": "^3.14.0",
5353
"typescript": "^5.2.2",
5454
"unbuild": "^2.0.0",
55-
"vite": "^4.4.11",
55+
"vite": "^4.5.0",
5656
"vitest": "^0.34.6"
5757
},
5858
"simple-git-hooks": {

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@babel/core": "^7.23.2",
4242
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
4343
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
44-
"@types/babel__core": "^7.20.2",
44+
"@types/babel__core": "^7.20.3",
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": "^2.3.0",
16-
"@types/react": "^18.2.28",
17-
"@types/react-dom": "^18.2.13",
16+
"@types/react": "^18.2.31",
17+
"@types/react-dom": "^18.2.14",
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.16.0"
18+
"react-router-dom": "^6.17.0"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)