Skip to content

Commit

Permalink
Merge pull request #27 from zaibon/vite-downgrade
Browse files Browse the repository at this point in the history
fix: downgrade vite to v4.x.x
  • Loading branch information
zaibon authored Nov 27, 2023
2 parents 3b0da88 + 0d13668 commit 4353cb6
Show file tree
Hide file tree
Showing 2 changed files with 952 additions and 688 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@
"@tailwindcss/typography": "0.5.10",
"@types/debounce": "^1.2.4",
"@types/node": "20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "10.4.16",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.35.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.2",
"tailwindcss": "3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite-plugin-tailwind-purgecss": "0.1.3"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "1.5.3",
"@socket.tech/socket-v2-sdk": "^1.23.3",
"@squirrel-labs/peanut-sdk": "^0.3.11",
"@squirrel-labs/peanut-sdk": "^0.3.29",
"@vercel/analytics": "^1.1.1",
"@web3modal/ethers5": "^3.2.1",
"@web3modal/ethers5": "^3.3.2",
"debounce": "^1.2.1",
"emailjs": "^4.0.3",
"ethers": "5.7.2",
"wagmi": "^1.4.6"
"wagmi": "^1.4.7"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 4353cb6

Please sign in to comment.