@times-components/markup 3.9.40 → 3.9.41-e18a4fc9de58625333a36175f6ead4b7364d8b6a.3

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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/markup",
3
- "version": "3.9.40",
3
+ "version": "3.9.41-e18a4fc9de58625333a36175f6ead4b7364d8b6a.3+e18a4fc9de",
4
4
  "description": "a component which takes an HTML ast and renders the platform specific markup ",
5
5
  "main": "dist/markup",
6
6
  "dev": "src/markup",
@@ -34,13 +34,13 @@
34
34
  "homepage": "https://github.com/newsuk/times-components#readme",
35
35
  "devDependencies": {
36
36
  "@babel/core": "7.4.4",
37
- "@times-components/eslint-config-thetimes": "0.8.18",
38
- "@times-components/jest-configurator-web": "0.8.2",
39
- "@times-components/jest-serializer": "3.18.9",
40
- "@times-components/markup-forest": "1.9.2",
41
- "@times-components/storybook": "4.16.18",
42
- "@times-components/test-utils": "2.4.2",
43
- "@times-components/webpack-configurator": "2.1.1",
37
+ "@times-components/eslint-config-thetimes": "^0.8.18",
38
+ "@times-components/jest-configurator-web": "^0.8.2",
39
+ "@times-components/jest-serializer": "^3.18.10-e18a4fc9de58625333a36175f6ead4b7364d8b6a.5+e18a4fc9de",
40
+ "@times-components/markup-forest": "^1.9.2",
41
+ "@times-components/storybook": "^4.16.19-e18a4fc9de58625333a36175f6ead4b7364d8b6a.3+e18a4fc9de",
42
+ "@times-components/test-utils": "^2.4.2",
43
+ "@times-components/webpack-configurator": "^2.1.1",
44
44
  "babel-jest": "24.8.0",
45
45
  "babel-loader": "8.0.5",
46
46
  "depcheck": "0.6.9",
@@ -53,8 +53,8 @@
53
53
  "webpack": "4.30.0"
54
54
  },
55
55
  "dependencies": {
56
- "@times-components/ts-styleguide": "1.56.19",
57
- "@times-components/utils": "6.35.3"
56
+ "@times-components/ts-styleguide": "^1.56.20-e18a4fc9de58625333a36175f6ead4b7364d8b6a.3+e18a4fc9de",
57
+ "@times-components/utils": "^6.35.4-e18a4fc9de58625333a36175f6ead4b7364d8b6a.5+e18a4fc9de"
58
58
  },
59
59
  "resolutions": {
60
60
  "react": "16.9.0",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "27d7929bc91bd0a59afdf88084830b42efd36378"
70
+ "gitHead": "e18a4fc9de58625333a36175f6ead4b7364d8b6a"
71
71
  }