@times-components/article-list 9.17.51-alpha.61 → 9.17.51-alpha.62
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/article-list",
|
|
3
|
-
"version": "9.17.51-alpha.
|
|
3
|
+
"version": "9.17.51-alpha.62+ec31be5b64",
|
|
4
4
|
"description": "Paginated list of articles",
|
|
5
5
|
"main": "dist/article-list",
|
|
6
6
|
"dev": "src/article-list",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@babel/core": "7.4.4",
|
|
36
36
|
"@times-components/eslint-config-thetimes": "^0.8.18",
|
|
37
37
|
"@times-components/jest-configurator-web": "^0.8.1",
|
|
38
|
-
"@times-components/jest-serializer": "^3.13.7-alpha.
|
|
39
|
-
"@times-components/provider": "^1.40.13-alpha.
|
|
38
|
+
"@times-components/jest-serializer": "^3.13.7-alpha.75+ec31be5b64",
|
|
39
|
+
"@times-components/provider": "^1.40.13-alpha.62+ec31be5b64",
|
|
40
40
|
"@times-components/provider-queries": "^2.21.0",
|
|
41
41
|
"@times-components/provider-test-tools": "^1.29.2",
|
|
42
|
-
"@times-components/storybook": "^4.12.12-alpha.
|
|
42
|
+
"@times-components/storybook": "^4.12.12-alpha.75+ec31be5b64",
|
|
43
43
|
"@times-components/tealium-utils": "^0.9.0",
|
|
44
44
|
"@times-components/test-utils": "^2.4.1",
|
|
45
45
|
"@times-components/webpack-configurator": "^2.1.0",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"webpack": "4.30.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@times-components/ad": "^2.21.62-alpha.
|
|
64
|
-
"@times-components/article-summary": "^3.24.53-alpha.
|
|
65
|
-
"@times-components/button": "^2.10.39-alpha.
|
|
66
|
-
"@times-components/card": "^6.13.6-alpha.
|
|
63
|
+
"@times-components/ad": "^2.21.62-alpha.75+ec31be5b64",
|
|
64
|
+
"@times-components/article-summary": "^3.24.53-alpha.62+ec31be5b64",
|
|
65
|
+
"@times-components/button": "^2.10.39-alpha.75+ec31be5b64",
|
|
66
|
+
"@times-components/card": "^6.13.6-alpha.75+ec31be5b64",
|
|
67
67
|
"@times-components/context": "^1.15.0",
|
|
68
|
-
"@times-components/error-view": "^2.6.39-alpha.
|
|
69
|
-
"@times-components/image": "^6.15.32-alpha.
|
|
68
|
+
"@times-components/error-view": "^2.6.39-alpha.75+ec31be5b64",
|
|
69
|
+
"@times-components/image": "^6.15.32-alpha.75+ec31be5b64",
|
|
70
70
|
"@times-components/lazy-load": "^0.11.0",
|
|
71
|
-
"@times-components/link": "^3.17.12-alpha.
|
|
72
|
-
"@times-components/pagination": "^3.12.39-alpha.
|
|
73
|
-
"@times-components/tracking": "^2.22.12-alpha.
|
|
74
|
-
"@times-components/ts-styleguide": "^1.50.12-alpha.
|
|
75
|
-
"@times-components/utils": "^6.19.1-alpha.
|
|
71
|
+
"@times-components/link": "^3.17.12-alpha.75+ec31be5b64",
|
|
72
|
+
"@times-components/pagination": "^3.12.39-alpha.75+ec31be5b64",
|
|
73
|
+
"@times-components/tracking": "^2.22.12-alpha.75+ec31be5b64",
|
|
74
|
+
"@times-components/ts-styleguide": "^1.50.12-alpha.75+ec31be5b64",
|
|
75
|
+
"@times-components/utils": "^6.19.1-alpha.75+ec31be5b64",
|
|
76
76
|
"lodash.get": "4.4.2",
|
|
77
77
|
"prop-types": "15.7.2",
|
|
78
78
|
"styled-components": "4.3.2"
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "ec31be5b64dbd1e493e9bb32ec6567d0f9bf5074"
|
|
92
92
|
}
|