@ukic/react 2.33.0 → 2.35.0

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 +3 -3
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -16,10 +16,10 @@ To install the components:
16
16
  In the root of your project:
17
17
 
18
18
  ```shell
19
- // using npm
19
+ # using npm
20
20
  npm install @ukic/react @ukic/fonts
21
21
 
22
- // using yarn
22
+ # using yarn
23
23
  rm package-lock.json
24
24
  yarn add @ukic/react @ukic/fonts
25
25
  ```
@@ -68,7 +68,7 @@ We have a couple of resources to help you with contributing.
68
68
 
69
69
  ## Changelog
70
70
 
71
- For a comprehensive changelog of the React components, please read the web components [CHANGELOG](https://github.com/mi6/ic-ui-kit/blob/main/CHANGELOG.md). The released updates made to the web components are reflected on the React components.
71
+ For a comprehensive changelog of the React components, please read the web components [CHANGELOG](https://github.com/mi6/ic-ui-kit/blob/main/packages/web-components/CHANGELOG.md). The released updates made to the web components are reflected on the React components.
72
72
 
73
73
  ## Security
74
74
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "2.33.0",
6
+ "version": "2.35.0",
7
7
  "description": "React-wrapped web components compiled using StencilJS",
8
8
  "author": "mi6",
9
9
  "bugs": {
@@ -46,7 +46,7 @@
46
46
  "dist/"
47
47
  ],
48
48
  "dependencies": {
49
- "@ukic/web-components": "^2.33.0"
49
+ "@ukic/web-components": "^2.35.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@babel/core": "^7.23.2",
@@ -80,6 +80,7 @@
80
80
  "cypress-audit": "^1.1.0",
81
81
  "cypress-axe": "^1.5.0",
82
82
  "cypress-file-upload": "^5.0.8",
83
+ "cypress-image-diff-html-report": "^2.2.0",
83
84
  "cypress-image-diff-js": "^2.1.3",
84
85
  "cypress-real-events": "^1.12.0",
85
86
  "eslint-plugin-cypress": "^2.15.1",
@@ -107,5 +108,5 @@
107
108
  "react-dom": "^16.7.0 || ^17.0.2 || ^18.2.0"
108
109
  },
109
110
  "license": "MIT",
110
- "gitHead": "601e99c0c72212bc0e7f74e378188f05d9ffb3bb"
111
+ "gitHead": "5e9e761daccaba6c1d7984b7ce577731b7a31944"
111
112
  }