@times-components/article-list 9.17.24 → 9.17.25-alpha.14

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.24",
3
+ "version": "9.17.25-alpha.14+e1aa82eb93",
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.1",
38
- "@times-components/jest-serializer": "3.12.0",
39
- "@times-components/provider": "1.39.0",
40
- "@times-components/provider-queries": "2.20.1",
41
- "@times-components/provider-test-tools": "1.29.1",
42
- "@times-components/storybook": "4.11.0",
43
- "@times-components/tealium-utils": "0.9.0",
44
- "@times-components/test-utils": "2.4.1",
45
- "@times-components/webpack-configurator": "2.1.0",
36
+ "@times-components/eslint-config-thetimes": "^0.8.18",
37
+ "@times-components/jest-configurator-web": "^0.8.1",
38
+ "@times-components/jest-serializer": "^3.12.0",
39
+ "@times-components/provider": "^1.39.1-alpha.140+e1aa82eb93",
40
+ "@times-components/provider-queries": "^2.20.1",
41
+ "@times-components/provider-test-tools": "^1.29.1",
42
+ "@times-components/storybook": "^4.11.1-alpha.140+e1aa82eb93",
43
+ "@times-components/tealium-utils": "^0.9.0",
44
+ "@times-components/test-utils": "^2.4.1",
45
+ "@times-components/webpack-configurator": "^2.1.0",
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.21.39",
64
- "@times-components/article-summary": "3.24.28",
65
- "@times-components/button": "2.10.17",
66
- "@times-components/card": "6.12.10",
67
- "@times-components/context": "1.10.34",
68
- "@times-components/error-view": "2.6.17",
69
- "@times-components/image": "6.15.10",
70
- "@times-components/lazy-load": "0.7.26",
71
- "@times-components/link": "3.14.1",
72
- "@times-components/pagination": "3.12.17",
73
- "@times-components/tracking": "2.21.0",
74
- "@times-components/ts-styleguide": "1.47.0",
75
- "@times-components/utils": "6.16.17",
63
+ "@times-components/ad": "^2.21.40-alpha.140+e1aa82eb93",
64
+ "@times-components/article-summary": "^3.24.29-alpha.14+e1aa82eb93",
65
+ "@times-components/button": "^2.10.18-alpha.140+e1aa82eb93",
66
+ "@times-components/card": "^6.12.11-alpha.140+e1aa82eb93",
67
+ "@times-components/context": "^1.10.35-alpha.140+e1aa82eb93",
68
+ "@times-components/error-view": "^2.6.18-alpha.140+e1aa82eb93",
69
+ "@times-components/image": "^6.15.11-alpha.140+e1aa82eb93",
70
+ "@times-components/lazy-load": "^0.7.27-alpha.140+e1aa82eb93",
71
+ "@times-components/link": "^3.14.2-alpha.140+e1aa82eb93",
72
+ "@times-components/pagination": "^3.12.18-alpha.140+e1aa82eb93",
73
+ "@times-components/tracking": "^2.21.1-alpha.140+e1aa82eb93",
74
+ "@times-components/ts-styleguide": "^1.47.1-alpha.140+e1aa82eb93",
75
+ "@times-components/utils": "^6.16.17",
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": "92bef67f9bff81a00d04c4d6f5dbcbcbe5939f1f"
91
+ "gitHead": "e1aa82eb931899aabe1efa968262b2bef7bbe43e"
92
92
  }