Skip to content

Commit

Permalink
feat: upgrade skip client to 0.15.5 (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng authored Dec 16, 2024
1 parent acef77b commit 86246d5
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 144 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"dev": "cp ./template.html ./index.html && vite",
"build": "pnpm run build:set-last-commit-and-tag && pnpm run build:generate-entry-points && tsc && vite build",
"build": "pnpm run build:set-last-commit-and-tag && pnpm run build:generate-entry-points && tsc && NODE_OPTIONS='--max-old-space-size=6144' vite build",
"build:inject-app-deeplinks": "sh scripts/inject-app-deeplinks.sh",
"build:inject-amplitude": "node scripts/inject-amplitude.js",
"build:inject-google-tag-manager": "node scripts/inject-google-tag-manager.js",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@reduxjs/toolkit": "^2.2.5",
"@scure/bip32": "^1.3.0",
"@scure/bip39": "^1.2.0",
"@skip-go/client": "0.10.3",
"@skip-go/client": "0.15.5",
"@solana/web3.js": "^1.93.0",
"@statsig/js-client": "1.4.0",
"@statsig/react-bindings": "1.4.0",
Expand Down
Loading

0 comments on commit 86246d5

Please sign in to comment.