Skip to content

Commit

Permalink
fix: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
karelianpie committed Sep 3, 2023
1 parent 016563e commit 0f1ef55
Show file tree
Hide file tree
Showing 4 changed files with 1,293 additions and 3,186 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@yearn-finance/web-lib": "3.0.0",
"@babel/core": "^7.0.0",
"@yearn-finance/web-lib": "3.0.8",
"axios": "^0.27.2",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"ethcall": "^4.8.3",
"ethers": "^5.7.1",
"framer-motion": "^10.16.2",
Expand All @@ -25,10 +28,12 @@
"next-seo": "^5.5.0",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"prop-types": "^15.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-prism": "^4.3.2",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.3",
"webpack": "^5.1.0"
},
"devDependencies": {
"@types/node": "^18.7.18",
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class MyDocument extends Document {
<Html lang={'en'}>
<Head>
<link rel={'preconnect'} href={'https://fonts.googleapis.com'} />
<link rel={'preconnect'} href={'https://fonts.gstatic.com'} crossOrigin={'true'} />
<link rel={'preconnect'} href={'https://fonts.gstatic.com'} crossOrigin={'anonymous'} />
<link href={'https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Roboto:wght@400;700&display=swap'} rel={'stylesheet'} />
</Head>
<body className={'min-h-screen bg-neutral-200 transition-colors duration-150'}>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This will load Tailwindcss + all the overwrite from Yearn lib */
@import '@yearn-finance/web-lib/dist/style.css';
@import '@yearn-finance/web-lib/style.css';

@font-face {
font-family: 'Menlo Regular';
Expand Down
Loading

0 comments on commit 0f1ef55

Please sign in to comment.