@hipay/hipay-material-ui 2.3.0-rcstyleguide-beta1 → 2.3.0-rcstyleguide-beta3
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +3 -10
package/index.js
CHANGED
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-
|
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%",
|