@times-components/author-profile 6.22.20 → 6.22.21-ffc8fe2350c1f6194dbd798c9b12b0d865cd13fb.0
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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/author-profile",
|
|
3
|
-
"version": "6.22.
|
|
3
|
+
"version": "6.22.21-ffc8fe2350c1f6194dbd798c9b12b0d865cd13fb.0+ffc8fe2350",
|
|
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.23.26",
|
|
37
|
-
"@times-components/eslint-config-thetimes": "0.8.18",
|
|
38
|
-
"@times-components/jest-configurator-web": "0.8.2",
|
|
39
|
-
"@times-components/jest-serializer": "3.18.10",
|
|
40
|
-
"@times-components/provider-queries": "2.29.0",
|
|
41
|
-
"@times-components/provider-test-tools": "1.33.3",
|
|
42
|
-
"@times-components/storybook": "4.16.20",
|
|
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/ad": "^2.23.26",
|
|
37
|
+
"@times-components/eslint-config-thetimes": "^0.8.18",
|
|
38
|
+
"@times-components/jest-configurator-web": "^0.8.2",
|
|
39
|
+
"@times-components/jest-serializer": "^3.18.10",
|
|
40
|
+
"@times-components/provider-queries": "^2.29.0",
|
|
41
|
+
"@times-components/provider-test-tools": "^1.33.3",
|
|
42
|
+
"@times-components/storybook": "^4.16.20",
|
|
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",
|
|
@@ -59,19 +59,19 @@
|
|
|
59
59
|
"webpack": "4.30.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@times-components/article-list": "9.20.
|
|
63
|
-
"@times-components/gradient": "3.5.103",
|
|
64
|
-
"@times-components/icons": "2.23.43",
|
|
65
|
-
"@times-components/image": "6.20.19",
|
|
66
|
-
"@times-components/link": "3.18.27",
|
|
67
|
-
"@times-components/markup": "3.9.42",
|
|
68
|
-
"@times-components/markup-forest": "1.9.2",
|
|
69
|
-
"@times-components/pagination": "3.13.62",
|
|
70
|
-
"@times-components/provider": "1.48.20",
|
|
71
|
-
"@times-components/responsive": "0.33.0",
|
|
72
|
-
"@times-components/tracking": "2.27.2",
|
|
73
|
-
"@times-components/ts-styleguide": "1.56.21",
|
|
74
|
-
"@times-components/utils": "6.36.0",
|
|
62
|
+
"@times-components/article-list": "^9.20.44-ffc8fe2350c1f6194dbd798c9b12b0d865cd13fb.0+ffc8fe2350",
|
|
63
|
+
"@times-components/gradient": "^3.5.103",
|
|
64
|
+
"@times-components/icons": "^2.23.43",
|
|
65
|
+
"@times-components/image": "^6.20.19",
|
|
66
|
+
"@times-components/link": "^3.18.27",
|
|
67
|
+
"@times-components/markup": "^3.9.42",
|
|
68
|
+
"@times-components/markup-forest": "^1.9.2",
|
|
69
|
+
"@times-components/pagination": "^3.13.62",
|
|
70
|
+
"@times-components/provider": "^1.48.20",
|
|
71
|
+
"@times-components/responsive": "^0.33.0",
|
|
72
|
+
"@times-components/tracking": "^2.27.2",
|
|
73
|
+
"@times-components/ts-styleguide": "^1.56.21",
|
|
74
|
+
"@times-components/utils": "^6.36.0",
|
|
75
75
|
"lodash.get": "4.4.2",
|
|
76
76
|
"prop-types": "15.7.2",
|
|
77
77
|
"react-helmet-async": "1.0.2",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "ffc8fe2350c1f6194dbd798c9b12b0d865cd13fb"
|
|
92
92
|
}
|