Skip to content

Commit

Permalink
fix: update fixed storyblok-js (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
edodusi authored Dec 27, 2024
1 parent a1c6209 commit e30704c
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 266 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

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

permissions: {}

Expand All @@ -18,7 +18,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.*
*.md
*.json
example
example
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@storyblok/react",
"type": "module",
"version": "4.3.0",
"version": "4.3.2",
"private": false,
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.15.1",
"description": "SDK to integrate Storyblok into your project using React.",
"author": "Storyblok",
"license": "MIT",
Expand Down Expand Up @@ -58,12 +58,12 @@
"react-dom": "^17 || ^18 || ^19"
},
"dependencies": {
"@storyblok/js": "3.1.9"
"@storyblok/js": "3.2.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@cypress/react": "^8.0.2",
"@cypress/vite-dev-server": "^5.2.1",
Expand All @@ -73,18 +73,18 @@
"@types/react": "18.3.12",
"@vitejs/plugin-react": "^4.3.4",
"babel-jest": "^29.7.0",
"cypress": "^13.16.1",
"eslint": "^9.16.0",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest": "^28.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup-plugin-preserve-directives": "^0.4.0",
"simple-git-hooks": "^2.11.1",
"start-server-and-test": "^2.0.8",
"start-server-and-test": "^2.0.9",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vite": "^6.0.6",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8"
},
"babel": {
Expand Down
Loading

0 comments on commit e30704c

Please sign in to comment.