Skip to content

Commit 38b3cec

Browse files
chore(deps): update all non-major dependencies (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2153219 commit 38b3cec

File tree

4 files changed

+112
-117
lines changed

4 files changed

+112
-117
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
},
3333
"devDependencies": {
3434
"@types/fs-extra": "^11.0.3",
35-
"@types/node": "^18.18.7",
36-
"@typescript-eslint/eslint-plugin": "^6.9.0",
37-
"@typescript-eslint/parser": "^6.9.0",
35+
"@types/node": "^18.18.8",
36+
"@typescript-eslint/eslint-plugin": "^6.10.0",
37+
"@typescript-eslint/parser": "^6.10.0",
3838
"@vitejs/release-scripts": "^1.3.1",
39-
"eslint": "^8.52.0",
39+
"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",

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": "^3.0.0",
16-
"@types/react": "^18.2.33",
16+
"@types/react": "^18.2.36",
1717
"@types/react-dom": "^18.2.14",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}

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

0 commit comments

Comments
 (0)