Skip to content

Commit

Permalink
⬆️ dependencies: upgrade all
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 5, 2024
1 parent 16a1764 commit 226d6d8
Show file tree
Hide file tree
Showing 5 changed files with 669 additions and 661 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@alchemy/aa-core": "^3.19.0",
"@exactly/plugin": "workspace:*",
"valibot": "^0.42.1",
"viem": "^2.21.37"
"viem": "^2.21.40"
}
}
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"modular-account": "alchemyplatform/modular-account#c81e712",
"modular-account-libs": "erc6900/modular-account-libs#v0.7.1",
"openzeppelin-contracts": "npm:@openzeppelin/contracts@^5.1.0",
"solady": "^0.0.260",
"solady": "^0.0.263",
"webauthn-owner-plugin": "exactly/webauthn-owner-plugin#42b67f8",
"webauthn-sol": "base-org/webauthn-sol#v1.0.0"
},
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"@exactly/plugin": "workspace:*",
"@exactly/server": "workspace:*",
"@expo/metro-runtime": "~3.2.3",
"@intercom/intercom-react-native": "^8.0.0",
"@intercom/intercom-react-native": "^8.1.0",
"@intercom/messenger-js-sdk": "^0.0.14",
"@onesignal/node-onesignal": "5.0.0-alpha-01",
"@peculiar/asn1-ecc": "^2.3.14",
"@peculiar/asn1-schema": "^2.3.13",
"@peculiar/webcrypto": "^1.5.0",
"@react-native-async-storage/async-storage": "~1.23.1",
"@sentry/browser": "^8.36.0",
"@sentry/browser": "^8.37.1",
"@sentry/react-native": "^6.1.0",
"@simplewebauthn/browser": "^11.0.0",
"@tamagui/animations-moti": "~1.115.5",
"@tamagui/config": "~1.115.5",
"@tamagui/lucide-icons": "~1.115.5",
"@tanstack/query-async-storage-persister": "^5.59.16",
"@tanstack/query-persist-client-core": "^5.59.16",
"@tanstack/react-form": "^0.34.1",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@tanstack/react-query-persist-client": "^5.59.16",
"@tanstack/valibot-form-adapter": "^0.34.1",
"@tanstack/query-async-storage-persister": "^5.59.17",
"@tanstack/query-persist-client-core": "^5.59.17",
"@tanstack/react-form": "^0.34.4",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-query-persist-client": "^5.59.19",
"@tanstack/valibot-form-adapter": "^0.34.4",
"@wagmi/core": "^2.14.1",
"abitype": "^1.0.6",
"date-fns": "^4.1.0",
Expand All @@ -65,7 +65,7 @@
"expo-updates": "~0.25.27",
"expo-web-browser": "~13.0.3",
"fast-text-encoding": "^1.0.6",
"hono": "^4.6.8",
"hono": "^4.6.9",
"i18n-iso-countries": "^7.12.0",
"moti": "^0.29.0",
"react": "18.2.0",
Expand All @@ -74,7 +74,7 @@
"react-native-onesignal": "^5.2.5",
"react-native-passkeys": "github:cruzdanilo/react-native-passkeys#a6bf796",
"react-native-persona": "^2.9.4",
"react-native-quick-crypto": "^0.7.5",
"react-native-quick-crypto": "^0.7.6",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "~3.31.1",
Expand All @@ -85,7 +85,7 @@
"tamagui": "~1.115.5",
"title-case": "^4.3.2",
"valibot": "^0.42.1",
"viem": "^2.21.37",
"viem": "^2.21.40",
"wagmi": "^2.12.25",
"zustand": "^5.0.1"
},
Expand All @@ -106,12 +106,12 @@
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/fast-text-encoding": "^1.0.3",
"@types/node": "^22.8.5",
"@types/node": "^22.9.0",
"@types/react": "~18.2.79",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitest/eslint-plugin": "^1.1.7",
"@wagmi/cli": "^2.1.16",
"@wagmi/cli": "^2.1.17",
"babel-plugin-module-resolver": "^5.0.2",
"babel-preset-expo": "^11.0.15",
"dotenv": "^16.4.5",
Expand Down
Loading

0 comments on commit 226d6d8

Please sign in to comment.