@times-components/icons 2.16.2 → 2.16.6

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/README.md +0 -3
  3. package/package.json +11 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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
+ ## [2.16.6](https://github.com/newsuk/times-components/compare/@times-components/icons@2.16.5...@times-components/icons@2.16.6) (2022-01-04)
7
+
8
+ **Note:** Version bump only for package @times-components/icons
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.16.5](https://github.com/newsuk/times-components/compare/@times-components/icons@2.16.4...@times-components/icons@2.16.5) (2021-12-02)
15
+
16
+ **Note:** Version bump only for package @times-components/icons
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.16.4](https://github.com/newsuk/times-components/compare/@times-components/icons@2.16.3...@times-components/icons@2.16.4) (2021-11-25)
23
+
24
+ **Note:** Version bump only for package @times-components/icons
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.16.3](https://github.com/newsuk/times-components/compare/@times-components/icons@2.16.2...@times-components/icons@2.16.3) (2021-08-09)
31
+
32
+ **Note:** Version bump only for package @times-components/icons
33
+
34
+
35
+
36
+
37
+
6
38
  ## [2.16.2](https://github.com/newsuk/times-components/compare/@times-components/icons@2.16.1...@times-components/icons@2.16.2) (2021-07-05)
7
39
 
8
40
  **Note:** Version bump only for package @times-components/icons
package/README.md CHANGED
@@ -35,9 +35,6 @@ This package uses [yarn](https://yarnpkg.com) (latest) to run unit tests on each
35
35
  platform with [jest](https://facebook.github.io/jest/).
36
36
 
37
37
  ```
38
- yarn test:all
39
- yarn test:android
40
- yarn test:ios
41
38
  yarn test:web
42
39
  ```
43
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/icons",
3
- "version": "2.16.2",
3
+ "version": "2.16.6",
4
4
  "description": "Times SVG Icons",
5
5
  "main": "dist/icons",
6
6
  "dev": "src/icons",
@@ -9,10 +9,7 @@
9
9
  "prettier:diff": "prettier --list-different '**/*.*'",
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
- "test:android": "jest --config='./__tests__/android/jest.config.js'",
13
- "test:ios": "jest --config='./__tests__/ios/jest.config.js'",
14
12
  "test:web": "jest --config='./__tests__/web/jest.config.js'",
15
- "test:all": "yarn test:android --coverage && yarn test:ios --coverage && yarn test:web --coverage",
16
13
  "prepublishOnly": "yarn transpile && yarn bundle",
17
14
  "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
18
15
  "cleanup-dist": "rm -rf dist",
@@ -38,12 +35,12 @@
38
35
  "homepage": "https://github.com/newsuk/times-components#readme",
39
36
  "devDependencies": {
40
37
  "@babel/core": "7.4.4",
41
- "@times-components/eslint-config-thetimes": "0.8.16",
42
- "@times-components/jest-configurator": "2.7.1",
43
- "@times-components/jest-serializer": "3.2.25",
44
- "@times-components/storybook": "4.1.65",
45
- "@times-components/test-utils": "2.3.8",
46
- "@times-components/webpack-configurator": "2.0.27",
38
+ "@times-components/eslint-config-thetimes": "0.8.18",
39
+ "@times-components/jest-configurator": "2.7.4",
40
+ "@times-components/jest-serializer": "3.2.28",
41
+ "@times-components/storybook": "4.1.69",
42
+ "@times-components/test-utils": "2.3.10",
43
+ "@times-components/webpack-configurator": "2.0.29",
47
44
  "babel-jest": "24.8.0",
48
45
  "babel-loader": "8.0.5",
49
46
  "babel-plugin-add-react-displayname": "0.0.5",
@@ -58,14 +55,13 @@
58
55
  "react-dom": "16.9.0",
59
56
  "react-native": "0.61.5",
60
57
  "react-native-web": "0.11.4",
61
- "react-test-renderer": "16.9.0",
62
58
  "webpack": "4.30.0",
63
59
  "webpack-cli": "3.3.1"
64
60
  },
65
61
  "dependencies": {
66
- "@times-components/styleguide": "3.38.21",
67
- "@times-components/svgs": "2.7.32",
68
- "@times-components/utils": "6.5.5",
62
+ "@times-components/styleguide": "3.38.25",
63
+ "@times-components/svgs": "2.7.35",
64
+ "@times-components/utils": "6.5.9",
69
65
  "prop-types": "15.7.2"
70
66
  },
71
67
  "resolutions": {
@@ -81,5 +77,5 @@
81
77
  "publishConfig": {
82
78
  "access": "public"
83
79
  },
84
- "gitHead": "f18a6b9cb4c42885a2d5cef492d60f3b8edc8bb7"
80
+ "gitHead": "841903b1aa0dbb196756002eb8f269555aa13516"
85
81
  }