Skip to content

Commit

Permalink
chore: Add missing peer dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
willtp87 committed Jun 6, 2024
1 parent 1e1d6ad commit 0ede4fc
Show file tree
Hide file tree
Showing 3 changed files with 997 additions and 969 deletions.
12 changes: 12 additions & 0 deletions =16.8.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
yarn add v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ react-test-renderer@18.3.1
info All dependencies
└─ react-test-renderer@18.3.1
Done in 2.79s.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"expo-status-bar": "~1.12.1",
"i18next": "^23.11.4",
"intl-pluralrules": "^2.0.1",
"react": "18.2.0",
"react": "~18.2.0",
"react-i18next": "^14.1.1",
"react-native": "0.73.6",
"react-native": "^0.74",
"react-native-safe-area-context": "^4.10.1",
"react-native-vector-icons": "^10.1.0",
"react-redux": "^9.1.2",
Expand All @@ -32,13 +32,14 @@
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react-native": "^12.5.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.2",
"@types/react": "~18.2",
"eslint": "8",
"eslint-config-universe": "^12.0.1",
"expo-modules-core": "^1.12.9",
"jest": "^29.7.0",
"jest-expo": "^51.0.1",
"jest-expo": "^51.0",
"prettier": "^3.2.5",
"react-test-renderer": "~18.2",
"ts-jest": "^29.1.2"
},
"private": true
Expand Down
Loading

0 comments on commit 0ede4fc

Please sign in to comment.