foreman_statistics 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreman_statistics/version.rb +1 -1
- data/package.json +11 -10
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b623960c9e0058919e38a547a7a887d2a4ccaf4180a0753721edf1f2a2088c3
|
4
|
+
data.tar.gz: 25b17b3c94e390c59717fd199c6b0800371765d0570675def385022a5281d4cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95769dbdefb08373a4b7a69558d4e0d8dd082bfa7ae921689e736e884686e2ffafad6c76550f85a629507407103a4f159435864444bc554ec45e3f50b0a7ab58
|
7
|
+
data.tar.gz: 5250e86365ce05e50e1580e1034b4a649df10816dc2868d5797834b9542ef2002c3b1fd0636d2c2492ae6b5cbb78942b9f39fa5c1f0e02621305cfda6f4ac601
|
data/package.json
CHANGED
@@ -21,22 +21,23 @@
|
|
21
21
|
"url": "http://projects.theforeman.org/projects/foreman_statistics/issues"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
|
-
"@theforeman/vendor": ">=
|
25
|
-
},
|
26
|
-
"dependencies": {
|
27
|
-
"react-intl": "^2.8.0"
|
24
|
+
"@theforeman/vendor": ">= 6.0.0"
|
28
25
|
},
|
29
26
|
"devDependencies": {
|
30
27
|
"@babel/core": "^7.7.0",
|
31
|
-
"@theforeman/builder": "^
|
32
|
-
"@theforeman/eslint-plugin-foreman": "
|
33
|
-
"@theforeman/
|
34
|
-
"@theforeman/
|
35
|
-
"@theforeman/
|
28
|
+
"@theforeman/builder": "^6.0.0",
|
29
|
+
"@theforeman/eslint-plugin-foreman": "^6.0.0",
|
30
|
+
"@theforeman/find-foreman": "^4.8.0",
|
31
|
+
"@theforeman/stories": "^7.0.0",
|
32
|
+
"@theforeman/test": "^8.0.0",
|
33
|
+
"@theforeman/vendor-dev": "^6.0.0",
|
36
34
|
"babel-eslint": "^10.0.3",
|
37
35
|
"eslint": "^6.7.2",
|
38
|
-
"prettier": "^1.
|
36
|
+
"prettier": "^1.19.1",
|
39
37
|
"stylelint-config-standard": "^18.0.0",
|
40
38
|
"stylelint": "^9.3.0"
|
39
|
+
},
|
40
|
+
"dependencies": {
|
41
|
+
"react-intl": "^2.8.0"
|
41
42
|
}
|
42
43
|
}
|