@times-components/caption 3.2.8 → 3.3.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
+ # [3.3.0](https://github.com/newsuk/times-components/compare/@times-components/caption@3.2.8...@times-components/caption@3.3.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
  ## [3.2.8](https://github.com/newsuk/times-components/compare/@times-components/caption@3.2.7...@times-components/caption@3.2.8) (2022-08-12)
7
18
 
8
19
  **Note:** Version bump only for package @times-components/caption
package/babel.config.js CHANGED
@@ -2,6 +2,10 @@ module.exports = api => {
2
2
  api.cache(true);
3
3
  return {
4
4
  plugins: ["babel-plugin-styled-components"],
5
- presets: ["@babel/preset-env", "@babel/preset-react"]
5
+ presets: [
6
+ "@babel/preset-env",
7
+ "@babel/preset-react",
8
+ "@babel/preset-typescript"
9
+ ]
6
10
  };
7
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/caption",
3
- "version": "3.2.8",
3
+ "version": "3.3.0",
4
4
  "description": "Media caption component",
5
5
  "main": "dist/caption",
6
6
  "dev": "src/caption",
@@ -10,7 +10,7 @@
10
10
  "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,react-art,webpack*' --ignore-bin-package=false --skip-missing",
11
11
  "lint": "eslint . && yarn prettier:diff && yarn depcheck",
12
12
  "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
13
- "test:web": "jest --config='./__tests__/web/jest.config.js'",
13
+ "test:web": "jest --config='./__tests__/jest.config.js'",
14
14
  "prepublishOnly": "yarn transpile && yarn bundle",
15
15
  "cleanup-dist": "rm -rf dist",
16
16
  "transpile": "yarn cleanup-dist && babel src -d dist",
@@ -31,34 +31,28 @@
31
31
  },
32
32
  "homepage": "https://github.com/newsuk/times-components#readme",
33
33
  "dependencies": {
34
- "@times-components/ts-styleguide": "1.36.9",
35
- "@times-components/utils": "6.14.4",
34
+ "@times-components/ts-styleguide": "1.37.0",
35
+ "@times-components/utils": "6.15.0",
36
36
  "prop-types": "15.7.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@babel/core": "7.4.4",
40
- "@babel/preset-env": "7.4.4",
41
- "@babel/preset-react": "7.9.1",
42
40
  "@times-components/eslint-config-thetimes": "0.8.18",
43
- "@times-components/jest-configurator-web": "0.7.2",
44
- "@times-components/jest-serializer": "3.3.1",
45
- "@times-components/storybook": "4.4.1",
46
- "@times-components/test-utils": "2.3.11",
47
- "@times-components/webpack-configurator": "2.0.30",
41
+ "@times-components/jest-configurator-web": "0.8.0",
42
+ "@times-components/jest-serializer": "3.4.0",
43
+ "@times-components/storybook": "4.5.0",
44
+ "@times-components/test-utils": "2.4.0",
45
+ "@times-components/webpack-configurator": "2.1.0",
48
46
  "babel-jest": "24.8.0",
49
47
  "babel-loader": "8.0.5",
50
- "babel-plugin-add-react-displayname": "0.0.5",
51
- "babel-plugin-styled-components": "1.10.6",
52
48
  "depcheck": "0.6.9",
53
49
  "eslint": "5.9.0",
54
50
  "jest": "24.8.0",
55
51
  "prettier": "1.14.3",
56
52
  "react": "16.9.0",
57
- "react-art": "16.6.3",
58
53
  "react-dom": "16.9.0",
59
54
  "react-test-renderer": "16.9.0",
60
- "webpack": "4.30.0",
61
- "webpack-cli": "3.3.1"
55
+ "webpack": "4.30.0"
62
56
  },
63
57
  "resolutions": {
64
58
  "react": "16.9.0",
@@ -71,5 +65,5 @@
71
65
  "publishConfig": {
72
66
  "access": "public"
73
67
  },
74
- "gitHead": "f37310e0d39cd113effc489b6849482897bf5134"
68
+ "gitHead": "fe2f12b7448a88662c53f840772282cd97756c5c"
75
69
  }