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 Feb 29, 2024
1 parent 9c06e24 commit 1e5bc97
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 49 deletions.
32 changes: 16 additions & 16 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.59",
"@types/react-dom": "18.2.19",
"parcel": "1.12.4",
"typescript": "4.4.4"
}
Expand Down
52 changes: 25 additions & 27 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.59",
"@types/react-dom": "18.2.19",
"@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 1e5bc97

Please sign in to comment.