@times-components/article-list 9.17.31 → 9.17.33-alpha.4
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/CHANGELOG.md +8 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [9.17.32](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.17.31...@times-components/article-list@9.17.32) (2023-12-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @times-components/article-list
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [9.17.31](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.17.30...@times-components/article-list@9.17.31) (2023-11-23)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/article-list",
|
|
3
|
-
"version": "9.17.
|
|
3
|
+
"version": "9.17.33-alpha.4+1079f5975c",
|
|
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.
|
|
39
|
-
"@times-components/provider": "1.39.
|
|
40
|
-
"@times-components/provider-queries": "2.20.1",
|
|
41
|
-
"@times-components/provider-test-tools": "1.29.1",
|
|
42
|
-
"@times-components/storybook": "4.11.
|
|
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.3-alpha.131+1079f5975c",
|
|
39
|
+
"@times-components/provider": "^1.39.4-alpha.131+1079f5975c",
|
|
40
|
+
"@times-components/provider-queries": "^2.20.1",
|
|
41
|
+
"@times-components/provider-test-tools": "^1.29.1",
|
|
42
|
+
"@times-components/storybook": "^4.11.4-alpha.131+1079f5975c",
|
|
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.
|
|
64
|
-
"@times-components/article-summary": "3.24.
|
|
65
|
-
"@times-components/button": "2.10.
|
|
66
|
-
"@times-components/card": "6.12.
|
|
67
|
-
"@times-components/context": "1.10.37",
|
|
68
|
-
"@times-components/error-view": "2.6.
|
|
69
|
-
"@times-components/image": "6.15.
|
|
70
|
-
"@times-components/lazy-load": "0.7.29",
|
|
71
|
-
"@times-components/link": "3.15.
|
|
72
|
-
"@times-components/pagination": "3.12.
|
|
73
|
-
"@times-components/tracking": "2.21.
|
|
74
|
-
"@times-components/ts-styleguide": "1.48.
|
|
75
|
-
"@times-components/utils": "6.16.
|
|
63
|
+
"@times-components/ad": "^2.21.45-alpha.4+1079f5975c",
|
|
64
|
+
"@times-components/article-summary": "^3.24.35-alpha.76+1079f5975c",
|
|
65
|
+
"@times-components/button": "^2.10.22-alpha.131+1079f5975c",
|
|
66
|
+
"@times-components/card": "^6.12.15-alpha.131+1079f5975c",
|
|
67
|
+
"@times-components/context": "^1.10.37",
|
|
68
|
+
"@times-components/error-view": "^2.6.22-alpha.131+1079f5975c",
|
|
69
|
+
"@times-components/image": "^6.15.15-alpha.131+1079f5975c",
|
|
70
|
+
"@times-components/lazy-load": "^0.7.29",
|
|
71
|
+
"@times-components/link": "^3.15.2-alpha.131+1079f5975c",
|
|
72
|
+
"@times-components/pagination": "^3.12.22-alpha.131+1079f5975c",
|
|
73
|
+
"@times-components/tracking": "^2.21.4-alpha.131+1079f5975c",
|
|
74
|
+
"@times-components/ts-styleguide": "^1.48.2-alpha.131+1079f5975c",
|
|
75
|
+
"@times-components/utils": "^6.16.22-alpha.131+1079f5975c",
|
|
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": "
|
|
91
|
+
"gitHead": "1079f5975c05f60109f3d9dedb5f42ff22360abf"
|
|
92
92
|
}
|