|
1 | 1 | { |
2 | 2 | "name": "@gnosis.pm/safe-react-components", |
3 | | - "version": "0.6.0", |
| 3 | + "version": "0.7.0", |
4 | 4 | "description": "Gnosis UI components", |
5 | 5 | "main": "dist/index.min.js", |
6 | 6 | "typings": "dist/index.d.ts", |
|
28 | 28 | "react-media": "^1.10.0" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@babel/core": "^7.13.15", |
32 | | - "@babel/preset-env": "^7.13.15", |
33 | | - "@babel/preset-react": "^7.13.13", |
34 | | - "@babel/preset-typescript": "^7.13.0", |
| 31 | + "@babel/core": "^7.14.0", |
| 32 | + "@babel/preset-env": "^7.14.0", |
| 33 | + "@babel/preset-react": "^7.14.0", |
| 34 | + "@babel/preset-typescript": "^7.14.0", |
35 | 35 | "@material-ui/core": "^4.11.2", |
36 | | - "@storybook/addon-actions": "^6.1.0", |
37 | | - "@storybook/addon-docs": "^6.1.0", |
38 | | - "@storybook/addon-links": "^6.1.0", |
39 | | - "@storybook/addon-storyshots": "^6.2.7", |
40 | | - "@storybook/addons": "^6.1.0", |
41 | | - "@storybook/react": "^6.1.0", |
| 36 | + "@storybook/addon-actions": "^6.3.0", |
| 37 | + "@storybook/addon-docs": "^6.3.0", |
| 38 | + "@storybook/addon-links": "^6.3.0", |
| 39 | + "@storybook/addon-storyshots": "^6.3.0", |
| 40 | + "@storybook/addons": "^6.3.0", |
| 41 | + "@storybook/react": "^6.3.0", |
42 | 42 | "@testing-library/jest-dom": "^5.11.5", |
43 | | - "@testing-library/react": "^11.1.0", |
| 43 | + "@testing-library/react": "^11.2.7", |
44 | 44 | "@testing-library/user-event": "^12.2.0", |
45 | 45 | "@types/classnames": "^2.2.11", |
46 | 46 | "@types/jest": "^26.0.0", |
47 | | - "@types/material-ui": "^0.21.8", |
| 47 | + "@types/material-ui": "^0.21.9", |
48 | 48 | "@types/node": "^14.14.0", |
49 | 49 | "@types/react": "^16.9.55", |
50 | 50 | "@types/react-dom": "^16.9.0", |
51 | | - "@types/styled-components": "^5.1.0", |
52 | | - "@typescript-eslint/eslint-plugin": "^4.6.1", |
53 | | - "@typescript-eslint/parser": "^4.6.1", |
| 51 | + "@types/styled-components": "^5.1.11", |
| 52 | + "@typescript-eslint/eslint-plugin": "^4.28.4", |
| 53 | + "@typescript-eslint/parser": "^4.28.4", |
54 | 54 | "awesome-typescript-loader": "^5.2.1", |
55 | | - "babel-eslint": "^10.0.3", |
56 | | - "babel-jest": "^26.6.3", |
57 | | - "babel-loader": "^8.1.0", |
58 | 55 | "copy-webpack-plugin": "^6.3.0", |
59 | | - "eslint": "^7.12.0", |
60 | | - "eslint-config-prettier": "^6.15.0", |
61 | | - "eslint-plugin-prettier": "^3.1.0", |
62 | | - "eslint-plugin-react": "^7.21.5", |
| 56 | + "eslint": "^7.31.0", |
| 57 | + "eslint-config-prettier": "^8.3.0", |
| 58 | + "eslint-plugin-prettier": "^3.4.0", |
| 59 | + "eslint-plugin-react": "^7.24.0", |
63 | 60 | "eslint-plugin-react-hooks": "^4.2.0", |
64 | 61 | "ethereum-blockies-base64": "^1.0.2", |
65 | 62 | "file-loader": "^6.2.0", |
66 | 63 | "identity-obj-proxy": "^3.0.0", |
67 | 64 | "jest": "^26.6.3", |
68 | | - "jest-styled-components": "^7.0.4", |
69 | | - "prettier": "^2.1.0", |
70 | | - "react": "^16.13.0", |
| 65 | + "jest-styled-components": "^7.0.5", |
| 66 | + "prettier": "^2.3.2", |
| 67 | + "react": "^16.14.0", |
71 | 68 | "react-docgen-typescript-loader": "^3.7.2", |
72 | | - "react-dom": "^16.13.0", |
| 69 | + "react-dom": "^16.14.0", |
73 | 70 | "rimraf": "^3.0.2", |
74 | 71 | "styled-components": "^5.2.1", |
75 | 72 | "typescript": "^4.0.5", |
|
78 | 75 | "webpack-cli": "^3.3.10", |
79 | 76 | "webpack-node-externals": "^2.5.2" |
80 | 77 | }, |
81 | | - "resolutions": { |
82 | | - "@babel/core": "^7.12.0" |
83 | | - }, |
84 | 78 | "peerDependencies": { |
85 | 79 | "@material-ui/core": "4.X.X", |
86 | 80 | "react": "16.x.x || 17.x.x", |
|
0 commit comments