Skip to content

Commit

Permalink
build: bump deps to latest including astro v3. Prepare endpoint for a…
Browse files Browse the repository at this point in the history
…stro v4

BREAKING CHANGE: Requires astro v3
  • Loading branch information
cbontems committed Sep 11, 2023
1 parent bbd9269 commit 3144926
Show file tree
Hide file tree
Showing 3 changed files with 1,148 additions and 659 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thewebforge/astro-og-images",
"description": "Automatically generate OpenGraph images for your Astro site",
"version": "0.0.0-development",
"version": "1.1.13",
"type": "module",
"types": "./dist/index.d.ts",
"author": "Cédric Bontems <cedric@thewebforge.dev> (https://thewebforge.dev/)",
Expand Down Expand Up @@ -37,26 +37,26 @@
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"cz-conventional-changelog": "3.3.0",
"semantic-release": "21.0.5",
"typescript": "5.1.6"
"semantic-release": "21.1.1",
"typescript": "5.2.2"
},
"dependencies": {
"@astrojs/react": "2.2.1",
"@astrojs/react": "3.0.2",
"@resvg/resvg-js": "2.4.1",
"@types/node-fetch-cache": "3.0.0",
"@types/react": "18.2.14",
"@types/react-dom": "^18.0.6",
"astro": "2.7.0",
"@types/react": "18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "3.0.12",
"kleur": "4.1.5",
"node-fetch-cache": "3.1.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"satori": "0.10.1",
"sharp": "0.32.1",
"zod": "3.21.4"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"satori": "0.10.4",
"sharp": "0.32.5",
"zod": "3.22.2"
},
"peerDependencies": {
"astro": ">=2.0.0"
"astro": ">=3.0.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 3144926

Please sign in to comment.