Skip to content

Commit

Permalink
⬆️ dependencies: upgrade all
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Oct 15, 2024
1 parent 2fcf459 commit 1aa68ae
Show file tree
Hide file tree
Showing 5 changed files with 2,419 additions and 2,296 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.19"
"viem": "^2.21.26"
}
}
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-rc.0",
"solady": "^0.0.251",
"solady": "^0.0.256",
"webauthn-owner-plugin": "exactly/webauthn-owner-plugin#42b67f8",
"webauthn-sol": "base-org/webauthn-sol#v1.0.0"
},
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@peculiar/asn1-schema": "^2.3.13",
"@peculiar/webcrypto": "^1.5.0",
"@react-native-async-storage/async-storage": "~1.23.1",
"@sentry/browser": "^8.33.1",
"@sentry/react-native": "^5.33.2",
"@simplewebauthn/browser": "^10.0.0",
"@tamagui/config": "^1.114.1",
"@tamagui/lucide-icons": "^1.114.1",
"@sentry/browser": "^8.34.0",
"@sentry/react-native": "^5.34.0",
"@simplewebauthn/browser": "^11.0.0",
"@tamagui/config": "^1.115.4",
"@tamagui/lucide-icons": "^1.115.4",
"@tanstack/query-async-storage-persister": "5.56.2",
"@tanstack/query-persist-client-core": "5.56.2",
"@tanstack/react-form": "^0.33.0",
Expand All @@ -50,7 +50,7 @@
"@wagmi/core": "^2.13.8",
"abitype": "^1.0.6",
"date-fns": "^4.1.0",
"expo": "~51.0.37",
"expo": "~51.0.38",
"expo-camera": "^15.0.16",
"expo-clipboard": "~6.0.3",
"expo-font": "~12.0.9",
Expand All @@ -62,7 +62,7 @@
"expo-updates": "~0.25.27",
"expo-web-browser": "~13.0.3",
"fast-text-encoding": "^1.0.6",
"hono": "^4.6.3",
"hono": "^4.6.5",
"i18n-iso-countries": "^7.12.0",
"moti": "^0.29.0",
"react": "18.2.0",
Expand All @@ -79,33 +79,33 @@
"react-native-svg": "^15.7.1",
"react-native-webview": "^13.12.3",
"react-onesignal": "^3.0.1",
"tamagui": "^1.114.1",
"tamagui": "^1.115.4",
"title-case": "^4.3.2",
"valibot": "^0.42.1",
"viem": "^2.21.19",
"viem": "^2.21.26",
"wagmi": "^2.12.17",
"zustand": "^4.5.5"
"zustand": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@changesets/cli": "^2.27.9",
"@changesets/types": "^6.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@exactly/protocol": "exactly/protocol#894df5b",
"@expo/image-utils": "^0.5.1",
"@react-navigation/bottom-tabs": "*",
"@simplewebauthn/types": "^10.0.0",
"@tamagui/babel-plugin": "^1.114.1",
"@tanstack/eslint-plugin-query": "^5.59.4",
"@simplewebauthn/types": "^11.0.0",
"@tamagui/babel-plugin": "^1.115.4",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/fast-text-encoding": "^1.0.3",
"@types/node": "^22.7.5",
"@types/react": "~18.2.79",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vitest/eslint-plugin": "^1.1.7",
"@wagmi/cli": "^2.1.16",
"babel-plugin-module-resolver": "^5.0.2",
Expand All @@ -121,7 +121,7 @@
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^56.0.0",
Expand Down
Loading

0 comments on commit 1aa68ae

Please sign in to comment.