Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixy1 committed Dec 4, 2024
1 parent 62a70b7 commit 006f5dd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions react_native/TinyQuickstartReactNative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-session": "^1.17.3",
"plaid": "^21.0.0",
"plaid": "^30.0.0",
"react": "18.2.0",
"react-native": "0.74.0-rc.5",
"react-native-plaid-link-sdk": "11.11.0",
Expand Down Expand Up @@ -51,7 +51,13 @@
"@typescript-eslint/typescript-estree": "^5.57.1",
"fork-ts-checker-webpack-plugin": "^6.5.3",
"typescript": "5.0.4",
"react-native-safe-area-context": "4.10.0-rc.1"
"react-native-safe-area-context": "4.10.0-rc.1",
"svgo": {
"nth-check": ">=2.0.2"
},
"react-scripts": {
"postcss": ">=8.4.31"
}
},
"jest": {
"preset": "react-native"
Expand Down

0 comments on commit 006f5dd

Please sign in to comment.