Skip to content

Commit

Permalink
Upgrade yarn, next, and wormhole connect
Browse files Browse the repository at this point in the history
Disable static page generation
  • Loading branch information
jmrossy committed Mar 24, 2024
1 parent 46f6553 commit 14af021
Show file tree
Hide file tree
Showing 6 changed files with 14,335 additions and 3,439 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ const CONNECT_SRC_HOSTS = [
'https://raw.githubusercontent.com',
'https://celo-mainnet.infura.io',
'https://qstash.upstash.io',

// Wormhole RPCs
'https://rpc.ankr.com',
'https://bscrpc.com',
'https://base.publicnode.com',
];
const FRAME_SRC_HOSTS = ['https://*.walletconnect.com', 'https://*.walletconnect.org'];
const IMG_SRC_HOSTS = ['https://raw.githubusercontent.com', 'https://*.walletconnect.com'];
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@tanstack/react-query": "^5.17.10",
"@tanstack/react-table": "^8.11.6",
"@vercel/analytics": "^1.1.1",
"@wormhole-foundation/wormhole-connect": "^0.2.6",
"@wormhole-foundation/wormhole-connect": "0.3.0-beta.11-development",
"bignumber.js": "^9.1.2",
"clsx": "^2.0.0",
"dompurify": "^3.0.8",
"formik": "2.4.5",
"micromark": "^4.0.0",
"micromark-extension-gfm-table": "^2.0.0",
"next": "14.1.0",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-minimal-pie-chart": "^8.4.0",
Expand All @@ -53,7 +53,7 @@
"critters": "^0.0.20",
"daisyui": "^4.4.20",
"eslint": "^8.55.0",
"eslint-config-next": "^14.1.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
Expand Down Expand Up @@ -87,5 +87,5 @@
"prettier": "prettier --write ./src",
"checks": "yarn typecheck && yarn lint && yarn test && yarn prettier && yarn build"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { alpinaFont, interFont } from 'src/styles/fonts';
import 'src/styles/globals.css';
import { App } from './app';

export const dynamic = 'force-dynamic';

export const metadata: Metadata = {
applicationName: 'Celo Station',
metadataBase: new URL(links.home),
Expand Down
Loading

0 comments on commit 14af021

Please sign in to comment.