Skip to content

Commit

Permalink
Merge pull request #28 from InvArch/yaki-claimable-tnkr-fix
Browse files Browse the repository at this point in the history
Yaki claimable tnkr fix
  • Loading branch information
arrudagates authored Nov 21, 2023
2 parents 394e713 + b64324d commit b7de7e4
Show file tree
Hide file tree
Showing 12 changed files with 762 additions and 604 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.vercel
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts,.js src"
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@headlessui/react": "^1.7.15",
Expand All @@ -34,24 +34,24 @@
"react-router-dom": "^6.12.0",
"urql": "^4.0.3",
"zod": "^3.20.2",
"zustand": "^4.3.8"
"zustand": "^4.4.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.2.4",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}
}
Loading

1 comment on commit b7de7e4

@vercel
Copy link

@vercel vercel bot commented on b7de7e4 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.