Skip to content

Commit

Permalink
Update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 94282bf commit dbdad9c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 120 deletions.
4 changes: 2 additions & 2 deletions __tests__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.10.0",
"eslint-config-upleveled": "^8.12.1",
"postcss-styled-syntax": "^0.7.0",
Expand Down
114 changes: 19 additions & 95 deletions __tests__/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
},
"peerDependencies": {
"@types/node": ">=22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"typescript": "^5.7.2"
Expand Down
36 changes: 15 additions & 21 deletions pnpm-lock.yaml

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

0 comments on commit dbdad9c

Please sign in to comment.