@times-components/article-summary 3.24.34 → 3.24.35-alpha.76
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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/article-summary",
|
|
3
|
-
"version": "3.24.
|
|
3
|
+
"version": "3.24.35-alpha.76+1079f5975c",
|
|
4
4
|
"main": "dist/article-summary",
|
|
5
5
|
"dev": "src/article-summary",
|
|
6
6
|
"scripts": {
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"homepage": "https://github.com/newsuk/times-components#readme",
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/core": "7.4.4",
|
|
35
|
-
"@times-components/eslint-config-thetimes": "0.8.18",
|
|
36
|
-
"@times-components/jest-configurator-web": "0.8.1",
|
|
37
|
-
"@times-components/jest-serializer": "3.12.
|
|
38
|
-
"@times-components/storybook": "4.11.
|
|
39
|
-
"@times-components/test-utils": "2.4.1",
|
|
40
|
-
"@times-components/webpack-configurator": "2.1.0",
|
|
35
|
+
"@times-components/eslint-config-thetimes": "^0.8.18",
|
|
36
|
+
"@times-components/jest-configurator-web": "^0.8.1",
|
|
37
|
+
"@times-components/jest-serializer": "^3.12.3-alpha.131+1079f5975c",
|
|
38
|
+
"@times-components/storybook": "^4.11.4-alpha.131+1079f5975c",
|
|
39
|
+
"@times-components/test-utils": "^2.4.1",
|
|
40
|
+
"@times-components/webpack-configurator": "^2.1.0",
|
|
41
41
|
"babel-jest": "24.8.0",
|
|
42
42
|
"babel-loader": "8.0.5",
|
|
43
43
|
"depcheck": "0.6.9",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"webpack": "4.30.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@times-components/article-byline": "3.13.
|
|
54
|
-
"@times-components/article-label": "2.16.
|
|
55
|
-
"@times-components/date-publication": "0.28.
|
|
56
|
-
"@times-components/markup": "3.8.
|
|
57
|
-
"@times-components/markup-forest": "1.9.1",
|
|
58
|
-
"@times-components/ts-components": "1.81.
|
|
59
|
-
"@times-components/ts-styleguide": "1.48.
|
|
60
|
-
"@times-components/utils": "6.16.
|
|
61
|
-
"@times-components/video-label": "2.11.
|
|
53
|
+
"@times-components/article-byline": "^3.13.16-alpha.131+1079f5975c",
|
|
54
|
+
"@times-components/article-label": "^2.16.2-alpha.131+1079f5975c",
|
|
55
|
+
"@times-components/date-publication": "^0.28.2-alpha.131+1079f5975c",
|
|
56
|
+
"@times-components/markup": "^3.8.22-alpha.131+1079f5975c",
|
|
57
|
+
"@times-components/markup-forest": "^1.9.1",
|
|
58
|
+
"@times-components/ts-components": "^1.81.8-alpha.76+1079f5975c",
|
|
59
|
+
"@times-components/ts-styleguide": "^1.48.2-alpha.131+1079f5975c",
|
|
60
|
+
"@times-components/utils": "^6.16.22-alpha.131+1079f5975c",
|
|
61
|
+
"@times-components/video-label": "^2.11.23-alpha.76+1079f5975c",
|
|
62
62
|
"prop-types": "15.7.2"
|
|
63
63
|
},
|
|
64
64
|
"resolutions": {
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "1079f5975c05f60109f3d9dedb5f42ff22360abf"
|
|
76
76
|
}
|