@kajoo-ai/sitecore-nextjs 20.0.0 → 21.0.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.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Kajoo-ai Sitecore Next.js components are a lightweight wrapper around the `@sitecore-jss/sitecore-jss-nextjs` library.
|
|
4
4
|
|
|
5
|
-
**Note:** Use a matching version of this package with your project. For example, if your project is using `@sitecore-jss/sitecore-jss-nextjs@
|
|
5
|
+
**Note:** Use a matching version of this package with your project. For example, if your project is using `@sitecore-jss/sitecore-jss-nextjs@v21.x`, then use `@kajoo-ai/sitecore-nextjs@21.x`.
|
|
6
6
|
|
|
7
7
|
# Getting Started
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kajoo-ai/sitecore-nextjs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"description": "The collection of reusable components for sitecore nextjs projects",
|
|
5
5
|
"author": "kajoo",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"publish": "lerna run build && lerna publish"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@sitecore-jss/sitecore-jss-nextjs": "
|
|
20
|
+
"@sitecore-jss/sitecore-jss-nextjs": "21.x.x"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@typeform/embed-react": "^1.1.2",
|
|
24
24
|
"contentstack": "3.17.1",
|
|
25
|
-
"react": "^
|
|
26
|
-
"react-dom": "^
|
|
25
|
+
"react": "^18.2.0",
|
|
26
|
+
"react-dom": "^18.2.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@rollup/plugin-commonjs": "^24.0.1",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@rollup/plugin-terser": "^0.4.0",
|
|
33
33
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
34
34
|
"@types/node": "^16.7.9",
|
|
35
|
-
"@types/react": "^
|
|
36
|
-
"@types/react-dom": "^
|
|
35
|
+
"@types/react": "^18.0.24",
|
|
36
|
+
"@types/react-dom": "^18.0.9",
|
|
37
37
|
"autoprefixer": "^10.3.7",
|
|
38
38
|
"postcss": "^8.3.9",
|
|
39
39
|
"rollup": "^3.11.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"^10.3.7": {
|
|
51
51
|
"postcss": "^8.3.9"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "bfac5c99b98bced43cc52996af9796f07138f008"
|
|
54
54
|
}
|