Skip to content

Commit

Permalink
chore(bridge-ui): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Jan 7, 2025
1 parent b781f76 commit 92608f5
Show file tree
Hide file tree
Showing 2 changed files with 5,811 additions and 3,593 deletions.
78 changes: 39 additions & 39 deletions packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,59 +21,59 @@
"export:config": "pnpm ./scripts/exportJsonToEnv.js"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.21",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@playwright/test": "^1.49.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/debug": "^4.1.12",
"@types/object-hash": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "^1.4.0",
"@wagmi/cli": "^2.1.4",
"abitype": "^1.0.2",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.18",
"daisyui": "^4.10.3",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^1.6.0",
"@wagmi/cli": "^2.1.22",
"abitype": "^1.0.8",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-svelte": "^2.38.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-svelte": "^2.46.1",
"ethereum-address": "^0.0.4",
"jsdom": "^24.0.0",
"jsdom": "^24.1.3",
"lokijs": "^1.5.12",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.15",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.17",
"ts-morph": "^19.0.0",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.10",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.3",
"vitest": "^1.6.0",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "1.3.1"
},
"type": "module",
"dependencies": {
"@moralisweb3/common-evm-utils": "^2.26.1",
"@wagmi/connectors": "^4.3.1",
"@wagmi/core": "^2.8.1",
"@walletconnect/ethereum-provider": "^2.12.2",
"@walletconnect/modal": "^2.6.2",
"@web3modal/wagmi": "^4.1.11",
"@zerodevx/svelte-toast": "^0.9.5",
"axios": "^1.6.7",
"@moralisweb3/common-evm-utils": "^2.27.2",
"@wagmi/connectors": "^4.3.10",
"@wagmi/core": "^2.16.3",
"@walletconnect/ethereum-provider": "^2.17.3",
"@walletconnect/modal": "^2.7.0",
"@web3modal/wagmi": "^4.2.3",
"@zerodevx/svelte-toast": "^0.9.6",
"axios": "^1.7.9",
"buffer": "^6.0.3",
"debug": "^4.3.4",
"debug": "^4.4.0",
"events": "^3.3.0",
"moralis": "^2.26.1",
"moralis": "^2.27.2",
"object-hash": "^3.0.0",
"svelte-i18n": "^4.0.0",
"viem": "^2.9.29"
"svelte-i18n": "^4.0.1",
"viem": "^2.22.3"
}
}
Loading

0 comments on commit 92608f5

Please sign in to comment.