@storyblok/react 5.0.2-rc.0 → 5.1.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 +5 -5
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
</p>
|
|
20
20
|
|
|
21
21
|
<p align="center">
|
|
22
|
-
<a href="https://
|
|
23
|
-
<img src="https://img.shields.io/discord/700316478792138842?label=Join%20Our%20Discord%20Community&style=appveyor&logo=discord&color=
|
|
22
|
+
<a href="https://storyblok.com/join-discord">
|
|
23
|
+
<img src="https://img.shields.io/discord/700316478792138842?label=Join%20Our%20Discord%20Community&style=appveyor&logo=discord&color=8d60ff">
|
|
24
24
|
</a>
|
|
25
25
|
<a href="https://twitter.com/intent/follow?screen_name=storyblok">
|
|
26
|
-
<img src="https://img.shields.io/badge/Follow-%40storyblok-
|
|
26
|
+
<img src="https://img.shields.io/badge/Follow-%40storyblok-8d60ff?style=appveyor&logo=twitter" alt="Follow @Storyblok" />
|
|
27
27
|
</a>
|
|
28
28
|
<a href="https://app.storyblok.com/#!/signup?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-react">
|
|
29
|
-
<img src="https://img.shields.io/badge/Try%20Storyblok-Free-
|
|
29
|
+
<img src="https://img.shields.io/badge/Try%20Storyblok-Free-8d60ff?style=appveyor&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAHqADAAQAAAABAAAAHgAAAADpiRU/AAACRElEQVRIDWNgGGmAEd3D3Js3LPrP8D8WXZwSPiMjw6qvPoHhyGYwIXNAbGpbCjbzP0MYuj0YFqMroBV/wCxmIeSju64eDNzMBJUxvP/9i2Hnq5cM1devMnz984eQsQwETeRhYWHgIcJiXqC6VHlFBjUeXgav40cIWkz1oLYXFmGwFBImaDFBHyObcOzdW4aSq5eRhRiE2dgYlpuYoYSKJi8vw3GgWnyAJIs/AuPu4scPGObd/fqVQZ+PHy7+6udPOBsXgySLDfn5GRYYmaKYJcXBgWLpsx8/GPa8foWiBhuHJIsl2DkYQqWksZkDFgP5PObcKYYff//iVAOTIDlx/QPqRMb/YSYBaWlOToZIaVkGZmAZSQiQ5OPtwHwacuo4iplMQEu6tXUZMhSUGDiYmBjylFQYvv/7x9B04xqKOnQOyT5GN+Df//8M59ASXKyMHLoyDD5JPtbj42OYrm+EYgg70JfuYuIoYmLs7AwMjIzA+uY/zjAnyWJpDk6GOFnCvrn86SOwmsNtKciVFAc1ileBHFDC67lzG10Yg0+SjzF0ownsf/OaofvOLYaDQJoQIGix94ljv1gIZI8Pv38zPvj2lQWYf3HGKbpDCFp85v07NnRN1OBTPY6JdRSGxcCw2k6sZuLVMZ5AV4s1TozPnGGFKbz+/PE7IJsHmC//MDMyhXBw8e6FyRFLv3Z0/IKuFqvFyIqAzd1PwBzJw8jAGPfVx38JshwlbIygxmYY43/GQmpais0ODDHuzevLMARHBcgIAQAbOJHZW0/EyQAAAABJRU5ErkJggg==" alt="Follow @Storyblok" />
|
|
30
30
|
</a>
|
|
31
31
|
</p>
|
|
32
32
|
|
|
@@ -761,7 +761,7 @@ By using these techniques, you can ensure that only the necessary components and
|
|
|
761
761
|
## Support
|
|
762
762
|
|
|
763
763
|
- Bugs or Feature Requests? [Submit an issue](/../../issues/new).
|
|
764
|
-
- Do you have questions about Storyblok or you need help? [Join our Discord Community](https://
|
|
764
|
+
- Do you have questions about Storyblok or you need help? [Join our Discord Community](https://storyblok.com/join-discord).
|
|
765
765
|
|
|
766
766
|
## Contributing
|
|
767
767
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.1.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "SDK to integrate Storyblok into your project using React.",
|
|
7
7
|
"author": "Storyblok",
|
|
8
8
|
"license": "MIT",
|
|
9
|
+
"homepage": "https://github.com/storyblok/monoblok/tree/main/packages/react#readme",
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/storyblok/
|
|
12
|
+
"url": "https://github.com/storyblok/monoblok.git",
|
|
13
|
+
"directory": "packages/react"
|
|
12
14
|
},
|
|
13
15
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/storyblok/
|
|
16
|
+
"url": "https://github.com/storyblok/monoblok/issues"
|
|
15
17
|
},
|
|
16
18
|
"exports": {
|
|
17
19
|
".": {
|
|
@@ -42,7 +44,7 @@
|
|
|
42
44
|
}
|
|
43
45
|
},
|
|
44
46
|
"dependencies": {
|
|
45
|
-
"@storyblok/js": "4.
|
|
47
|
+
"@storyblok/js": "4.1.0"
|
|
46
48
|
},
|
|
47
49
|
"devDependencies": {
|
|
48
50
|
"@babel/core": "^7.27.1",
|
|
@@ -51,7 +53,7 @@
|
|
|
51
53
|
"@cypress/vite-dev-server": "^6.0.3",
|
|
52
54
|
"@storyblok/eslint-config": "^0.3.0",
|
|
53
55
|
"@tsconfig/recommended": "^1.0.8",
|
|
54
|
-
"@types/node": "^22.15.
|
|
56
|
+
"@types/node": "^22.15.18",
|
|
55
57
|
"@types/react": "19.1.4",
|
|
56
58
|
"@vitejs/plugin-react": "^4.4.1",
|
|
57
59
|
"babel-jest": "^29.7.0",
|