Skip to content

Commit

Permalink
Merge pull request #601 from storyblok/fix/update-latest-js-client
Browse files Browse the repository at this point in the history
fix: update to newest js-client version
  • Loading branch information
alexjoverm authored Nov 22, 2024
2 parents fb7f7bb + 53cf008 commit beef14d
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 146 deletions.
14 changes: 7 additions & 7 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
},
"dependencies": {
"@storyblok/richtext": "^3.0.0",
"storyblok-js-client": "^6.10.0"
"storyblok-js-client": "^6.10.2"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
"cypress": "^13.15.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-jest": "^28.8.0",
"@tsconfig/recommended": "^1.0.8",
"cypress": "^13.16.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-jest": "^28.9.0",
"isomorphic-fetch": "^3.0.0",
"start-server-and-test": "^2.0.8",
"vite": "^5.4.8",
"vitest": "^2.1.4"
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
"babel": {
"presets": [
Expand Down
3 changes: 2 additions & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ export type {
ISbError,
ISbNode,
ISbSchema,
ThrottleFn,
ISbThrottle,
ISbThrottledRequest,
AsyncFn,
ArrayFn,
ISbContentMangmntAPI,
Expand Down
Loading

0 comments on commit beef14d

Please sign in to comment.