Skip to content

Commit

Permalink
chore: bump astro and storyblok/astro v3, use node 18.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Edvinas Jurele <[email protected]>
  • Loading branch information
edvinasjurele committed Oct 6, 2023
1 parent 6f82960 commit 41f732d
Show file tree
Hide file tree
Showing 3 changed files with 2,697 additions and 564 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"try": "npm run build & npm run preview"
},
"dependencies": {
"@storyblok/astro": "^2.5.12",
"astro": "^2.10.14"
"@storyblok/astro": "^3.0.1",
"astro": "^3.2.3"
},
"stackblitz": {
"startCommand": "npm run start-stackblitz"
},
"volta": {
"node": "18.12.1"
"node": "18.14.1"
}
}
Loading

0 comments on commit 41f732d

Please sign in to comment.