@times-components/article-list 9.17.66-alpha.18 → 9.17.66

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.
Files changed (1) hide show
  1. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-list",
3
- "version": "9.17.66-alpha.18+7801f3441b",
3
+ "version": "9.17.66",
4
4
  "description": "Paginated list of articles",
5
5
  "main": "dist/article-list",
6
6
  "dev": "src/article-list",
@@ -33,16 +33,16 @@
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.14-alpha.18+7801f3441b",
39
- "@times-components/provider": "^1.40.23-alpha.18+7801f3441b",
40
- "@times-components/provider-queries": "^2.21.1",
41
- "@times-components/provider-test-tools": "^1.29.3",
42
- "@times-components/storybook": "^4.12.22-alpha.18+7801f3441b",
43
- "@times-components/tealium-utils": "^0.9.1",
44
- "@times-components/test-utils": "^2.4.2",
45
- "@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.13",
39
+ "@times-components/provider": "1.40.23",
40
+ "@times-components/provider-queries": "2.21.1",
41
+ "@times-components/provider-test-tools": "1.29.3",
42
+ "@times-components/storybook": "4.12.22",
43
+ "@times-components/tealium-utils": "0.9.1",
44
+ "@times-components/test-utils": "2.4.2",
45
+ "@times-components/webpack-configurator": "2.1.1",
46
46
  "apollo-client": "2.5.1",
47
47
  "babel-jest": "24.8.0",
48
48
  "babel-loader": "8.0.5",
@@ -60,19 +60,19 @@
60
60
  "webpack": "4.30.0"
61
61
  },
62
62
  "dependencies": {
63
- "@times-components/ad": "^2.22.11-alpha.18+7801f3441b",
64
- "@times-components/article-summary": "^3.24.66-alpha.18+7801f3441b",
65
- "@times-components/button": "^2.10.49-alpha.18+7801f3441b",
66
- "@times-components/card": "^6.14.10-alpha.18+7801f3441b",
67
- "@times-components/context": "^1.18.0",
68
- "@times-components/error-view": "^2.6.49-alpha.18+7801f3441b",
69
- "@times-components/image": "^6.17.9-alpha.18+7801f3441b",
70
- "@times-components/lazy-load": "^0.14.0",
71
- "@times-components/link": "^3.17.22-alpha.18+7801f3441b",
72
- "@times-components/pagination": "^3.13.8-alpha.18+7801f3441b",
73
- "@times-components/tracking": "^2.22.22-alpha.18+7801f3441b",
74
- "@times-components/ts-styleguide": "^1.50.22-alpha.18+7801f3441b",
75
- "@times-components/utils": "^6.20.7-alpha.18+7801f3441b",
63
+ "@times-components/ad": "2.22.11",
64
+ "@times-components/article-summary": "3.24.66",
65
+ "@times-components/button": "2.10.49",
66
+ "@times-components/card": "6.14.10",
67
+ "@times-components/context": "1.18.0",
68
+ "@times-components/error-view": "2.6.49",
69
+ "@times-components/image": "6.17.9",
70
+ "@times-components/lazy-load": "0.14.0",
71
+ "@times-components/link": "3.17.22",
72
+ "@times-components/pagination": "3.13.8",
73
+ "@times-components/tracking": "2.22.22",
74
+ "@times-components/ts-styleguide": "1.50.22",
75
+ "@times-components/utils": "6.20.6",
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": "7801f3441b7c1ecdb8a05836897dd9774c56f76d"
91
+ "gitHead": "bb3f67e82b3ce3948c1508c2421c97cb4c2b1b5c"
92
92
  }