|
1 | 1 | {
|
2 | 2 | "name": "@storyblok/react",
|
3 | 3 | "type": "module",
|
4 |
| - "version": "4.3.0", |
| 4 | + "version": "4.3.2", |
5 | 5 | "private": false,
|
6 |
| - "packageManager": "pnpm@9.13.2", |
| 6 | + "packageManager": "pnpm@9.15.1", |
7 | 7 | "description": "SDK to integrate Storyblok into your project using React.",
|
8 | 8 | "author": "Storyblok",
|
9 | 9 | "license": "MIT",
|
|
58 | 58 | "react-dom": "^17 || ^18 || ^19"
|
59 | 59 | },
|
60 | 60 | "dependencies": {
|
61 |
| - "@storyblok/js": "3.1.9" |
| 61 | + "@storyblok/js": "3.2.1" |
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 | 64 | "@babel/core": "^7.26.0",
|
65 | 65 | "@babel/preset-env": "^7.26.0",
|
66 |
| - "@commitlint/cli": "^19.6.0", |
| 66 | + "@commitlint/cli": "^19.6.1", |
67 | 67 | "@commitlint/config-conventional": "^19.6.0",
|
68 | 68 | "@cypress/react": "^8.0.2",
|
69 | 69 | "@cypress/vite-dev-server": "^5.2.1",
|
|
73 | 73 | "@types/react": "18.3.12",
|
74 | 74 | "@vitejs/plugin-react": "^4.3.4",
|
75 | 75 | "babel-jest": "^29.7.0",
|
76 |
| - "cypress": "^13.16.1", |
77 |
| - "eslint": "^9.16.0", |
| 76 | + "cypress": "^13.17.0", |
| 77 | + "eslint": "^9.17.0", |
78 | 78 | "eslint-plugin-cypress": "^4.1.0",
|
79 |
| - "eslint-plugin-jest": "^28.9.0", |
| 79 | + "eslint-plugin-jest": "^28.10.0", |
80 | 80 | "react": "^18.3.1",
|
81 | 81 | "react-dom": "^18.3.1",
|
82 | 82 | "rollup-plugin-preserve-directives": "^0.4.0",
|
83 | 83 | "simple-git-hooks": "^2.11.1",
|
84 |
| - "start-server-and-test": "^2.0.8", |
| 84 | + "start-server-and-test": "^2.0.9", |
85 | 85 | "typescript": "5.6.3",
|
86 |
| - "vite": "^5.4.11", |
87 |
| - "vite-plugin-dts": "^4.3.0", |
| 86 | + "vite": "^6.0.6", |
| 87 | + "vite-plugin-dts": "^4.4.0", |
88 | 88 | "vitest": "^2.1.8"
|
89 | 89 | },
|
90 | 90 | "babel": {
|
|
0 commit comments