@storyblok/js 2.2.7 → 2.2.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/js",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
4
4
  "description": "SDK to integrate Storyblok into your project using JavaScript.",
5
5
  "main": "./dist/storyblok-js.js",
6
6
  "module": "./dist/storyblok-js.mjs",
@@ -28,12 +28,12 @@
28
28
  "prepublishOnly": "npm run build && cp ../README.md ./"
29
29
  },
30
30
  "dependencies": {
31
- "storyblok-js-client": "^5.12.1"
31
+ "storyblok-js-client": "^5.13.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@tsconfig/recommended": "^1.0.1",
35
35
  "cypress": "^12.3.0",
36
- "eslint-plugin-cypress": "^2.13.3",
36
+ "eslint-plugin-cypress": "^2.14.0",
37
37
  "eslint-plugin-jest": "^26.9.0",
38
38
  "isomorphic-fetch": "^3.0.0",
39
39
  "start-server-and-test": "^1.15.2",