@hipay/hipay-material-ui 2.3.0-rcstyleguide-beta1 → 2.3.0-rcstyleguide-beta3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -10
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Material-UI v2.3.0-rcstyleguide-beta1
1
+ /** @license Material-UI v2.3.0-rcstyleguide-beta2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
- "version": "2.3.0-rcstyleguide-beta1",
4
+ "version": "2.3.0-rcstyleguide-beta3",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -12,14 +12,11 @@
12
12
  "url": "https://gitlab.hipay.org/backend/hipay-material-ui/issues"
13
13
  },
14
14
  "homepage": "http://materialui.hipay.dev.local/",
15
- "peerDependencies": {
16
- "react": "16.9.0",
17
- "react-dom": "16.9.0"
18
- },
19
15
  "dependencies": {
16
+ "react": "16.9.0",
17
+ "react-dom": "16.9.0",
20
18
  "@material-ui/core": "4.5.1",
21
19
  "@material-ui/icons": "4.5.1",
22
- "@material-ui/styles": "4.5.0",
23
20
  "classnames": "2.2.6",
24
21
  "cross-env": "^6.0.3",
25
22
  "keycode": "2.2.0",
@@ -35,14 +32,10 @@
35
32
  "react-lazyload": "2.6.2",
36
33
  "react-leaflet": "2.5.0",
37
34
  "react-pdf": "4.1.0",
38
- "react-scripts": "3.0.1",
39
35
  "react-spinners": "0.6.1",
40
36
  "recompose": "0.30.0",
41
37
  "validator": "10.7.1"
42
38
  },
43
- "eslintConfig": {
44
- "extends": "react-app"
45
- },
46
39
  "browserslist": {
47
40
  "production": [
48
41
  ">0.2%",