@times-components/article 7.17.48 → 7.17.49-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.17.
|
|
3
|
+
"version": "7.17.49-alpha.1+c420de1007",
|
|
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.2",
|
|
38
|
-
"@times-components/provider-test-tools": "1.30.4",
|
|
39
|
-
"@times-components/storybook": "4.12.34",
|
|
40
|
-
"@times-components/tealium-utils": "0.9.1",
|
|
41
|
-
"@times-components/user-state": "0.5.51",
|
|
42
|
-
"@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/provider-test-tools": "^1.30.4",
|
|
39
|
+
"@times-components/storybook": "^4.12.34",
|
|
40
|
+
"@times-components/tealium-utils": "^0.9.1",
|
|
41
|
+
"@times-components/user-state": "^0.5.51",
|
|
42
|
+
"@times-components/webpack-configurator": "^2.1.1",
|
|
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.22.23",
|
|
56
|
-
"@times-components/article-in-depth": "3.93.
|
|
57
|
-
"@times-components/article-magazine-comment": "3.88.
|
|
58
|
-
"@times-components/article-magazine-standard": "3.88.
|
|
59
|
-
"@times-components/article-main-comment": "2.93.
|
|
60
|
-
"@times-components/article-main-standard": "3.100.
|
|
61
|
-
"@times-components/context": "1.24.0",
|
|
62
|
-
"@times-components/message-bar": "0.7.86",
|
|
63
|
-
"@times-components/provider": "1.41.4",
|
|
64
|
-
"@times-components/responsive": "0.27.0",
|
|
65
|
-
"@times-components/ts-styleguide": "1.50.34"
|
|
55
|
+
"@times-components/ad": "^2.22.23",
|
|
56
|
+
"@times-components/article-in-depth": "^3.93.3-alpha.1+c420de1007",
|
|
57
|
+
"@times-components/article-magazine-comment": "^3.88.3-alpha.1+c420de1007",
|
|
58
|
+
"@times-components/article-magazine-standard": "^3.88.3-alpha.1+c420de1007",
|
|
59
|
+
"@times-components/article-main-comment": "^2.93.3-alpha.1+c420de1007",
|
|
60
|
+
"@times-components/article-main-standard": "^3.100.3-alpha.1+c420de1007",
|
|
61
|
+
"@times-components/context": "^1.24.0",
|
|
62
|
+
"@times-components/message-bar": "^0.7.86",
|
|
63
|
+
"@times-components/provider": "^1.41.4",
|
|
64
|
+
"@times-components/responsive": "^0.27.0",
|
|
65
|
+
"@times-components/ts-styleguide": "^1.50.34"
|
|
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": "c420de1007ef2854aa40b154450d93716dfa0cb1"
|
|
79
79
|
}
|