Skip to content

Commit 83b2450

Browse files
author
Eason Smith
committed
remove resolutions on nft/packages.json to solve version conflict with workspace
1 parent b3c325b commit 83b2450

File tree

2 files changed

+14262
-8
lines changed

2 files changed

+14262
-8
lines changed

examples/nft/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"locks": "npm run locks:remove && npm run locks:create",
1313
"watch:codegen": "npx graphql-code-generator --config ./config/codegen.ts --watch"
1414
},
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-
},
2115
"dependencies": {
2216
"@chain-registry/types": "^0.16.0",
2317
"@cosmjs/cosmwasm-stargate": "0.31.3",
@@ -49,8 +43,8 @@
4943
"@types/node": "^20.14.6",
5044
"@types/react": "^18.3.3",
5145
"@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",
5448
"generate-lockfile": "0.0.12",
5549
"typescript": "^5.1.6"
5650
},

0 commit comments

Comments
 (0)