Skip to content

Commit

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

fix: suppress richtext warning from js-client
  • Loading branch information
alvarosabu authored Sep 5, 2024
2 parents 3dec8d0 + 9d9357e commit c555207
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prepublishOnly": "npm run build && cp ../README.md ./"
},
"dependencies": {
"@storyblok/js": "^3.0.9",
"@storyblok/js": "^3.1.4",
"camelcase": "^8.0.0",
"lodash.mergewith": "^4.6.2"
},
Expand Down
33 changes: 25 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playground/.astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1720535044084
"lastUpdateCheck": 1725528229180
}
}
1 change: 1 addition & 0 deletions playground/.astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
1 change: 1 addition & 0 deletions playground/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit c555207

Please sign in to comment.