Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 28, 2023
1 parent 570817d commit 21f2f0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
reject: [
"@react-native-async-storage/async-storage",
"@tanstack/react-query",
"expo-application",
"expo-build-properties",
"expo-constants",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@react-native-async-storage/async-storage": "1.18.2",
"@sentry/react-native": "^5.14.1",
"@tamagui/config": "^1.79.1",
"@tanstack/react-query": "^5.8.4",
"@turnkey/api-key-stamper": "^0.2.0",
"@turnkey/http": "^2.3.1",
"@turnkey/viem": "^0.3.4",
"@turnkey/webauthn-stamper": "^0.3.0",
"@tanstack/react-query": "5.8.4",
"@turnkey/api-key-stamper": "^0.3.0",
"@turnkey/http": "^2.4.0",
"@turnkey/viem": "^0.4.0",
"@turnkey/webauthn-stamper": "^0.4.0",
"base64-arraybuffer": "^1.0.2",
"expo": "^50.0.0-alpha.7",
"expo-application": "~5.7.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"ua-parser-js": "^1.0.37",
"viem": "2.0.0-beta.6",
"wagmi": "2.0.0-beta.5",
"zustand": "^4.4.6"
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.23.3",
Expand Down

0 comments on commit 21f2f0c

Please sign in to comment.