Skip to content

Commit

Permalink
[dev] Update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2023
1 parent ed245eb commit 8483007
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 38 deletions.
20 changes: 10 additions & 10 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
},
"devDependencies": {
"@types/react": "17.0.53",
"@types/react-dom": "17.0.19",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"parcel": "1.12.4",
"typescript": "4.4.4"
}
Expand Down
41 changes: 19 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/query-string": "6.3.0",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.19",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@types/styled-components": "5.1.26",
"husky": "7.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsdx": "0.14.1",
"tslib": "2.5.0",
"typescript": "4.4.4"
Expand Down

0 comments on commit 8483007

Please sign in to comment.