@times-components/author-profile 6.17.40-alpha.4 → 6.17.40-alpha.6

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/author-profile",
3
- "version": "6.17.40-alpha.4+d0c46a76c7",
3
+ "version": "6.17.40-alpha.6+f128cf0eff",
4
4
  "description": "Author profile information along with a list of articles they have written ",
5
5
  "main": "dist/author-profile",
6
6
  "dev": "src/author-profile",
@@ -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/ad": "^2.22.3-alpha.6+d0c46a76c7",
36
+ "@times-components/ad": "^2.22.2",
37
37
  "@times-components/eslint-config-thetimes": "^0.8.18",
38
- "@times-components/jest-configurator-web": "^0.8.2-alpha.800+d0c46a76c7",
39
- "@times-components/jest-serializer": "^3.13.9-alpha.6+d0c46a76c7",
40
- "@times-components/provider-queries": "^2.21.1-alpha.76+d0c46a76c7",
41
- "@times-components/provider-test-tools": "^1.29.3-alpha.76+d0c46a76c7",
42
- "@times-components/storybook": "^4.12.14-alpha.6+d0c46a76c7",
43
- "@times-components/tealium-utils": "^0.9.1-alpha.783+d0c46a76c7",
44
- "@times-components/test-utils": "^2.4.2-alpha.800+d0c46a76c7",
45
- "@times-components/webpack-configurator": "^2.1.1-alpha.1019+d0c46a76c7",
38
+ "@times-components/jest-configurator-web": "^0.8.1",
39
+ "@times-components/jest-serializer": "^3.13.8",
40
+ "@times-components/provider-queries": "^2.21.0",
41
+ "@times-components/provider-test-tools": "^1.29.2",
42
+ "@times-components/storybook": "^4.12.13",
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",
@@ -59,20 +59,20 @@
59
59
  "webpack": "4.30.0"
60
60
  },
61
61
  "dependencies": {
62
- "@times-components/article-list": "^9.17.54-alpha.6+d0c46a76c7",
63
- "@times-components/gradient": "^3.5.41-alpha.6+d0c46a76c7",
64
- "@times-components/icons": "^2.21.20-alpha.6+d0c46a76c7",
65
- "@times-components/image": "^6.15.34-alpha.6+d0c46a76c7",
66
- "@times-components/link": "^3.17.14-alpha.6+d0c46a76c7",
67
- "@times-components/markup": "^3.8.41-alpha.6+d0c46a76c7",
68
- "@times-components/markup-forest": "^1.9.2-alpha.800+d0c46a76c7",
69
- "@times-components/pagination": "^3.12.41-alpha.6+d0c46a76c7",
70
- "@times-components/provider": "^1.40.15-alpha.6+d0c46a76c7",
71
- "@times-components/responsive": "^0.21.5-alpha.6+d0c46a76c7",
72
- "@times-components/tracking": "^2.22.14-alpha.6+d0c46a76c7",
73
- "@times-components/ts-newskit": "^1.177.1-alpha.4+d0c46a76c7",
74
- "@times-components/ts-styleguide": "^1.50.14-alpha.6+d0c46a76c7",
75
- "@times-components/utils": "^6.20.2-alpha.6+d0c46a76c7",
62
+ "@times-components/article-list": "^9.17.54-alpha.8+f128cf0eff",
63
+ "@times-components/gradient": "^3.5.40",
64
+ "@times-components/icons": "^2.21.19",
65
+ "@times-components/image": "^6.15.33",
66
+ "@times-components/link": "^3.17.13",
67
+ "@times-components/markup": "^3.8.40",
68
+ "@times-components/markup-forest": "^1.9.1",
69
+ "@times-components/pagination": "^3.12.40",
70
+ "@times-components/provider": "^1.40.14",
71
+ "@times-components/responsive": "^0.21.4",
72
+ "@times-components/tracking": "^2.22.13",
73
+ "@times-components/ts-newskit": "^1.177.0",
74
+ "@times-components/ts-styleguide": "^1.50.13",
75
+ "@times-components/utils": "^6.20.1",
76
76
  "lodash.get": "4.4.2",
77
77
  "newskit": "7.2.0",
78
78
  "prop-types": "15.7.2",
@@ -90,5 +90,5 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "gitHead": "d0c46a76c700fa0ae386e5fedabb357e452e601d"
93
+ "gitHead": "f128cf0eff2ab474f58602d164b4b0ba993a2191"
94
94
  }