@edgeandnode/graph-auth-kit 6.4.2 → 6.4.3-quick-fixes-1742332694931-0c1b3a84cc8d297af86641b1a6e9cc74bfd069ac

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@edgeandnode/graph-auth-kit",
3
3
  "private": false,
4
- "version": "6.4.2",
4
+ "version": "6.4.3-quick-fixes-1742332694931-0c1b3a84cc8d297af86641b1a6e9cc74bfd069ac",
5
5
  "description": "Wallet authentication connect kit in The Graph suite of applications",
6
6
  "author": "Edge & Node",
7
7
  "license": "UNLICENSED",
@@ -41,7 +41,7 @@
41
41
  "@safe-global/api-kit": "^3.0.1",
42
42
  "@safe-global/protocol-kit": "^6.0.1",
43
43
  "@safe-global/types-kit": "^2.0.0",
44
- "@wagmi/core": "^2.16.5",
44
+ "@wagmi/core": "^2.16.7",
45
45
  "tailwindcss": "^3.4.17",
46
46
  "zod": "^3.24.2"
47
47
  },
@@ -56,14 +56,14 @@
56
56
  "wagmi": "^2.12",
57
57
  "@edgeandnode/common": "^7.0.3",
58
58
  "@edgeandnode/ens": "^2.1.2",
59
- "@edgeandnode/gds": "^6.5.2",
60
- "@edgeandnode/go": "^9.4.2"
59
+ "@edgeandnode/gds": "^6.5.3-quick-fixes-1742332694931-0c1b3a84cc8d297af86641b1a6e9cc74bfd069ac",
60
+ "@edgeandnode/go": "^9.4.3-quick-fixes-1742332694931-0c1b3a84cc8d297af86641b1a6e9cc74bfd069ac"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@emotion/react": "^11.14",
64
64
  "@ethersproject/abstract-provider": "^5.8.0",
65
65
  "@ethersproject/properties": "^5.8.0",
66
- "@tanstack/react-query": "^5.68.0",
66
+ "@tanstack/react-query": "^5.69.0",
67
67
  "@types/react": "^18.3.18",
68
68
  "@types/react-dom": "^18.3.5",
69
69
  "dotenv": "^16.4.7",
@@ -72,12 +72,12 @@
72
72
  "react": "^18.3.1",
73
73
  "react-dom": "^18.3.1",
74
74
  "ts-node": "^10.9.2",
75
- "viem": "^2.23.11",
76
- "wagmi": "^2.14.13",
75
+ "viem": "^2.23.12",
76
+ "wagmi": "^2.14.15",
77
77
  "@edgeandnode/common": "^7.0.3",
78
78
  "@edgeandnode/ens": "^2.1.2",
79
- "@edgeandnode/gds": "^6.5.2",
80
- "@edgeandnode/go": "^9.4.2",
79
+ "@edgeandnode/gds": "^6.5.3-quick-fixes-1742332694931-0c1b3a84cc8d297af86641b1a6e9cc74bfd069ac",
80
+ "@edgeandnode/go": "^9.4.3-quick-fixes-1742332694931-0c1b3a84cc8d297af86641b1a6e9cc74bfd069ac",
81
81
  "@edgeandnode/jsx": "^1.1.0",
82
82
  "@edgeandnode/test-utils": "^2.1.0"
83
83
  },