File tree 4 files changed +285
-326
lines changed
4 files changed +285
-326
lines changed Original file line number Diff line number Diff line change 25
25
"prepublishOnly" : " npm run build && cp ../README.md ./"
26
26
},
27
27
"dependencies" : {
28
- "@storyblok/js" : " ^3.1.7 "
28
+ "@storyblok/js" : " ^3.1.9 "
29
29
},
30
30
"devDependencies" : {
31
31
"@babel/core" : " ^7.26.0" ,
32
- "@cypress/vite-dev-server" : " ^5.2.0 " ,
32
+ "@cypress/vite-dev-server" : " ^5.2.1 " ,
33
33
"@cypress/vue" : " ^6.0.1" ,
34
- "@vitejs/plugin-vue" : " ^5.1.4 " ,
34
+ "@vitejs/plugin-vue" : " ^5.2.0 " ,
35
35
"@vue/babel-preset-app" : " ^5.0.8" ,
36
36
"@vue/test-utils" : " 2.4.6" ,
37
37
"@vue/tsconfig" : " ^0.1.3" ,
38
38
"@vue/vue3-jest" : " ^29.2.6" ,
39
39
"babel-jest" : " ^29.7.0" ,
40
- "cypress" : " ^13.15.1 " ,
40
+ "cypress" : " ^13.16.0 " ,
41
41
"eslint-plugin-cypress" : " ^2.15.2" ,
42
- "eslint-plugin-jest" : " ^28.8.3 " ,
42
+ "eslint-plugin-jest" : " ^28.9.0 " ,
43
43
"jest" : " ^29.7.0" ,
44
44
"typescript" : " ^4.9.5" ,
45
- "vite" : " ^5.4.10 " ,
46
- "vue" : " ^3.5.12 " ,
45
+ "vite" : " ^5.4.11 " ,
46
+ "vue" : " ^3.5.13 " ,
47
47
"vue-tsc" : " ^1.8.27"
48
48
},
49
49
"babel" : {
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export type {
20
20
ISbError ,
21
21
ISbNode ,
22
22
ISbSchema ,
23
- ThrottleFn ,
24
23
AsyncFn ,
25
24
ArrayFn ,
26
25
ISbContentMangmntAPI ,
You can’t perform that action at this time.
0 commit comments