Skip to content

Commit 7cf2fdd

Browse files
authored
Merge pull request #6 from blockcoders/fix-deps
Fix dependencies
2 parents 79196ea + 5d2da9e commit 7cf2fdd

File tree

2 files changed

+645
-778
lines changed

2 files changed

+645
-778
lines changed

package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -58,57 +58,58 @@
5858
},
5959
"homepage": "https://github.com/blockcoders/ink-substrate-explorer-frontend#readme",
6060
"dependencies": {
61-
"@apollo/client": "^3.7.0",
62-
"@graphql-codegen/typescript-operations": "^2.5.3",
63-
"@graphql-codegen/typescript-react-apollo": "^3.3.3",
64-
"@polkadot/api": "9.6.1",
65-
"@polkadot/api-contract": "9.6.1",
61+
"@apollo/client": "^3.7.1",
62+
"@graphql-codegen/typescript-operations": "^2.5.7",
63+
"@graphql-codegen/typescript-react-apollo": "^3.3.6",
64+
"@polkadot/api": "9.8.2",
65+
"@polkadot/api-contract": "9.8.2",
6666
"@polkadot/extension-dapp": "0.44.6",
67-
"@polkadot/util": "10.1.11",
67+
"@polkadot/util": "10.1.12",
6868
"@popperjs/core": "^2.11.6",
69-
"@types/lodash": "^4.14.186",
69+
"@types/lodash": "^4.14.189",
7070
"binance-api-node": "^0.12.0",
7171
"bn.js": "^5.2.1",
72-
"bootstrap": "^5.2.1",
72+
"bootstrap": "^5.2.2",
7373
"graphql": "^16.6.0",
7474
"graphql-tag": "^2.12.6",
7575
"highlight.js": "^11.6.0",
7676
"lodash": "^4.17.21",
7777
"net": "^1.0.2",
78-
"next": "12.3.0",
78+
"next": "12.3.3",
7979
"next-with-apollo": "^5.3.0",
8080
"pre-commit": "^1.2.2",
8181
"react": "18.2.0",
82-
"react-bootstrap": "^2.5.0",
82+
"react-bootstrap": "^2.6.0",
8383
"react-bootstrap-sidebar-menu": "^2.0.3",
8484
"react-dom": "18.2.0",
85-
"react-toastify": "^9.0.8",
86-
"sass": "^1.55.0",
85+
"react-toastify": "^9.1.1",
86+
"sass": "^1.56.1",
8787
"tls": "^0.0.1"
8888
},
8989
"devDependencies": {
90-
"@graphql-codegen/cli": "2.13.3",
91-
"@graphql-codegen/client-preset": "1.0.2",
90+
"@graphql-codegen/cli": "2.13.12",
91+
"@graphql-codegen/client-preset": "1.1.4",
9292
"@graphql-codegen/introspection": "2.2.1",
93-
"@testing-library/dom": "^7.21.4",
93+
"@testing-library/dom": "^7.31.2",
9494
"@testing-library/jest-dom": "^5.16.5",
9595
"@testing-library/react": "^13.4.0",
9696
"@testing-library/react-hooks": "^8.0.1",
9797
"@testing-library/user-event": "^14.4.3",
98-
"@types/jest": "^29.1.1",
99-
"@types/node": "^16.11.7",
100-
"@types/react": "18.0.20",
101-
"@types/react-dom": "18.0.6",
102-
"@typescript-eslint/eslint-plugin": "^5.32.0",
103-
"@typescript-eslint/parser": "^5.32.0",
104-
"eslint": "^8.21.0",
105-
"eslint-config-next": "12.3.0",
98+
"@types/jest": "^29.2.3",
99+
"@types/node": "^16.18.3",
100+
"@types/react": "18.0.25",
101+
"@types/react-dom": "18.0.9",
102+
"@typescript-eslint/eslint-plugin": "^5.43.0",
103+
"@typescript-eslint/parser": "^5.43.0",
104+
"eslint": "^8.27.0",
105+
"eslint-config-next": "12.3.3",
106106
"eslint-config-prettier": "^8.5.0",
107107
"eslint-plugin-import": "^2.26.0",
108108
"eslint-plugin-prettier": "^4.2.1",
109-
"jest": "^29.1.2",
110-
"jest-environment-jsdom": "^29.1.2",
109+
"jest": "^29.3.1",
110+
"jest-environment-jsdom": "^29.3.1",
111111
"prettier": "^2.7.1",
112-
"typescript": "4.8.3"
112+
"typescript": "4.9.3",
113+
"ts-node": "^10.9.1"
113114
}
114115
}

0 commit comments

Comments
 (0)