Skip to content

Commit ca45ff5

Browse files
authored
Merge pull request #772 from storyblok/bugfix/update-storyblok-js-richtext-div-fix
fix: bump storyblok-js fix for richtext wrapper div
2 parents 2a31ad5 + 858f3ab commit ca45ff5

File tree

4 files changed

+285
-326
lines changed

4 files changed

+285
-326
lines changed

lib/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@
2525
"prepublishOnly": "npm run build && cp ../README.md ./"
2626
},
2727
"dependencies": {
28-
"@storyblok/js": "^3.1.7"
28+
"@storyblok/js": "^3.1.9"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.26.0",
32-
"@cypress/vite-dev-server": "^5.2.0",
32+
"@cypress/vite-dev-server": "^5.2.1",
3333
"@cypress/vue": "^6.0.1",
34-
"@vitejs/plugin-vue": "^5.1.4",
34+
"@vitejs/plugin-vue": "^5.2.0",
3535
"@vue/babel-preset-app": "^5.0.8",
3636
"@vue/test-utils": "2.4.6",
3737
"@vue/tsconfig": "^0.1.3",
3838
"@vue/vue3-jest": "^29.2.6",
3939
"babel-jest": "^29.7.0",
40-
"cypress": "^13.15.1",
40+
"cypress": "^13.16.0",
4141
"eslint-plugin-cypress": "^2.15.2",
42-
"eslint-plugin-jest": "^28.8.3",
42+
"eslint-plugin-jest": "^28.9.0",
4343
"jest": "^29.7.0",
4444
"typescript": "^4.9.5",
45-
"vite": "^5.4.10",
46-
"vue": "^3.5.12",
45+
"vite": "^5.4.11",
46+
"vue": "^3.5.13",
4747
"vue-tsc": "^1.8.27"
4848
},
4949
"babel": {

lib/types.ts

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export type {
2020
ISbError,
2121
ISbNode,
2222
ISbSchema,
23-
ThrottleFn,
2423
AsyncFn,
2524
ArrayFn,
2625
ISbContentMangmntAPI,

0 commit comments

Comments
 (0)