@times-components/article 7.16.235 → 7.16.236-alpha.1
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/article",
|
|
3
|
-
"version": "7.16.
|
|
3
|
+
"version": "7.16.236-alpha.1+4f9a507df8",
|
|
4
4
|
"description": "The article",
|
|
5
5
|
"main": "dist/article",
|
|
6
6
|
"dev": "src/article",
|
|
@@ -33,13 +33,13 @@
|
|
|
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/provider-test-tools": "1.29.2",
|
|
39
|
-
"@times-components/storybook": "4.12.11",
|
|
40
|
-
"@times-components/tealium-utils": "0.9.0",
|
|
41
|
-
"@times-components/user-state": "0.5.28",
|
|
42
|
-
"@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/provider-test-tools": "^1.29.2",
|
|
39
|
+
"@times-components/storybook": "^4.12.11",
|
|
40
|
+
"@times-components/tealium-utils": "^0.9.0",
|
|
41
|
+
"@times-components/user-state": "^0.5.28",
|
|
42
|
+
"@times-components/webpack-configurator": "^2.1.0",
|
|
43
43
|
"babel-jest": "24.8.0",
|
|
44
44
|
"babel-loader": "8.0.5",
|
|
45
45
|
"depcheck": "0.6.9",
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
"webpack": "4.30.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@times-components/ad": "2.21.61",
|
|
56
|
-
"@times-components/article-in-depth": "3.79.
|
|
57
|
-
"@times-components/article-magazine-comment": "3.75.
|
|
58
|
-
"@times-components/article-magazine-standard": "3.75.
|
|
59
|
-
"@times-components/article-main-comment": "2.76.
|
|
60
|
-
"@times-components/article-main-standard": "3.85.
|
|
61
|
-
"@times-components/context": "1.15.0",
|
|
62
|
-
"@times-components/message-bar": "0.7.62",
|
|
63
|
-
"@times-components/provider": "1.40.12",
|
|
64
|
-
"@times-components/responsive": "0.21.2",
|
|
65
|
-
"@times-components/ts-styleguide": "1.50.11"
|
|
55
|
+
"@times-components/ad": "^2.21.61",
|
|
56
|
+
"@times-components/article-in-depth": "^3.79.40-alpha.1+4f9a507df8",
|
|
57
|
+
"@times-components/article-magazine-comment": "^3.75.40-alpha.1+4f9a507df8",
|
|
58
|
+
"@times-components/article-magazine-standard": "^3.75.40-alpha.1+4f9a507df8",
|
|
59
|
+
"@times-components/article-main-comment": "^2.76.26-alpha.1+4f9a507df8",
|
|
60
|
+
"@times-components/article-main-standard": "^3.85.26-alpha.1+4f9a507df8",
|
|
61
|
+
"@times-components/context": "^1.15.0",
|
|
62
|
+
"@times-components/message-bar": "^0.7.62",
|
|
63
|
+
"@times-components/provider": "^1.40.12",
|
|
64
|
+
"@times-components/responsive": "^0.21.2",
|
|
65
|
+
"@times-components/ts-styleguide": "^1.50.11"
|
|
66
66
|
},
|
|
67
67
|
"resolutions": {
|
|
68
68
|
"react": "16.9.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "4f9a507df851fa98c6eadf73afa77eaa86c203af"
|
|
79
79
|
}
|