Skip to content

Commit e30704c

Browse files
authored
fix: update fixed storyblok-js (#1307)
1 parent a1c6209 commit e30704c

File tree

4 files changed

+631
-266
lines changed

4 files changed

+631
-266
lines changed

.github/workflows/pkg.pr.new.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
PNPM_CACHE_FOLDER: .pnpm-store
11-
HUSKY: 0 # Bypass husky commit hook for CI
11+
SKIP_INSTALL_SIMPLE_GIT_HOOKS: 1 # Skip installing simple-git-hooks
1212

1313
permissions: {}
1414

@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
build:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
2424
node-version: [20]

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.*
22
*.md
33
*.json
4-
example
4+
example

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@storyblok/react",
33
"type": "module",
4-
"version": "4.3.0",
4+
"version": "4.3.2",
55
"private": false,
6-
"packageManager": "pnpm@9.13.2",
6+
"packageManager": "pnpm@9.15.1",
77
"description": "SDK to integrate Storyblok into your project using React.",
88
"author": "Storyblok",
99
"license": "MIT",
@@ -58,12 +58,12 @@
5858
"react-dom": "^17 || ^18 || ^19"
5959
},
6060
"dependencies": {
61-
"@storyblok/js": "3.1.9"
61+
"@storyblok/js": "3.2.1"
6262
},
6363
"devDependencies": {
6464
"@babel/core": "^7.26.0",
6565
"@babel/preset-env": "^7.26.0",
66-
"@commitlint/cli": "^19.6.0",
66+
"@commitlint/cli": "^19.6.1",
6767
"@commitlint/config-conventional": "^19.6.0",
6868
"@cypress/react": "^8.0.2",
6969
"@cypress/vite-dev-server": "^5.2.1",
@@ -73,18 +73,18 @@
7373
"@types/react": "18.3.12",
7474
"@vitejs/plugin-react": "^4.3.4",
7575
"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",
7878
"eslint-plugin-cypress": "^4.1.0",
79-
"eslint-plugin-jest": "^28.9.0",
79+
"eslint-plugin-jest": "^28.10.0",
8080
"react": "^18.3.1",
8181
"react-dom": "^18.3.1",
8282
"rollup-plugin-preserve-directives": "^0.4.0",
8383
"simple-git-hooks": "^2.11.1",
84-
"start-server-and-test": "^2.0.8",
84+
"start-server-and-test": "^2.0.9",
8585
"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",
8888
"vitest": "^2.1.8"
8989
},
9090
"babel": {

0 commit comments

Comments
 (0)