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

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![OGL V3 License](https://img.shields.io/badge/license-OGLv3-blue.svg)](https://github.com/mi6/ic-design-system/tree/main/LICENSE)
4
4
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mi6/ic-design-system/tree/main/LICENSE)
5
+ [![npm](https://img.shields.io/npm/v/@ukic/canary-react.svg)](https://npmjs.com/package/@ukic/canary-react)
5
6
 
6
7
  The [Intelligence Community Design System](https://design.sis.gov.uk) helps the United Kingdom's Intelligence Community (MI6, GCHQ, MI5, and partners) to quickly build powerful capabilities that are accessible and easy to use.
7
8
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "2.0.0-canary.33",
6
+ "version": "2.0.0-canary.35",
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",
@@ -30,9 +30,9 @@
30
30
  "dist/"
31
31
  ],
32
32
  "dependencies": {
33
- "@ukic/canary-web-components": "^2.0.0-canary.33",
34
- "@ukic/react": "^2.34.0",
35
- "@ukic/web-components": "^2.34.0"
33
+ "@ukic/canary-web-components": "^2.0.0-canary.35",
34
+ "@ukic/react": "^2.35.1",
35
+ "@ukic/web-components": "^2.35.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/core": "^7.16.0",
@@ -95,5 +95,5 @@
95
95
  ]
96
96
  },
97
97
  "license": "MIT",
98
- "gitHead": "6933256d2e62a911545e88614bf8283471bc0331"
98
+ "gitHead": "50e18940c1f563ed4196fdd9b25e3e3fbeae8b0d"
99
99
  }