diff --git a/lib/package.json b/lib/package.json index b1b9168d..bd791fd0 100644 --- a/lib/package.json +++ b/lib/package.json @@ -28,7 +28,7 @@ "prepublishOnly": "npm run build && cp ../README.md ./" }, "dependencies": { - "@storyblok/richtext": "^2.1.0", + "@storyblok/richtext": "^3.0.0", "storyblok-js-client": "^6.10.0" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 01ab07cd..2f25cdce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "name": "@storyblok/js", "version": "2.0.6", "dependencies": { - "@storyblok/richtext": "^2.1.0", + "@storyblok/richtext": "^3.0.0", "storyblok-js-client": "^6.10.0" }, "devDependencies": { @@ -1225,12 +1225,9 @@ "link": true }, "node_modules/@storyblok/richtext": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@storyblok/richtext/-/richtext-2.1.0.tgz", - "integrity": "sha512-hQoZ+mIMuNuFOgjikY8njA29LZ3PMcqINn2Dc4CH9BB+yyYFosiQuIi51CvYoTT/IuslG58FS0/js91/635UUQ==", - "dependencies": { - "consola": "^3.2.3" - } + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@storyblok/richtext/-/richtext-3.0.0.tgz", + "integrity": "sha512-EpqnASTkn0nLv3buxlUGNhfWqhTgUFBJx6QUdE4dW8l0Dg0c3B97ZGithUC5uxXy3dqmsm5x6pCF97CVLNC6JQ==" }, "node_modules/@storyblok/vue-playground": { "resolved": "playground-vue", @@ -2354,14 +2351,6 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, - "node_modules/consola": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", - "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==", - "engines": { - "node": "^14.18.0 || >=16.10.0" - } - }, "node_modules/conventional-changelog-angular": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz",