@storyblok/svelte 3.1.4 → 3.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -167,7 +167,7 @@ To link the Storyblok components, you have to
167
167
  <StoryblokComponent {blok} />
168
168
  ```
169
169
 
170
- > The `blok` is the actual blok data coming from [Storblok's Content Delivery API](https://www.storyblok.com/docs/api/content-delivery/v2?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-svelte).
170
+ > The `blok` is the actual blok data coming from [Storyblok's Content Delivery API](https://www.storyblok.com/docs/api/content-delivery/v2?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-svelte).
171
171
 
172
172
  ### Features and API
173
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/svelte",
3
- "version": "3.1.4",
3
+ "version": "3.1.6",
4
4
  "type": "module",
5
5
  "description": "Storyblok SDK to connect Storyblok with Svelte",
6
6
  "main": "./dist/index.js",
@@ -26,18 +26,18 @@
26
26
  "prepublishOnly": "npm run build && cp ../README.md ."
27
27
  },
28
28
  "dependencies": {
29
- "@storyblok/js": "^2.2.11"
29
+ "@storyblok/js": "^2.3.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@babel/core": "^7.22.10",
33
- "@sveltejs/package": "^2.2.1",
34
- "@tsconfig/svelte": "^5.0.0",
32
+ "@babel/core": "^7.22.11",
33
+ "@sveltejs/package": "^2.2.2",
34
+ "@tsconfig/svelte": "^5.0.2",
35
35
  "babel-jest": "^29",
36
36
  "eslint-plugin-jest": "^27.2.3",
37
- "jest": "^29.6.2",
37
+ "jest": "^29.6.4",
38
38
  "svelte": "^4.2.0",
39
39
  "svelte-preprocess": "^5.0.4",
40
- "typescript": "^5.1.6",
40
+ "typescript": "^5.2.2",
41
41
  "vite": "^4.4.9"
42
42
  },
43
43
  "peerDependencies": {