Skip to content

Commit

Permalink
fix: bump storyblok-js fix for richtext wrapper div
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Nov 25, 2024
1 parent 2a31ad5 commit 9303cb7
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 325 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
Loading

0 comments on commit 9303cb7

Please sign in to comment.