Skip to content

Commit

Permalink
chore: unify ts versions on 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Nov 13, 2024
1 parent 1bd3dc7 commit 19e305f
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 1,179 deletions.
2 changes: 1 addition & 1 deletion apps/laboratory/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const cspHeader = `
img-src * 'self' data: blob: https://walletconnect.org https://walletconnect.com https://secure.walletconnect.com https://secure.walletconnect.org https://tokens-data.1inch.io https://tokens.1inch.io https://ipfs.io https://appkit-lab.reown.org;
font-src 'self' https://fonts.gstatic.com;
connect-src 'self' https://react-wallet.walletconnect.com https://rpc.walletconnect.com https://rpc.walletconnect.org https://relay.walletconnect.com https://relay.walletconnect.org wss://relay.walletconnect.com wss://relay.walletconnect.org https://pulse.walletconnect.com https://pulse.walletconnect.org https://api.web3modal.com https://api.web3modal.org wss://www.walletlink.org https://o1095249.ingest.sentry.io https://quote-api.jup.ag;
frame-src 'self' https://verify.walletconnect.com https://verify.walletconnect.org https://secure.walletconnect.com https://secure.walletconnect.org https://secure.reown.com https://widget.solflare.com/ ${secureSiteDomain}/;
frame-src 'self' http://localhost:3010 https://verify.walletconnect.com https://verify.walletconnect.org https://secure.walletconnect.com https://secure.walletconnect.org https://secure.reown.com https://widget.solflare.com/ ${secureSiteDomain}/;
object-src 'none';
base-uri 'self';
form-action 'self';
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-ethers-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.2",
"typescript": "5.6.2",
"typescript": "5.3.3",
"vite": "5.2.11",
"vue-tsc": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-wagmi-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.1.4",
"typescript": "5.6.2",
"typescript": "5.3.3",
"vite": "5.4.10",
"vue-tsc": "2.1.8"
}
Expand Down
Loading

0 comments on commit 19e305f

Please sign in to comment.