Skip to content

Commit

Permalink
Merge pull request #772 from storyblok/bugfix/update-storyblok-js-ric…
Browse files Browse the repository at this point in the history
…htext-div-fix

fix: bump storyblok-js fix for richtext wrapper div
  • Loading branch information
alvarosabu authored Nov 25, 2024
2 parents 2a31ad5 + 858f3ab commit ca45ff5
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 326 deletions.
14 changes: 7 additions & 7 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"prepublishOnly": "npm run build && cp ../README.md ./"
},
"dependencies": {
"@storyblok/js": "^3.1.7"
"@storyblok/js": "^3.1.9"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@cypress/vite-dev-server": "^5.2.0",
"@cypress/vite-dev-server": "^5.2.1",
"@cypress/vue": "^6.0.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/babel-preset-app": "^5.0.8",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "^0.1.3",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.7.0",
"cypress": "^13.15.1",
"cypress": "^13.16.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"jest": "^29.7.0",
"typescript": "^4.9.5",
"vite": "^5.4.10",
"vue": "^3.5.12",
"vite": "^5.4.11",
"vue": "^3.5.13",
"vue-tsc": "^1.8.27"
},
"babel": {
Expand Down
1 change: 0 additions & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export type {
ISbError,
ISbNode,
ISbSchema,
ThrottleFn,
AsyncFn,
ArrayFn,
ISbContentMangmntAPI,
Expand Down
Loading

0 comments on commit ca45ff5

Please sign in to comment.