@times-components/article 7.10.22 → 7.11.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ # [7.11.0](https://github.com/newsuk/times-components/compare/@times-components/article@7.10.22...@times-components/article@7.11.0) (2022-08-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * **TDP-1712:** remove react-native foreverrrrr ([#3064](https://github.com/newsuk/times-components/issues/3064)) ([2a20cb5](https://github.com/newsuk/times-components/commit/2a20cb5abc10a4e7ca2d62487967f8fcf4eccb62)), closes [#3037](https://github.com/newsuk/times-components/issues/3037) [#3045](https://github.com/newsuk/times-components/issues/3045) [#3050](https://github.com/newsuk/times-components/issues/3050) [#3056](https://github.com/newsuk/times-components/issues/3056) [#3057](https://github.com/newsuk/times-components/issues/3057) [#3066](https://github.com/newsuk/times-components/issues/3066) [#3065](https://github.com/newsuk/times-components/issues/3065) [#3037](https://github.com/newsuk/times-components/issues/3037) [#3045](https://github.com/newsuk/times-components/issues/3045) [#3045](https://github.com/newsuk/times-components/issues/3045) [#3056](https://github.com/newsuk/times-components/issues/3056) [#3066](https://github.com/newsuk/times-components/issues/3066) [#3069](https://github.com/newsuk/times-components/issues/3069) [#3068](https://github.com/newsuk/times-components/issues/3068) [#3070](https://github.com/newsuk/times-components/issues/3070) [#3072](https://github.com/newsuk/times-components/issues/3072) [#3073](https://github.com/newsuk/times-components/issues/3073) [#3071](https://github.com/newsuk/times-components/issues/3071) [#3074](https://github.com/newsuk/times-components/issues/3074) [#3076](https://github.com/newsuk/times-components/issues/3076) [#3079](https://github.com/newsuk/times-components/issues/3079) [#3078](https://github.com/newsuk/times-components/issues/3078) [#3083](https://github.com/newsuk/times-components/issues/3083) [#3087](https://github.com/newsuk/times-components/issues/3087) [#3091](https://github.com/newsuk/times-components/issues/3091) [#3096](https://github.com/newsuk/times-components/issues/3096) [#3102](https://github.com/newsuk/times-components/issues/3102) [#3105](https://github.com/newsuk/times-components/issues/3105) [#3108](https://github.com/newsuk/times-components/issues/3108) [#3111](https://github.com/newsuk/times-components/issues/3111) [#3112](https://github.com/newsuk/times-components/issues/3112) [#3113](https://github.com/newsuk/times-components/issues/3113) [#3114](https://github.com/newsuk/times-components/issues/3114) [#3120](https://github.com/newsuk/times-components/issues/3120) [#3119](https://github.com/newsuk/times-components/issues/3119) [#3112](https://github.com/newsuk/times-components/issues/3112) [#3126](https://github.com/newsuk/times-components/issues/3126) [#3112](https://github.com/newsuk/times-components/issues/3112) [#3126](https://github.com/newsuk/times-components/issues/3126) [#3127](https://github.com/newsuk/times-components/issues/3127) [#3116](https://github.com/newsuk/times-components/issues/3116) [#3128](https://github.com/newsuk/times-components/issues/3128) [#3132](https://github.com/newsuk/times-components/issues/3132) [#3133](https://github.com/newsuk/times-components/issues/3133)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [7.10.22](https://github.com/newsuk/times-components/compare/@times-components/article@7.10.21...@times-components/article@7.10.22) (2022-08-15)
7
18
 
8
19
  **Note:** Version bump only for package @times-components/article
package/babel.config.js CHANGED
@@ -1,7 +1,10 @@
1
1
  module.exports = api => {
2
2
  api.cache(true);
3
3
  return {
4
- plugins: ["babel-plugin-styled-components"],
4
+ plugins: [
5
+ "babel-plugin-styled-components",
6
+ "@babel/plugin-proposal-export-default-from"
7
+ ],
5
8
  presets: [
6
9
  [
7
10
  "@babel/preset-env",
@@ -11,7 +14,8 @@ module.exports = api => {
11
14
  }
12
15
  }
13
16
  ],
14
- "@babel/preset-react"
17
+ "@babel/preset-react",
18
+ "@babel/preset-typescript"
15
19
  ]
16
20
  };
17
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article",
3
- "version": "7.10.22",
3
+ "version": "7.11.0",
4
4
  "description": "The article",
5
5
  "main": "dist/article",
6
6
  "dev": "src/article",
@@ -10,7 +10,7 @@
10
10
  "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,react-art,stylelint*,webpack*' --ignore-bin-package=false --skip-missing",
11
11
  "lint": "eslint . && yarn prettier:diff && yarn depcheck",
12
12
  "prepublishOnly": "yarn transpile && yarn bundle",
13
- "test:web": "jest --config='./__tests__/web/jest.config.js'",
13
+ "test:web": "jest --config='./__tests__/jest.config.js'",
14
14
  "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
15
15
  "cleanup-dist": "rm -rf dist",
16
16
  "transpile": "yarn cleanup-dist && babel src -d dist",
@@ -32,42 +32,36 @@
32
32
  "homepage": "https://github.com/newsuk/times-components#readme",
33
33
  "devDependencies": {
34
34
  "@babel/core": "7.4.4",
35
- "@babel/preset-env": "7.4.4",
36
- "@babel/preset-react": "7.9.1",
37
35
  "@times-components/eslint-config-thetimes": "0.8.18",
38
- "@times-components/jest-configurator-web": "0.7.2",
39
- "@times-components/provider-test-tools": "1.26.8",
40
- "@times-components/storybook": "4.4.1",
41
- "@times-components/tealium-utils": "0.7.76",
42
- "@times-components/user-state": "0.3.31",
43
- "@times-components/webpack-configurator": "2.0.30",
36
+ "@times-components/jest-configurator-web": "0.8.0",
37
+ "@times-components/provider-test-tools": "1.27.0",
38
+ "@times-components/storybook": "4.5.0",
39
+ "@times-components/tealium-utils": "0.8.0",
40
+ "@times-components/user-state": "0.4.0",
41
+ "@times-components/webpack-configurator": "2.1.0",
44
42
  "babel-jest": "24.8.0",
45
43
  "babel-loader": "8.0.5",
46
- "babel-plugin-add-react-displayname": "0.0.5",
47
- "babel-plugin-styled-components": "1.10.6",
48
44
  "depcheck": "0.6.9",
49
45
  "eslint": "5.9.0",
50
46
  "jest": "24.8.0",
51
47
  "prettier": "1.14.3",
52
48
  "react": "16.9.0",
53
- "react-art": "16.6.3",
54
49
  "react-dom": "16.9.0",
55
50
  "react-test-renderer": "16.9.0",
56
- "webpack": "4.30.0",
57
- "webpack-cli": "3.3.1"
51
+ "webpack": "4.30.0"
58
52
  },
59
53
  "dependencies": {
60
- "@times-components/ad": "2.20.3",
61
- "@times-components/article-in-depth": "3.55.30",
62
- "@times-components/article-magazine-comment": "3.54.30",
63
- "@times-components/article-magazine-standard": "3.53.30",
64
- "@times-components/article-main-comment": "2.52.30",
65
- "@times-components/article-main-standard": "3.59.30",
66
- "@times-components/context": "1.9.4",
67
- "@times-components/message-bar": "0.6.5",
68
- "@times-components/provider": "1.32.9",
69
- "@times-components/responsive": "0.13.3",
70
- "@times-components/ts-styleguide": "1.36.9"
54
+ "@times-components/ad": "2.21.0",
55
+ "@times-components/article-in-depth": "3.56.0",
56
+ "@times-components/article-magazine-comment": "3.55.0",
57
+ "@times-components/article-magazine-standard": "3.54.0",
58
+ "@times-components/article-main-comment": "2.53.0",
59
+ "@times-components/article-main-standard": "3.60.0",
60
+ "@times-components/context": "1.10.0",
61
+ "@times-components/message-bar": "0.7.0",
62
+ "@times-components/provider": "1.33.0",
63
+ "@times-components/responsive": "0.14.0",
64
+ "@times-components/ts-styleguide": "1.37.0"
71
65
  },
72
66
  "resolutions": {
73
67
  "react": "16.9.0",
@@ -80,5 +74,5 @@
80
74
  "publishConfig": {
81
75
  "access": "public"
82
76
  },
83
- "gitHead": "df5ed2ea69c1f572c9054e51a8fdd00f700dc758"
77
+ "gitHead": "fe2f12b7448a88662c53f840772282cd97756c5c"
84
78
  }