|
1 | 1 | { |
2 | 2 | "name": "@gnosis.pm/safe-react-components", |
3 | | - "version": "0.7.0", |
| 3 | + "version": "0.8.0", |
4 | 4 | "description": "Gnosis UI components", |
5 | 5 | "main": "dist/index.min.js", |
6 | 6 | "typings": "dist/index.d.ts", |
|
24 | 24 | "author": "Gnosis (https://gnosis.pm)", |
25 | 25 | "license": "MIT", |
26 | 26 | "dependencies": { |
27 | | - "classnames": "^2.2.6", |
28 | 27 | "react-media": "^1.10.0" |
29 | 28 | }, |
30 | 29 | "devDependencies": { |
31 | 30 | "@babel/core": "^7.14.0", |
32 | 31 | "@babel/preset-env": "^7.14.0", |
33 | 32 | "@babel/preset-react": "^7.14.0", |
34 | 33 | "@babel/preset-typescript": "^7.14.0", |
35 | | - "@material-ui/core": "^4.11.2", |
| 34 | + "@material-ui/core": "^4.12.3", |
36 | 35 | "@storybook/addon-actions": "^6.3.0", |
37 | 36 | "@storybook/addon-docs": "^6.3.0", |
38 | 37 | "@storybook/addon-links": "^6.3.0", |
|
42 | 41 | "@testing-library/jest-dom": "^5.11.5", |
43 | 42 | "@testing-library/react": "^11.2.7", |
44 | 43 | "@testing-library/user-event": "^12.2.0", |
45 | | - "@types/classnames": "^2.2.11", |
46 | 44 | "@types/jest": "^26.0.0", |
47 | 45 | "@types/material-ui": "^0.21.9", |
48 | | - "@types/node": "^14.14.0", |
| 46 | + "@types/node": "^16.6.1", |
49 | 47 | "@types/react": "^16.9.55", |
50 | 48 | "@types/react-dom": "^16.9.0", |
51 | | - "@types/styled-components": "^5.1.11", |
52 | | - "@typescript-eslint/eslint-plugin": "^4.28.4", |
53 | | - "@typescript-eslint/parser": "^4.28.4", |
| 49 | + "@types/styled-components": "^5.1.12", |
| 50 | + "@typescript-eslint/eslint-plugin": "^4.29.2", |
| 51 | + "@typescript-eslint/parser": "^4.29.2", |
54 | 52 | "awesome-typescript-loader": "^5.2.1", |
55 | 53 | "copy-webpack-plugin": "^6.3.0", |
56 | | - "eslint": "^7.31.0", |
| 54 | + "eslint": "^7.32.0", |
57 | 55 | "eslint-config-prettier": "^8.3.0", |
58 | 56 | "eslint-plugin-prettier": "^3.4.0", |
59 | 57 | "eslint-plugin-react": "^7.24.0", |
|
68 | 66 | "react-docgen-typescript-loader": "^3.7.2", |
69 | 67 | "react-dom": "^16.14.0", |
70 | 68 | "rimraf": "^3.0.2", |
71 | | - "styled-components": "^5.2.1", |
| 69 | + "styled-components": "^5.3.0", |
72 | 70 | "typescript": "^4.0.5", |
73 | 71 | "url-loader": "^4.1.1", |
74 | 72 | "webpack": "4.43.0", |
|
0 commit comments