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 28, 2024
1 parent 5ae9c70 commit 5ab4bd6
Show file tree
Hide file tree
Showing 5 changed files with 302 additions and 236 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:^0.0.1",
"valibot": "^0.42.1",
"viem": "^2.21.51"
"viem": "^2.21.52"
}
}
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.272",
"solady": "^0.0.273",
"webauthn-owner-plugin": "exactly/webauthn-owner-plugin#42b67f8",
"webauthn-sol": "base-org/webauthn-sol#v1.0.0"
},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"@peculiar/webcrypto": "^1.5.0",
"@react-native-async-storage/async-storage": "~1.23.1",
"@react-navigation/bottom-tabs": "^7.0.0",
"@sentry/browser": "^8.40.0",
"@sentry/browser": "^8.41.0",
"@sentry/react-native": "^6.3.0",
"@simplewebauthn/browser": "^12.0.0",
"@tamagui/animations-moti": "~1.115.5",
"@tamagui/config": "~1.115.5",
"@tamagui/lucide-icons": "~1.115.5",
"@tamagui/toast": "~1.115.5",
"@tanstack/query-async-storage-persister": "^5.61.4",
"@tanstack/query-persist-client-core": "^5.61.4",
"@tanstack/query-async-storage-persister": "^5.61.5",
"@tanstack/query-persist-client-core": "^5.61.5",
"@tanstack/react-form": "^0.37.1",
"@tanstack/react-query": "^5.61.4",
"@tanstack/react-query-devtools": "^5.61.4",
"@tanstack/react-query-persist-client": "^5.61.4",
"@tanstack/react-query": "^5.61.5",
"@tanstack/react-query-devtools": "^5.61.5",
"@tanstack/react-query-persist-client": "^5.61.5",
"@tanstack/valibot-form-adapter": "^0.37.1",
"@wagmi/core": "^2.15.0",
"abitype": "^1.0.6",
Expand Down Expand Up @@ -89,8 +89,8 @@
"tamagui": "~1.115.5",
"title-case": "^4.3.2",
"valibot": "^0.42.1",
"viem": "^2.21.51",
"wagmi": "^2.13.0",
"viem": "^2.21.52",
"wagmi": "^2.13.2",
"zustand": "^5.0.1"
},
"devDependencies": {
Expand All @@ -103,18 +103,18 @@
"@exactly/protocol": "exactly/protocol#16a172a",
"@expo/fingerprint": "^0.11.2",
"@simplewebauthn/types": "^12.0.0",
"@spotlightjs/spotlight": "^2.6.1",
"@spotlightjs/spotlight": "^2.6.3",
"@tamagui/babel-plugin": "~1.115.5",
"@tanstack/eslint-plugin-query": "^5.61.4",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/fast-text-encoding": "^1.0.3",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitest/eslint-plugin": "^1.1.11",
"@vitest/eslint-plugin": "^1.1.12",
"@wagmi/cli": "^2.1.18",
"babel-plugin-module-resolver": "^5.0.2",
"babel-preset-expo": "^12.0.2",
Expand Down
Loading

0 comments on commit 5ab4bd6

Please sign in to comment.