Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Sep 10, 2024
1 parent 2067031 commit fb05f40
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Binary file modified bun.lockb
Binary file not shown.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,51 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
"bun-types": "^1.0.7",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^2.5.26",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.20",
"bun-types": "^1.1.27",
"drizzle-kit": "0.21.2",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.43.0",
"postcss": "^8.4.45",
"postcss-load-config": "^4.0.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-adapter-bun": "^0.5.0",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"svelte": "^4.2.19",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.10",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^4.5.3",
"vite-plugin-node-polyfills": "^0.21.0"
},
"type": "module",
"dependencies": {
"@safe-global/safe-apps-sdk": "^8.1.0",
"@wagmi/connectors": "^4.1.10",
"@wagmi/core": "^2.6.1",
"@web3modal/wagmi": "^4.1.5",
"bits-ui": "^0.9.8",
"clsx": "^2.0.0",
"@wagmi/connectors": "^4.3.10",
"@wagmi/core": "^2.13.4",
"@web3modal/wagmi": "^4.2.3",
"bits-ui": "^0.9.9",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.4",
"consola": "^3.2.3",
"drizzle-orm": "^0.29.3",
"drizzle-orm": "^0.29.5",
"lucide-svelte": "^0.276.0",
"radix-icons-svelte": "^1.2.1",
"svelte-french-toast": "^1.2.0",
"svelte-tags-input": "^5.0.0",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.14",
"viem": "2.18.4"
"tailwind-variants": "^0.1.20",
"viem": "^2.21.4"
},
"trustedDependencies": [
"@sveltejs/kit",
"svelte-preprocess",
"utf-8-validate"
]
}
}

0 comments on commit fb05f40

Please sign in to comment.