@times-components/error-view 2.3.57 → 2.3.61

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 +9 -12
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.3.61](https://github.com/newsuk/times-components/compare/@times-components/error-view@2.3.60...@times-components/error-view@2.3.61) (2021-11-25)
7
+
8
+ **Note:** Version bump only for package @times-components/error-view
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.3.60](https://github.com/newsuk/times-components/compare/@times-components/error-view@2.3.59...@times-components/error-view@2.3.60) (2021-08-09)
15
+
16
+ **Note:** Version bump only for package @times-components/error-view
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.3.59](https://github.com/newsuk/times-components/compare/@times-components/error-view@2.3.58...@times-components/error-view@2.3.59) (2021-07-05)
23
+
24
+ **Note:** Version bump only for package @times-components/error-view
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.3.58](https://github.com/newsuk/times-components/compare/@times-components/error-view@2.3.57...@times-components/error-view@2.3.58) (2021-07-02)
31
+
32
+ **Note:** Version bump only for package @times-components/error-view
33
+
34
+
35
+
36
+
37
+
6
38
  ## [2.3.57](https://github.com/newsuk/times-components/compare/@times-components/error-view@2.3.56...@times-components/error-view@2.3.57) (2021-05-27)
7
39
 
8
40
  **Note:** Version bump only for package @times-components/error-view
package/README.md CHANGED
@@ -43,9 +43,6 @@ This package uses [yarn](https://yarnpkg.com) (latest) to run unit tests on each
43
43
  platform with [jest](https://facebook.github.io/jest/).
44
44
 
45
45
  ```
46
- yarn test:all
47
- yarn test:android
48
- yarn test:ios
49
46
  yarn test:web
50
47
  ```
51
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/error-view",
3
- "version": "2.3.57",
3
+ "version": "2.3.61",
4
4
  "description": "Handles errors",
5
5
  "main": "dist/error-view",
6
6
  "dev": "src/error-view",
@@ -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.63",
45
- "@times-components/test-utils": "2.3.8",
46
- "@times-components/webpack-configurator": "2.0.27",
38
+ "@times-components/eslint-config-thetimes": "0.8.17",
39
+ "@times-components/jest-configurator": "2.7.3",
40
+ "@times-components/jest-serializer": "3.2.27",
41
+ "@times-components/storybook": "4.1.67",
42
+ "@times-components/test-utils": "2.3.9",
43
+ "@times-components/webpack-configurator": "2.0.28",
47
44
  "babel-jest": "24.8.0",
48
45
  "babel-loader": "8.0.5",
49
46
  "babel-plugin-add-react-displayname": "0.0.5",
@@ -62,7 +59,7 @@
62
59
  "webpack-cli": "3.3.1"
63
60
  },
64
61
  "dependencies": {
65
- "@times-components/styleguide": "3.38.19",
62
+ "@times-components/styleguide": "3.38.23",
66
63
  "prop-types": "15.7.2"
67
64
  },
68
65
  "resolutions": {
@@ -78,5 +75,5 @@
78
75
  "publishConfig": {
79
76
  "access": "public"
80
77
  },
81
- "gitHead": "da1242227cd45c6cfbaec2ae7643209093aaf4e2"
78
+ "gitHead": "e4ffceaf25ca396380a235406bf49c846731b2b4"
82
79
  }