Skip to content

Commit

Permalink
Merge pull request #896 from storyblok/bugfix/supress-js-client-richt…
Browse files Browse the repository at this point in the history
…ext-deprecation-warning

fix: supress richtext deprecation warning
  • Loading branch information
alvarosabu committed Sep 20, 2024
2 parents e670732 + 8e8bb90 commit 159ccce
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 27 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@cypress/vite-dev-server": "^5.0.6",
"@nuxt/eslint-config": "^0.5.2",
"@nuxt/kit": "^3.13.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/kit": "^3.13.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "^3.14.1",
"@nuxtjs/eslint-config-typescript": "latest",
Expand All @@ -51,12 +51,12 @@
"eslint-plugin-vue": "^9.18.1",
"husky": "^9.0.6",
"lint-staged": "^15.0.2",
"nuxt": "^3.13.0",
"nuxt": "^3.13.2",
"prettier": "^3.0.3",
"start-server-and-test": "^2.0.1"
},
"dependencies": {
"@storyblok/vue": "^8.0.0"
"@storyblok/vue": "^8.1.1"
},
"lint-staged": {
"*.{vue,js,css}": [
Expand Down
8 changes: 6 additions & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
modules: ['../src/module'],

storyblok: {
accessToken: "OurklwV5XsDJTIE1NJaD2wtt",
apiOptions: {
Expand All @@ -10,16 +11,19 @@ export default defineNuxtConfig({
/* componentsDir: '~/components/storyblok', */
// enableSudoMode: true /* (or legacy) usePlugin: false */
},

// components: {
// dirs: [{
// path: '~/components/storyblok',
// global: true,
// }]
// },
// devtools: { enabled: true },
app: {
head: {
script: [{ src: "https://cdn.tailwindcss.com" }]
}
},
// devtools: { enabled: true },
})

compatibilityDate: '2024-09-18',
})
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@nuxt/devtools": "^1.3.14",
"@types/node": "^20",
"nuxt": "^3.13.0"
"nuxt": "^3.13.2"
}
}
Loading

0 comments on commit 159ccce

Please sign in to comment.