@storyblok/react 1.1.2 → 1.1.3

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 +2 -2
package/README.md CHANGED
@@ -36,11 +36,11 @@
36
36
 
37
37
  ### Installation
38
38
 
39
- Install `@storyblok/react`:
39
+ Install `@storyblok/react` and it's peer dependency `axios`:
40
40
 
41
41
  ```bash
42
- npm install @storyblok/react
43
- // yarn add @storyblok/react
42
+ npm install @storyblok/react axios
43
+ // yarn add @storyblok/react axios
44
44
  ```
45
45
 
46
46
  #### From a CDN
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/react",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "SDK to integrate Storyblok into your project using React.",
5
5
  "main": "./dist/storyblok-react.js",
6
6
  "module": "./dist/storyblok-react.mjs",
@@ -24,7 +24,7 @@
24
24
  "prepublishOnly": "npm run build && cp ../README.md ./"
25
25
  },
26
26
  "dependencies": {
27
- "@storyblok/js": "^1.7.0"
27
+ "@storyblok/js": "^1.7.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/core": "^7.18.10",