@kajoo-ai/sitecore-react 16.0.2 → 18.0.1
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The Kajoo-ai Sitecore React components are a lightweight wrapper around the `@si
|
|
|
6
6
|
|
|
7
7
|
## Compatibility
|
|
8
8
|
|
|
9
|
-
Please ensure to use a version of this package that matches with your project's `@sitecore-jss/sitecore-jss-react` version. For instance, if your project is using `@sitecore-jss/sitecore-jss-react@
|
|
9
|
+
Please ensure to use a version of this package that matches with your project's `@sitecore-jss/sitecore-jss-react` version. For instance, if your project is using `@sitecore-jss/sitecore-jss-react@18.x`, then you should use `@kajoo-ai/sitecore-react@18.x`.
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kajoo-ai/sitecore-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.1",
|
|
4
4
|
"description": "The collection of reusable components for sitecore react projects",
|
|
5
5
|
"author": "kajoo",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@kontent-ai/delivery-sdk": "^15.0.0",
|
|
20
|
-
"@sitecore-jss/sitecore-jss-react": "
|
|
20
|
+
"@sitecore-jss/sitecore-jss-react": "18.x.x",
|
|
21
21
|
"@typeform/embed-react": "^1.1.2",
|
|
22
22
|
"contentstack": "3.17.1",
|
|
23
23
|
"type-fest": "^3.12.0"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
29
29
|
"@rollup/plugin-terser": "^0.4.0",
|
|
30
30
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
31
|
-
"@sitecore-jss/sitecore-jss-react": "
|
|
31
|
+
"@sitecore-jss/sitecore-jss-react": "18.x.x",
|
|
32
32
|
"@types/node": "^16.7.9",
|
|
33
33
|
"@types/react": "^17.0.0",
|
|
34
34
|
"@types/react-dom": "^17.0.0",
|