We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c325b commit 83b2450Copy full SHA for 83b2450
examples/nft/package.json
@@ -12,12 +12,6 @@
12
"locks": "npm run locks:remove && npm run locks:create",
13
"watch:codegen": "npx graphql-code-generator --config ./config/codegen.ts --watch"
14
},
15
- "resolutions": {
16
- "react": "18.2.0",
17
- "react-dom": "18.2.0",
18
- "@types/react": "18.0.25",
19
- "@types/react-dom": "18.0.9"
20
- },
21
"dependencies": {
22
"@chain-registry/types": "^0.16.0",
23
"@cosmjs/cosmwasm-stargate": "0.31.3",
@@ -49,8 +43,8 @@
49
43
"@types/node": "^20.14.6",
50
44
"@types/react": "^18.3.3",
51
45
"@types/react-dom": "^18.3.0",
52
- "eslint": "^8.56.0",
53
- "eslint-config-next": "^14.1.0",
46
+ "eslint": "8.57.0",
47
+ "eslint-config-next": "14.2.3",
54
48
"generate-lockfile": "0.0.12",
55
"typescript": "^5.1.6"
56
0 commit comments