Skip to content

Commit

Permalink
chore(deps): Correctly update React compiler (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jul 26, 2024
1 parent f39e709 commit 24873a9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 43 deletions.
6 changes: 3 additions & 3 deletions native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@rn-primitives/types": "1.0.3",
"@sentry/react-native": "5.26.0",
"@shopify/flash-list": "1.7.0",
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"eslint": "8.57.0",
Expand All @@ -50,7 +49,6 @@
"mutative": "1.0.7",
"nativewind": "4.0.36",
"react": "18.3.1",
"react-compiler-runtime": "file:./lib/react-compiler-runtime",
"react-dom": "18.3.1",
"react-native": "0.74.3",
"react-native-gesture-handler": "2.17.1",
Expand All @@ -71,8 +69,10 @@
"@biomejs/biome": "1.8.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
"eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725",
"expo-atlas": "0.3.11",
"react-compiler-runtime": "file:./lib/react-compiler-runtime",
"react-native-svg-transformer": "1.5.0",
"typescript": "5.5.4",
"typescript-eslint": "7.17.0"
Expand Down
79 changes: 39 additions & 40 deletions native/pnpm-lock.yaml

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

0 comments on commit 24873a9

Please sign in to comment.