@ukic/canary-react 2.0.0-canary.35 → 2.0.0-canary.37

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 +14 -5
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "2.0.0-canary.35",
6
+ "version": "2.0.0-canary.37",
7
7
  "description": "React-wrapped web components compiled using StencilJS",
8
8
  "scripts": {
9
9
  "build": "npm run clean && npm run compile && npm run copy:core-css && npm run copy:normalize-css",
@@ -29,10 +29,18 @@
29
29
  "files": [
30
30
  "dist/"
31
31
  ],
32
+ "repository": {
33
+ "url": "git+https://github.com/mi6/ic-ui-kit.git",
34
+ "directory": "packages/canary-react"
35
+ },
36
+ "bugs": {
37
+ "url": "https://github.com/mi6/ic-ui-kit/issues",
38
+ "email": "icds@gchq.gov.uk"
39
+ },
32
40
  "dependencies": {
33
- "@ukic/canary-web-components": "^2.0.0-canary.35",
34
- "@ukic/react": "^2.35.1",
35
- "@ukic/web-components": "^2.35.1"
41
+ "@ukic/canary-web-components": "^2.0.0-canary.37",
42
+ "@ukic/react": "^2.36.0",
43
+ "@ukic/web-components": "^2.36.0"
36
44
  },
37
45
  "devDependencies": {
38
46
  "@babel/core": "^7.16.0",
@@ -95,5 +103,6 @@
95
103
  ]
96
104
  },
97
105
  "license": "MIT",
98
- "gitHead": "50e18940c1f563ed4196fdd9b25e3e3fbeae8b0d"
106
+ "packageManager": "^npm@10.9.2",
107
+ "gitHead": "0476f6a0dbdec87e0f799dbbf67cd37e61117a3d"
99
108
  }