Skip to content

Commit

Permalink
chore(deps): update react monorepo to v18 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2023
1 parent 9e1e784 commit e573b23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.191",
"@types/node": "^16.11.42",
"@types/react": "^17.0.47",
"@types/react": "^18.0.31",
"@types/rollup-plugin-json": "^3.0.3",
"@types/semver": "^7.3.13",
"@types/shelljs": "^0.8.11",
Expand Down
4 changes: 2 additions & 2 deletions templates/react-with-storybook/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
},
"devDependencies": {
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"vite": "latest",
"vite-preset-react": "latest",
"typescript": "^4"
Expand Down
4 changes: 2 additions & 2 deletions templates/react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
},
"devDependencies": {
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"vite": "latest",
"vite-preset-react": "latest",
"typescript": "^4"
Expand Down

0 comments on commit e573b23

Please sign in to comment.