Skip to content

Commit

Permalink
merge dependencies from main
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibon committed Mar 15, 2024
1 parent aba3f93 commit 21cec03
Show file tree
Hide file tree
Showing 2 changed files with 5,327 additions and 1,003 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"format": "prettier --write ."
},
"devDependencies": {
"@skeletonlabs/skeleton": "2.7.1",
"@skeletonlabs/skeleton": "2.9.0",
"@skeletonlabs/tw-plugin": "0.3.1",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-vercel": "^4.0.5",
"@sveltejs/adapter-vercel": "^5.1.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@types/debounce": "^1.2.4",
"@types/node": "20.11.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "10.4.17",
"eslint": "^8.57.0",
"@types/node": "20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "10.4.18",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "8.4.33",
"prettier": "^3.2.5",
"postcss": "8.4.35",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.2.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
Expand All @@ -44,20 +44,21 @@
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "1.5.3",
"@floating-ui/dom": "1.6.3",
"@socket.tech/socket-v2-sdk": "^1.24.2",
"@squirrel-labs/peanut-sdk": "^0.4.14",
"@sentry/sveltekit": "^7.107.0",
"@vercel/analytics": "^1.2.2",
"@web3modal/ethers5": "^3.5.7",
"@web3modal/ethers5": "^4.1.1",
"emailjs": "^4.0.3",
"ethers": "5.7.2",
"just-debounce": "^1.1.0",
"wagmi": "^1.4.13"
"wagmi": "^2.5.7"
},
"pnpm": {
"overrides": {
"@socket.tech/ll-core": "^0.1.49",
"@socket.tech/ll-core-v2": "^0.0.68"
}
}
}
}
Loading

0 comments on commit 21cec03

Please sign in to comment.