@storyblok/react 5.4.15 → 5.4.17
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.4.
|
|
4
|
+
"version": "5.4.17",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "SDK to integrate Storyblok into your project using React.",
|
|
7
7
|
"author": "Storyblok",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dist"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"next": "^13 || ^14 || ^15",
|
|
42
|
+
"next": "^13 || ^14 || ^15 || ^16",
|
|
43
43
|
"react": "^17 || ^18 || ^19",
|
|
44
44
|
"react-dom": "^17 || ^18 || ^19"
|
|
45
45
|
},
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@storyblok/js": "4.
|
|
52
|
+
"@storyblok/js": "4.4.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/core": "^7.27.1",
|
|
@@ -107,19 +107,19 @@
|
|
|
107
107
|
"dev": "vite build --watch",
|
|
108
108
|
"build": "vite build",
|
|
109
109
|
"test:types": "tsc --noEmit --skipLibCheck",
|
|
110
|
-
"test": "pnpm run test:unit:ci && pnpm run test:e2e",
|
|
110
|
+
"test": "pnpm run test:unit:ci && pnpm run test:e2e-next-13 && pnpm run test:e2e-next-latest",
|
|
111
111
|
"test:unit": "vitest",
|
|
112
112
|
"test:unit:ci": "vitest run",
|
|
113
113
|
"test:unit:ui": "vitest --ui",
|
|
114
|
-
"test:e2e": "start-server-and-test playground:
|
|
115
|
-
"test:e2e-
|
|
114
|
+
"test:e2e-next-13": "start-server-and-test playground:next-13 http://localhost:3000/ cy:run",
|
|
115
|
+
"test:e2e-next-latest": "start-server-and-test playground:next-latest http://localhost:3000/ cy:run",
|
|
116
|
+
"test:e2e-watch": "start-server-and-test playground:next-latest http-get://localhost:3000/ cy:open",
|
|
116
117
|
"cy:run": "cypress run",
|
|
117
118
|
"cy:open": "cypress open",
|
|
118
119
|
"test:comp": "cypress run --component",
|
|
119
120
|
"playground": "pnpm run --filter ./playground/react dev",
|
|
120
|
-
"playground:next": "pnpm run --filter ./playground/
|
|
121
|
-
"playground:
|
|
122
|
-
"playground:next13-app-router": "pnpm run --filter ./playground/next13-app-router dev",
|
|
121
|
+
"playground:next-latest": "pnpm run --filter ./playground/next-latest dev",
|
|
122
|
+
"playground:next-13": "pnpm run --filter ./playground/next-13-app-router dev",
|
|
123
123
|
"lint": "eslint .",
|
|
124
124
|
"lint:fix": "eslint . --fix"
|
|
125
125
|
}
|