@times-components/pagination 3.4.49 → 3.4.53

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,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
+ ## [3.4.53](https://github.com/newsuk/times-components/compare/@times-components/pagination@3.4.52...@times-components/pagination@3.4.53) (2021-11-25)
7
+
8
+ **Note:** Version bump only for package @times-components/pagination
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.4.52](https://github.com/newsuk/times-components/compare/@times-components/pagination@3.4.51...@times-components/pagination@3.4.52) (2021-10-28)
15
+
16
+ **Note:** Version bump only for package @times-components/pagination
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.4.51](https://github.com/newsuk/times-components/compare/@times-components/pagination@3.4.50...@times-components/pagination@3.4.51) (2021-08-09)
23
+
24
+ **Note:** Version bump only for package @times-components/pagination
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.4.50](https://github.com/newsuk/times-components/compare/@times-components/pagination@3.4.49...@times-components/pagination@3.4.50) (2021-07-05)
31
+
32
+ **Note:** Version bump only for package @times-components/pagination
33
+
34
+
35
+
36
+
37
+
6
38
  ## [3.4.49](https://github.com/newsuk/times-components/compare/@times-components/pagination@3.4.48...@times-components/pagination@3.4.49) (2021-07-02)
7
39
 
8
40
  **Note:** Version bump only for package @times-components/pagination
package/README.md CHANGED
@@ -47,9 +47,6 @@ This package uses [yarn](https://yarnpkg.com) (latest) to run unit tests on each
47
47
  platform with [jest](https://facebook.github.io/jest/).
48
48
 
49
49
  ```
50
- yarn test:all
51
- yarn test:android
52
- yarn test:ios
53
50
  yarn test:web
54
51
  ```
55
52
 
package/package.json CHANGED
@@ -1,17 +1,14 @@
1
1
  {
2
2
  "name": "@times-components/pagination",
3
- "version": "3.4.49",
4
- "main": "dist/pagination",
5
- "dev": "src/pagination",
3
+ "version": "3.4.53",
4
+ "main": "dist/pagination.web",
5
+ "dev": "src/pagination.web",
6
6
  "scripts": {
7
7
  "fmt": "eslint . --fix && prettier --write '**/*.*'",
8
8
  "prettier:diff": "prettier --list-different '**/*.*'",
9
9
  "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,react-art,stylelint*,webpack*' --ignore-bin-package=false --skip-missing",
10
10
  "lint": "eslint . && stylelint . && yarn prettier:diff && yarn depcheck",
11
- "test:android": "jest --config='./__tests__/android/jest.config.js'",
12
- "test:ios": "jest --config='./__tests__/ios/jest.config.js'",
13
11
  "test:web": "jest --config='./__tests__/web/jest.config.js'",
14
- "test:all": "yarn test:android --coverage && yarn test:ios --coverage && yarn test:web --coverage",
15
12
  "prepublishOnly": "yarn transpile && yarn bundle",
16
13
  "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
17
14
  "cleanup-dist": "rm -rf dist",
@@ -37,13 +34,13 @@
37
34
  "homepage": "https://github.com/newsuk/times-components#readme",
38
35
  "devDependencies": {
39
36
  "@babel/core": "7.4.4",
40
- "@times-components/eslint-config-thetimes": "0.8.16",
41
- "@times-components/jest-configurator": "2.7.1",
42
- "@times-components/jest-serializer": "3.2.25",
43
- "@times-components/storybook": "4.1.64",
44
- "@times-components/tealium-utils": "0.7.71",
45
- "@times-components/test-utils": "2.3.8",
46
- "@times-components/webpack-configurator": "2.0.27",
37
+ "@times-components/eslint-config-thetimes": "0.8.17",
38
+ "@times-components/jest-configurator": "2.7.3",
39
+ "@times-components/jest-serializer": "3.2.27",
40
+ "@times-components/storybook": "4.1.67",
41
+ "@times-components/tealium-utils": "0.7.73",
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",
@@ -68,10 +65,10 @@
68
65
  "webpack-cli": "3.3.1"
69
66
  },
70
67
  "dependencies": {
71
- "@times-components/link": "3.6.42",
72
- "@times-components/styleguide": "3.38.20",
73
- "@times-components/svgs": "2.7.32",
74
- "@times-components/tracking": "2.8.3",
68
+ "@times-components/link": "3.6.45",
69
+ "@times-components/styleguide": "3.38.23",
70
+ "@times-components/svgs": "2.7.34",
71
+ "@times-components/tracking": "2.9.1",
75
72
  "prop-types": "15.7.2",
76
73
  "react-display-name": "0.2.3",
77
74
  "styled-components": "4.3.2"
@@ -89,5 +86,5 @@
89
86
  "publishConfig": {
90
87
  "access": "public"
91
88
  },
92
- "gitHead": "912dbc3e6c0049241dd756f5829fdbd324f5ae5f"
89
+ "gitHead": "e4ffceaf25ca396380a235406bf49c846731b2b4"
93
90
  }
@@ -1 +0,0 @@
1
- var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});Object.defineProperty(exports,"withPageState",{enumerable:true,get:function get(){return _paginationWrapper.default;}});var _paginationWrapper=_interopRequireDefault(require("./pagination-wrapper"));