Skip to content

Commit

Permalink
feat: Upgrade part of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha authored and dr497 committed Dec 8, 2023
1 parent 85e4668 commit 839d0db
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 61 deletions.
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extends": "base",
"distribution": "internal",
"android": {
"buildType": "app-bundle"
"buildType": "apk"
},
"env": {
"SOLANA_RPC_URL": "https://helius-proxy.bonfida.com"
Expand Down
114 changes: 60 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"build:xnft": "XNFT=true expo export:web",
"build:web": "WEB=true expo export:web && cp _headers web-build/",
"build:mobile:dev": "eas build -p android --profile preview --local",
"build:mobile:preview:local": "eas build -p android --profile preview --local",
"build:mobile:prod": "eas build -p android --profile production",
"build:mobile:prod:local": "eas build -p android --profile production --local",
"start": "npm run build:xnt && npx xnft web",
Expand All @@ -31,9 +31,9 @@
"@expo-google-fonts/dev": "*",
"@expo/html-elements": "0.5.1",
"@expo/vector-icons": "13.0.0",
"@lingui/cli": "4.5.0",
"@lingui/macro": "4.5.0",
"@lingui/react": "4.5.0",
"@lingui/cli": "4.6.0",
"@lingui/macro": "4.6.0",
"@lingui/react": "4.6.0",
"@pythnetwork/client": "2.19.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-clipboard/clipboard": "1.12.1",
Expand All @@ -44,11 +44,11 @@
"@solana-mobile/mobile-wallet-adapter-protocol": "2.0.1",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "2.0.2",
"@solana/buffer-layout": "4.0.1",
"@solana/spl-token": "0.3.8",
"@solana/spl-token": "0.3.9",
"@solana/wallet-adapter-base": "0.9.23",
"@solana/wallet-adapter-react": "0.15.35",
"@solana/wallet-adapter-react-ui": "0.9.34",
"@solana/web3.js": "1.77.3",
"@solana/web3.js": "1.87.6",
"axios": "1.4.0",
"buffer": "6.0.3",
"expo": "49.0.18",
Expand Down

0 comments on commit 839d0db

Please sign in to comment.