@times-components/related-articles 6.19.17 → 6.19.18-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4
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.
- package/package.json +18 -18
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@times-components/related-articles",
|
3
|
-
"version": "6.19.
|
3
|
+
"version": "6.19.18-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
4
4
|
"description": "related articles of an article",
|
5
5
|
"main": "dist/related-articles",
|
6
6
|
"dev": "src/related-articles",
|
@@ -34,13 +34,13 @@
|
|
34
34
|
"homepage": "https://github.com/newsuk/times-components#readme",
|
35
35
|
"devDependencies": {
|
36
36
|
"@babel/core": "7.4.4",
|
37
|
-
"@times-components/eslint-config-thetimes": "0.8.18",
|
38
|
-
"@times-components/jest-configurator-web": "0.8.2",
|
39
|
-
"@times-components/jest-serializer": "3.13.
|
40
|
-
"@times-components/storybook": "4.12.
|
41
|
-
"@times-components/tealium-utils": "0.9.1",
|
42
|
-
"@times-components/test-utils": "2.4.2",
|
43
|
-
"@times-components/webpack-configurator": "2.1.1",
|
37
|
+
"@times-components/eslint-config-thetimes": "^0.8.18",
|
38
|
+
"@times-components/jest-configurator-web": "^0.8.2",
|
39
|
+
"@times-components/jest-serializer": "^3.13.22-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
40
|
+
"@times-components/storybook": "^4.12.36-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
41
|
+
"@times-components/tealium-utils": "^0.9.1",
|
42
|
+
"@times-components/test-utils": "^2.4.2",
|
43
|
+
"@times-components/webpack-configurator": "^2.1.1",
|
44
44
|
"babel-jest": "24.8.0",
|
45
45
|
"babel-loader": "8.0.5",
|
46
46
|
"depcheck": "0.6.9",
|
@@ -55,15 +55,15 @@
|
|
55
55
|
"webpack": "4.30.0"
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
|
-
"@times-components/article-summary": "3.25.
|
59
|
-
"@times-components/card": "6.16.
|
60
|
-
"@times-components/context": "1.24.0",
|
61
|
-
"@times-components/link": "3.17.
|
62
|
-
"@times-components/markup-forest": "1.9.2",
|
63
|
-
"@times-components/slice-layout": "0.52.
|
64
|
-
"@times-components/tracking": "2.22.
|
65
|
-
"@times-components/ts-styleguide": "1.50.
|
66
|
-
"@times-components/utils": "6.27.
|
58
|
+
"@times-components/article-summary": "^3.25.40-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
59
|
+
"@times-components/card": "^6.16.2-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
60
|
+
"@times-components/context": "^1.24.0",
|
61
|
+
"@times-components/link": "^3.17.36-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
62
|
+
"@times-components/markup-forest": "^1.9.2",
|
63
|
+
"@times-components/slice-layout": "^0.52.2-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
64
|
+
"@times-components/tracking": "^2.22.36-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
65
|
+
"@times-components/ts-styleguide": "^1.50.36-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
66
|
+
"@times-components/utils": "^6.27.1-6076807f64b58630ccffd9a75aadabf64c3ff6b2.4+6076807f64",
|
67
67
|
"lodash.get": "4.4.2",
|
68
68
|
"prop-types": "15.7.2",
|
69
69
|
"styled-components": "4.3.2"
|
@@ -79,5 +79,5 @@
|
|
79
79
|
"publishConfig": {
|
80
80
|
"access": "public"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "6076807f64b58630ccffd9a75aadabf64c3ff6b2"
|
83
83
|
}
|