@storyblok/react 5.4.3 → 5.4.5

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@storyblok/react",
3
3
  "type": "module",
4
- "version": "5.4.3",
4
+ "version": "5.4.5",
5
5
  "private": false,
6
6
  "description": "SDK to integrate Storyblok into your project using React.",
7
7
  "author": "Storyblok",
@@ -49,7 +49,7 @@
49
49
  }
50
50
  },
51
51
  "dependencies": {
52
- "@storyblok/js": "4.2.3"
52
+ "@storyblok/js": "4.2.5"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@babel/core": "^7.27.1",
@@ -76,7 +76,7 @@
76
76
  "vite": "^6.3.5",
77
77
  "vite-plugin-dts": "^4.5.3",
78
78
  "vitest": "^3.1.3",
79
- "@storyblok/eslint-config": "0.4.0"
79
+ "@storyblok/eslint-config": "0.4.1"
80
80
  },
81
81
  "babel": {
82
82
  "presets": [
@@ -106,6 +106,7 @@
106
106
  "scripts": {
107
107
  "dev": "vite build --watch",
108
108
  "build": "vite build",
109
+ "test:types": "tsc --noEmit --skipLibCheck",
109
110
  "test": "pnpm run test:unit:ci && pnpm run test:e2e",
110
111
  "test:unit": "vitest",
111
112
  "test:unit:ci": "vitest run",