|
58 | 58 | },
|
59 | 59 | "homepage": "https://github.com/blockcoders/ink-substrate-explorer-frontend#readme",
|
60 | 60 | "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", |
66 | 66 | "@polkadot/extension-dapp": "0.44.6",
|
67 |
| - "@polkadot/util": "10.1.11", |
| 67 | + "@polkadot/util": "10.1.12", |
68 | 68 | "@popperjs/core": "^2.11.6",
|
69 |
| - "@types/lodash": "^4.14.186", |
| 69 | + "@types/lodash": "^4.14.189", |
70 | 70 | "binance-api-node": "^0.12.0",
|
71 | 71 | "bn.js": "^5.2.1",
|
72 |
| - "bootstrap": "^5.2.1", |
| 72 | + "bootstrap": "^5.2.2", |
73 | 73 | "graphql": "^16.6.0",
|
74 | 74 | "graphql-tag": "^2.12.6",
|
75 | 75 | "highlight.js": "^11.6.0",
|
76 | 76 | "lodash": "^4.17.21",
|
77 | 77 | "net": "^1.0.2",
|
78 |
| - "next": "12.3.0", |
| 78 | + "next": "12.3.3", |
79 | 79 | "next-with-apollo": "^5.3.0",
|
80 | 80 | "pre-commit": "^1.2.2",
|
81 | 81 | "react": "18.2.0",
|
82 |
| - "react-bootstrap": "^2.5.0", |
| 82 | + "react-bootstrap": "^2.6.0", |
83 | 83 | "react-bootstrap-sidebar-menu": "^2.0.3",
|
84 | 84 | "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", |
87 | 87 | "tls": "^0.0.1"
|
88 | 88 | },
|
89 | 89 | "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", |
92 | 92 | "@graphql-codegen/introspection": "2.2.1",
|
93 |
| - "@testing-library/dom": "^7.21.4", |
| 93 | + "@testing-library/dom": "^7.31.2", |
94 | 94 | "@testing-library/jest-dom": "^5.16.5",
|
95 | 95 | "@testing-library/react": "^13.4.0",
|
96 | 96 | "@testing-library/react-hooks": "^8.0.1",
|
97 | 97 | "@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", |
106 | 106 | "eslint-config-prettier": "^8.5.0",
|
107 | 107 | "eslint-plugin-import": "^2.26.0",
|
108 | 108 | "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", |
111 | 111 | "prettier": "^2.7.1",
|
112 |
| - "typescript": "4.8.3" |
| 112 | + "typescript": "4.9.3", |
| 113 | + "ts-node": "^10.9.1" |
113 | 114 | }
|
114 | 115 | }
|
0 commit comments