@storyblok/js 3.0.9 → 3.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storyblok/js",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.10",
|
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",
|
@@ -31,12 +31,12 @@
|
|
31
31
|
"storyblok-js-client": "^6.8.3"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@tsconfig/recommended": "^1.0.
|
34
|
+
"@tsconfig/recommended": "^1.0.7",
|
35
35
|
"cypress": "^13.7.3",
|
36
36
|
"eslint-plugin-cypress": "^2.15.1",
|
37
37
|
"eslint-plugin-jest": "^28.8.0",
|
38
38
|
"isomorphic-fetch": "^3.0.0",
|
39
|
-
"start-server-and-test": "^2.0.
|
39
|
+
"start-server-and-test": "^2.0.5",
|
40
40
|
"vite": "^5.4.1",
|
41
41
|
"vitest": "^2.0.5"
|
42
42
|
},
|