Skip to content

Commit

Permalink
⬆️ Upgrade react dependencies to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Feb 24, 2025
1 parent 141bc69 commit 8442bf0
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 88 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "13.0.1",
"@types/jest": "^29.5.14",
"@types/react": "18.3.12",
"@types/react-test-renderer": "^18.3.1",
"@types/react": "19.0.10",
"@types/react-test-renderer": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^8.57.1",
Expand All @@ -73,9 +73,9 @@
"lint-staged": "^15.4.3",
"metro-babel-register": "^0.81.1",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react": "^19.0.0",
"react-native": "^0.77.0",
"react-test-renderer": "^18.3.1",
"react-test-renderer": "^19.0.0",
"ts-node": "10.9.2",
"typescript": "^5.7.3"
},
Expand Down
139 changes: 55 additions & 84 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 8442bf0

Please sign in to comment.