Skip to content

Commit

Permalink
fixed compabilility
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeSinLiang committed Mar 31, 2024
1 parent b54283e commit b485599
Show file tree
Hide file tree
Showing 2 changed files with 3,959 additions and 189 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,48 +29,46 @@
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@solana/pay": "^0.2.5",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.91.1",
"@solana/web3.js": "^1.91.2",
"@tanstack/react-query": "4.36.1",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"body-parser": "^1.20.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"escape-html": "^1.0.3",
"express": "^4.19.1",
"express": "^4.19.2",
"lucide-react": "^0.363.0",
"next": "14.1.4",
"nodemailer": "^6.9.13",
"payload": "^2.11.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.1",
"react-hook-form": "^7.51.2",
"sonner": "^1.4.41",
"swiper": "^11.0.7",
"swiper": "^11.1.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/escape-html": "^1.0.4",
"@types/express": "^4.17.21",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"nodemon": "^3.1.0",
"postcss": "^8",
Expand Down
Loading

0 comments on commit b485599

Please sign in to comment.