Skip to content

Commit

Permalink
fix: move sst to prod deps
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Mar 30, 2024
1 parent eb33149 commit 992d5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"astro-sst": "^2.41.2",
"sharp": "0.32.6"
"sharp": "0.32.6",
"sst": "^3.0.1"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/starlight": "^0.21.2",
"astro": "^4.5.12",
"sst": "^3.0.1",
"typescript": "^5.4.3"
}
}

0 comments on commit 992d5fb

Please sign in to comment.