Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BilligsterUser committed Mar 3, 2024
1 parent 0f2e3db commit 811490f
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 156 deletions.
310 changes: 155 additions & 155 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,157 +1,157 @@
{
"name": "enuts",
"description": "A Cashu wallet for Android and iOS",
"author": "Agron Kadriaj <[email protected]> (https://agron.dev)",
"scripts": {
"s:debug:full": "npx -y cross-env@latest DEBUG=full expo start -c",
"s:c": "expo start -c --go",
"start": "expo start --go",
"lint:eslint": "npx eslint ./src --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.json --fix",
"lint": "npm run lint:eslint && npx tsc && npm run fmtJson",
"ts:check": "npx tsc",
"dep:update": "npx -y npm-check-updates --pre -u -u && npm i && npm audit fix || true && npx expo@latest install --fix && npm run lint",
"dep:check": "npx -y depcheck@latest",
"fmtJson": "npx prettier assets/translations/*.json .github/workflows/*.yml --write --use-tabs --tab-width 4",
"expo:i:check": "npx expo@latest install --check",
"expo:i:fix": "npx expo@latest install --fix",
"expo:doc": "npx -y expo-doctor@latest",
"build:dev": "npx -y eas-cli@latest build -e development -p android -m devWithDevClient --no-wait",
"build:preview:android": "npx -y eas-cli@latest build -e preview -p android -m manualPreview --no-wait",
"build:preview:ios": "npx -y eas-cli@latest build -e preview -p ios -m manualPreview --no-wait",
"build:prod:android": "npx -y eas-cli@latest build -e production -p android -m manualProduction --no-wait",
"build:prod:ios": "npx -y eas-cli@latest build -e production -p ios -m manualProduction --no-wait",
"build:ci:preview:android": "npx -y eas-cli@latest build --non-interactive -e preview -p android -m ciPreview --no-wait",
"build:ci:preview:ios": "npx -y eas-cli@latest build --non-interactive -e preview -p ios -m ciPreview --no-wait",
"build:ci:prod:android": "npx -y eas-cli@latest build --non-interactive -e production -p android -m ciProduction --no-wait",
"build:ci:prod:ios": "npx -y eas-cli@latest build --non-interactive -e production -p ios -m ciProduction --no-wait",
"submit:ios": "npx -y eas-cli@latest submit -p ios",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "npx -y jest -c ./config/jest.config.ts --passWithNoTests ",
"test:coverage": "npm run test -- --collectCoverage",
"test:dev": "npm run test -- --detectOpenHandles",
"cpd:ts": "npx -y jscpd -c config/cpd.config.ts.json src config",
"cpd:tsx": "npx -y jscpd -c config/cpd.config.tsx.json src",
"cpd": "npm run cpd:ts && npm run cpd:tsx",
"deps:c": "npx -y madge --circular --ts-config tsconfig.json --extensions ts,tsx .",
"eas-build-pre-install": "echo \"require('./src/index.js')\" > index.js",
"update-translations": "node utils/update-translations.js",
"android": "expo run:android"
},
"dependencies": {
"@cashu/cashu-ts": "^0.9.0",
"@react-native-community/netinfo": "11.1.0",
"@react-navigation/core": "^6.4.10",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@sentry/react-native": "5.17.0",
"@shopify/flash-list": "1.6.3",
"crypto-js": "4.2.0",
"expo": "^50.0.6",
"expo-application": "~5.8.3",
"expo-barcode-scanner": "~12.9.2",
"expo-camera": "~14.0.4",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.5",
"expo-crypto": "~12.8.0",
"expo-device": "~5.9.3",
"expo-file-system": "~16.0.6",
"expo-image": "~1.10.6",
"expo-insights": "~0.6.1",
"expo-localization": "~14.8.3",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-sqlite": "~13.2.2",
"expo-status-bar": "~1.11.1",
"i18next": "^23.8.2",
"lottie-react-native": "6.5.1",
"nostr-tools": "^1.17.0",
"react": "^18.2.0",
"react-i18next": "^14.0.5",
"react-native": "0.73.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-popup-menu": "^0.16.1",
"react-native-qrcode-svg": "^6.3.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-size-matters": "^0.4.2",
"react-native-svg": "14.1.0",
"text-encoding-polyfill": "^0.6.7"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@getify/eslint-plugin-proper-arrows": "^11.0.3",
"@testing-library/react-native": "^12.4.3",
"@types/babel__core": "^7.20.5",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/react": "~18.2.55",
"@types/react-native-onboarding-swiper": "^1.1.9",
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"dotenv": "^16.4.4",
"eslint": "^8.56.0",
"eslint-plugin-deprecate": "^0.8.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"expo-dev-client": "~3.3.8",
"jest": "^29.7.0",
"jest-expo": "^50.0.2",
"metro-config": "^0.80.5",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"websql": "^2.0.3"
},
"homepage": ".",
"contributors": [
{
"name": "BilligsterUser",
"email": "[email protected]",
"url": "https://github.com/BilligsterUser"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/cashubtc/eNuts"
},
"keywords": [
"cashu",
"ecash",
"micropayments",
"payments",
"android",
"ios",
"privacy",
"lightning",
"bitcoin",
"enuts",
"nuts",
"chaumian",
"cashubtc",
"secp256k1",
"blind-signatures",
"lightning-network"
],
"version": "0.3.0",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/cashubtc/eNuts/issues"
},
"main": "/src/index.js"
"name": "enuts",
"description": "A Cashu wallet for Android and iOS",
"author": "Agron Kadriaj <[email protected]> (https://agron.dev)",
"scripts": {
"s:debug:full": "npx -y cross-env@latest DEBUG=full expo start -c",
"s:c": "expo start -c --go",
"start": "expo start --go",
"lint:eslint": "npx eslint ./src --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.json --fix",
"lint": "npm run lint:eslint && npx tsc && npm run fmtJson",
"ts:check": "npx tsc",
"dep:update": "npx -y npm-check-updates --pre -u -u && npm i && npm audit fix || true && npx expo@latest install --fix && npm run lint",
"dep:check": "npx -y depcheck@latest",
"fmtJson": "npx prettier assets/translations/*.json .github/workflows/*.yml ./*.json --write --use-tabs --tab-width 4",
"expo:i:check": "npx expo@latest install --check",
"expo:i:fix": "npx expo@latest install --fix",
"expo:doc": "npx -y expo-doctor@latest",
"build:dev": "npx -y eas-cli@latest build -e development -p android -m devWithDevClient --no-wait",
"build:preview:android": "npx -y eas-cli@latest build -e preview -p android -m manualPreview --no-wait",
"build:preview:ios": "npx -y eas-cli@latest build -e preview -p ios -m manualPreview --no-wait",
"build:prod:android": "npx -y eas-cli@latest build -e production -p android -m manualProduction --no-wait",
"build:prod:ios": "npx -y eas-cli@latest build -e production -p ios -m manualProduction --no-wait",
"build:ci:preview:android": "npx -y eas-cli@latest build --non-interactive -e preview -p android -m ciPreview --no-wait",
"build:ci:preview:ios": "npx -y eas-cli@latest build --non-interactive -e preview -p ios -m ciPreview --no-wait",
"build:ci:prod:android": "npx -y eas-cli@latest build --non-interactive -e production -p android -m ciProduction --no-wait",
"build:ci:prod:ios": "npx -y eas-cli@latest build --non-interactive -e production -p ios -m ciProduction --no-wait",
"submit:ios": "npx -y eas-cli@latest submit -p ios",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "npx -y jest -c ./config/jest.config.ts --passWithNoTests ",
"test:coverage": "npm run test -- --collectCoverage",
"test:dev": "npm run test -- --detectOpenHandles",
"cpd:ts": "npx -y jscpd -c config/cpd.config.ts.json src config",
"cpd:tsx": "npx -y jscpd -c config/cpd.config.tsx.json src",
"cpd": "npm run cpd:ts && npm run cpd:tsx",
"deps:c": "npx -y madge --circular --ts-config tsconfig.json --extensions ts,tsx .",
"eas-build-pre-install": "echo \"require('./src/index.js')\" > index.js",
"update-translations": "node utils/update-translations.js",
"android": "expo run:android"
},
"dependencies": {
"@cashu/cashu-ts": "^0.9.0",
"@react-native-community/netinfo": "11.1.0",
"@react-navigation/core": "^6.4.11",
"@react-navigation/native": "^6.1.12",
"@react-navigation/native-stack": "^6.9.20",
"@sentry/react-native": "5.19.1",
"@shopify/flash-list": "1.6.3",
"crypto-js": "4.2.0",
"expo": "^50.0.7",
"expo-application": "~5.8.3",
"expo-barcode-scanner": "~12.9.3",
"expo-camera": "~14.0.5",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.5",
"expo-crypto": "~12.8.1",
"expo-device": "~5.9.3",
"expo-file-system": "~16.0.6",
"expo-image": "~1.10.6",
"expo-insights": "~0.6.1",
"expo-localization": "~14.8.3",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-sqlite": "~13.2.2",
"expo-status-bar": "~1.11.1",
"i18next": "^23.10.0",
"lottie-react-native": "6.5.1",
"nostr-tools": "^1.17.0",
"react": "^18.2.0",
"react-i18next": "^14.0.5",
"react-native": "0.73.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-popup-menu": "^0.16.1",
"react-native-qrcode-svg": "^6.3.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-size-matters": "^0.4.2",
"react-native-svg": "14.1.0",
"text-encoding-polyfill": "^0.6.7"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@getify/eslint-plugin-proper-arrows": "^11.0.3",
"@testing-library/react-native": "^12.4.3",
"@types/babel__core": "^7.20.5",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.21",
"@types/react": "~18.2.60",
"@types/react-native-onboarding-swiper": "^1.1.9",
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-deprecate": "^0.8.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"expo-dev-client": "~3.3.9",
"jest": "^29.7.0",
"jest-expo": "^50.0.2",
"metro-config": "^0.80.6",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"websql": "^2.0.3"
},
"homepage": ".",
"contributors": [
{
"name": "BilligsterUser",
"email": "[email protected]",
"url": "https://github.com/BilligsterUser"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/cashubtc/eNuts"
},
"keywords": [
"cashu",
"ecash",
"micropayments",
"payments",
"android",
"ios",
"privacy",
"lightning",
"bitcoin",
"enuts",
"nuts",
"chaumian",
"cashubtc",
"secp256k1",
"blind-signatures",
"lightning-network"
],
"version": "0.3.0",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/cashubtc/eNuts/issues"
},
"main": "/src/index.js"
}
1 change: 0 additions & 1 deletion src/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { decodeInvoice, getDecodedToken } from '@cashu/cashu-ts'
import { l } from '@log'
import type { ILnUrl, IMintBalWithName, IProofSelection } from '@model'
import { IContact } from '@src/model/nostr'
import { Buffer } from 'buffer/'
import * as Clipboard from 'expo-clipboard'
import { Linking, Share, Vibration } from 'react-native'

Expand Down

0 comments on commit 811490f

Please sign in to comment.