|
23 | 23 | "deploy": "gh-pages -d build -m '[ci skip] Updates'" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@polkadot/api": "^7.3.1", |
27 | | - "@polkadot/extension-dapp": "^0.42.5", |
28 | | - "@polkadot/keyring": "^8.3.1", |
29 | | - "@polkadot/networks": "^8.3.1", |
30 | | - "@polkadot/types": "^7.3.1", |
31 | | - "@polkadot/ui-keyring": "^0.89.1", |
32 | | - "@polkadot/ui-settings": "^0.89.1", |
33 | | - "@polkadot/util": "^8.3.1", |
34 | | - "@polkadot/util-crypto": "^8.3.1", |
| 26 | + "@polkadot/api": "^7.10.1", |
| 27 | + "@polkadot/extension-dapp": "^0.42.7", |
| 28 | + "@polkadot/keyring": "^8.4.1", |
| 29 | + "@polkadot/networks": "^8.4.1", |
| 30 | + "@polkadot/types": "^7.10.1", |
| 31 | + "@polkadot/ui-keyring": "^1.1.1", |
| 32 | + "@polkadot/ui-settings": "^1.1.1", |
| 33 | + "@polkadot/util": "^8.4.1", |
| 34 | + "@polkadot/util-crypto": "^8.4.1", |
35 | 35 | "node-polyfill-webpack-plugin": "^1.1.4", |
36 | | - "prop-types": "^15.7.2", |
| 36 | + "prop-types": "^15.8.1", |
37 | 37 | "react": "^17.0.2", |
38 | 38 | "react-copy-to-clipboard": "^5.0.4", |
39 | 39 | "react-dom": "^17.0.2", |
40 | 40 | "react-scripts": "^5.0.0", |
41 | 41 | "semantic-ui-css": "Semantic-Org/Semantic-UI-CSS#master", |
42 | | - "semantic-ui-react": "^2.1.1", |
| 42 | + "semantic-ui-react": "^2.1.2", |
43 | 43 | "stream-browserify": "^3.0.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "eslint-config-prettier": "^8.3.0", |
| 46 | + "eslint-config-prettier": "^8.4.0", |
47 | 47 | "gh-pages": "^3.2.3", |
48 | 48 | "prettier": "2.5.1", |
49 | | - "react-app-rewired": "^2.1.11", |
50 | | - "semistandard": "^16.0.0" |
| 49 | + "react-app-rewired": "^2.2.1", |
| 50 | + "semistandard": "^16.0.1" |
51 | 51 | }, |
52 | 52 | "resolutions": { |
53 | | - "eslint-plugin-jsx-a11y": "6.4.1" |
| 53 | + "eslint-plugin-jsx-a11y": "6.5.1" |
54 | 54 | }, |
55 | 55 | "eslintConfig": { |
56 | 56 | "extends": [ |
|
0 commit comments