@times-components/article-main-comment 2.92.6 → 2.92.7-alpha.1
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/article-main-comment",
|
|
3
|
-
"version": "2.92.
|
|
3
|
+
"version": "2.92.7-alpha.1+38fbf57204",
|
|
4
4
|
"description": "Main Comment Article Template",
|
|
5
5
|
"main": "dist/article-main-comment",
|
|
6
6
|
"dev": "src/article-main-comment",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"homepage": "https://github.com/newsuk/times-components#readme",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/core": "7.4.4",
|
|
36
|
-
"@times-components/eslint-config-thetimes": "0.8.18",
|
|
37
|
-
"@times-components/jest-configurator-web": "0.8.2",
|
|
38
|
-
"@times-components/jest-serializer": "3.13.20",
|
|
39
|
-
"@times-components/provider": "1.41.4",
|
|
40
|
-
"@times-components/provider-test-tools": "1.30.4",
|
|
41
|
-
"@times-components/storybook": "4.12.34",
|
|
42
|
-
"@times-components/tealium-utils": "0.9.1",
|
|
43
|
-
"@times-components/test-utils": "2.4.2",
|
|
44
|
-
"@times-components/webpack-configurator": "2.1.1",
|
|
36
|
+
"@times-components/eslint-config-thetimes": "^0.8.18",
|
|
37
|
+
"@times-components/jest-configurator-web": "^0.8.2",
|
|
38
|
+
"@times-components/jest-serializer": "^3.13.20",
|
|
39
|
+
"@times-components/provider": "^1.41.4",
|
|
40
|
+
"@times-components/provider-test-tools": "^1.30.4",
|
|
41
|
+
"@times-components/storybook": "^4.12.34",
|
|
42
|
+
"@times-components/tealium-utils": "^0.9.1",
|
|
43
|
+
"@times-components/test-utils": "^2.4.2",
|
|
44
|
+
"@times-components/webpack-configurator": "^2.1.1",
|
|
45
45
|
"babel-jest": "24.8.0",
|
|
46
46
|
"eslint": "5.9.0",
|
|
47
47
|
"jest": "24.8.0",
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
"webpack": "4.30.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@times-components/ad": "2.22.23",
|
|
57
|
-
"@times-components/article-byline": "3.13.56",
|
|
58
|
-
"@times-components/article-label": "2.18.34",
|
|
59
|
-
"@times-components/article-skeleton": "1.140.
|
|
60
|
-
"@times-components/context": "1.24.0",
|
|
61
|
-
"@times-components/date-publication": "0.30.34",
|
|
62
|
-
"@times-components/image": "6.18.2",
|
|
63
|
-
"@times-components/responsive": "0.27.0",
|
|
64
|
-
"@times-components/ts-components": "1.110.
|
|
65
|
-
"@times-components/ts-styleguide": "1.50.34",
|
|
66
|
-
"@times-components/user-state": "0.5.51",
|
|
67
|
-
"@times-components/utils": "6.26.0",
|
|
68
|
-
"@times-components/video-label": "2.11.63",
|
|
56
|
+
"@times-components/ad": "^2.22.23",
|
|
57
|
+
"@times-components/article-byline": "^3.13.56",
|
|
58
|
+
"@times-components/article-label": "^2.18.34",
|
|
59
|
+
"@times-components/article-skeleton": "^1.140.13-alpha.1+38fbf57204",
|
|
60
|
+
"@times-components/context": "^1.24.0",
|
|
61
|
+
"@times-components/date-publication": "^0.30.34",
|
|
62
|
+
"@times-components/image": "^6.18.2",
|
|
63
|
+
"@times-components/responsive": "^0.27.0",
|
|
64
|
+
"@times-components/ts-components": "^1.110.3-alpha.1+38fbf57204",
|
|
65
|
+
"@times-components/ts-styleguide": "^1.50.34",
|
|
66
|
+
"@times-components/user-state": "^0.5.51",
|
|
67
|
+
"@times-components/utils": "^6.26.0",
|
|
68
|
+
"@times-components/video-label": "^2.11.63",
|
|
69
69
|
"prop-types": "15.7.2",
|
|
70
70
|
"styled-components": "4.3.2"
|
|
71
71
|
},
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "38fbf572043d0b120fc09402f4921c50660d3416"
|
|
84
84
|
}
|