|
1 | 1 | { |
2 | | - "name": "depay-react-token-image", |
| 2 | + "name": "@depay/react-token-image", |
3 | 3 | "moduleName": "ReactTokenImage", |
4 | | - "version": "1.1.3", |
| 4 | + "version": "2.0.0", |
5 | 5 | "description": "React component to display token images with fallbacks and unknown state.", |
6 | 6 | "main": "./dist/cjs/index.js", |
7 | 7 | "files": [ |
|
18 | 18 | "test:cypress:debug": "yarn cypress run --headed --no-exit", |
19 | 19 | "test": "yarn test:cypress" |
20 | 20 | }, |
21 | | - "repository": "git@github.com:DePayFi/depay-react-token-image.git", |
| 21 | + "repository": "git@github.com:DePayFi/react-token-image.git", |
22 | 22 | "keywords": [ |
23 | 23 | "react", |
24 | 24 | "token", |
|
29 | 29 | "author": "depay.fi", |
30 | 30 | "license": "MIT", |
31 | 31 | "bugs": { |
32 | | - "url": "https://github.com/DePayFi/depay-react-token-image/issues" |
| 32 | + "url": "https://github.com/DePayFi/react-token-image/issues" |
33 | 33 | }, |
34 | | - "homepage": "https://github.com/DePayFi/depay-react-token-image#readme", |
| 34 | + "homepage": "https://github.com/DePayFi/react-token-image#readme", |
35 | 35 | "private": false, |
36 | 36 | "dependencies": { |
37 | 37 | }, |
38 | 38 | "peerDependencies": { |
39 | | - "depay-web3-blockchains": "^2.4.0", |
40 | | - "depay-web3-constants": "^3.0.0", |
| 39 | + "@depay/web3-blockchains": "^3.0.0", |
| 40 | + "@depay/web3-constants": "^4.0.0", |
41 | 41 | "react": "^17", |
42 | 42 | "react-dom": "^17" |
43 | 43 | }, |
|
48 | 48 | "@babel/core": "^7.12.9", |
49 | 49 | "@babel/preset-env": "^7.12.7", |
50 | 50 | "@babel/preset-react": "^7.12.7", |
| 51 | + "@depay/web3-blockchains": "^3.0.0", |
| 52 | + "@depay/web3-constants": "^4.0.0", |
51 | 53 | "@rollup/plugin-commonjs": "^18.0.0", |
52 | 54 | "@rollup/plugin-node-resolve": "^11.2.1", |
53 | 55 | "@rollup/plugin-replace": "^2.4.2", |
|
56 | 58 | "babel-preset-env": "^1.7.0", |
57 | 59 | "babel-preset-react": "^6.24.1", |
58 | 60 | "cypress": "^8.2.0", |
59 | | - "depay-web3-blockchains": "^2.4.0", |
60 | | - "depay-web3-constants": "^3.0.0", |
61 | 61 | "eslint": "^7.15.0", |
62 | 62 | "eslint-loader": "^4.0.2", |
63 | 63 | "eslint-plugin-import": "^2.22.1", |
64 | 64 | "eslint-plugin-react": "^7.21.5", |
65 | 65 | "eslint-plugin-react-hooks": "^4.2.0", |
66 | | - "react": "^17.0.1", |
67 | | - "react-dom": "^17.0.2", |
68 | | - "react-test-renderer": "^17.0.1", |
| 66 | + "react": "^17", |
| 67 | + "react-dom": "^17", |
| 68 | + "react-test-renderer": "^17", |
69 | 69 | "react-testing-library": "^8.0.1", |
70 | 70 | "rollup": "^2.34.2", |
71 | 71 | "rollup-plugin-livereload": "^2.0.0", |
|
0 commit comments