Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Feb 2, 2024
1 parent 52e2f5b commit aeeda9c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
20 changes: 10 additions & 10 deletions dapps/web3modal/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"format": "pnpm dlx @biomejs/biome format ./src --write"
},
"dependencies": {
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query": "5.17.19",
"@web3modal/wagmi": "4.0.0-alpha.3",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"viem": "^2.5.0",
"wagmi": "^2.5.2"
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.5.0",
"wagmi": "2.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.5.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"@types/node": "20.11.4",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"eslint": "8.44.0",
"eslint-config-next": "14.0.4",
"typescript": "^5"
"typescript": "5.0.2"
}
}
32 changes: 16 additions & 16 deletions dapps/web3modal/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query": "5.17.19",
"@web3modal/wagmi": "4.0.0-alpha.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.5.0",
"wagmi": "^2.5.2"
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.5.0",
"wagmi": "2.5.2"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"typescript": "^5.0.2",
"vite": "^4.4.0"
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@vitejs/plugin-react-swc": "3.3.2",
"eslint": "8.44.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.1",
"typescript": "5.0.2",
"vite": "4.4.0"
}
}
30 changes: 15 additions & 15 deletions dapps/web3modal/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"format": "npx prettier src/**/*.svelte src/**/*.ts --write"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.9",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.12"
"@sveltejs/adapter-auto": "3.1.1",
"@sveltejs/kit": "2.5.0",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint": "8.28.0",
"eslint-plugin-svelte": "2.30.0",
"prettier": "3.1.1",
"prettier-plugin-svelte": "3.1.2",
"svelte": "4.2.9",
"svelte-check": "3.6.0",
"tslib": "2.4.1",
"typescript": "5.0.0",
"vite": "5.0.12"
},
"type": "module",
"dependencies": {
"@wagmi/connectors": "^4.1.12",
"@wagmi/connectors": "4.1.12",
"@wagmi/core": "2.6.3",
"@web3modal/wagmi": "4.0.0-alpha.3",
"svelte-french-toast": "1.2.0",
Expand Down

0 comments on commit aeeda9c

Please sign in to comment.