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 Mar 30, 2024
1 parent 9c06e24 commit 6a14810
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 60 deletions.
33 changes: 13 additions & 20 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.2.73",
"@types/react-dom": "18.2.22",
"parcel": "1.12.4",
"typescript": "4.4.4"
}
Expand Down
59 changes: 25 additions & 34 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.5",
"@types/lodash": "4.14.202",
"@types/query-string": "6.3.0",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.19",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.22",
"@types/styled-components": "5.1.28",
"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.6.2",
"typescript": "4.4.4"
Expand Down

0 comments on commit 6a14810

Please sign in to comment.