Skip to content

Commit

Permalink
Fix npm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Nov 20, 2023
1 parent 4f6b303 commit 5ac22cf
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 370 deletions.
6 changes: 3 additions & 3 deletions example/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/functions",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,12 +11,12 @@
"@aws-sdk/client-s3": "3.441.0",
"esbuild-css-modules-plugin": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"aws-sdk": "2.1488.0"
},
"devDependencies": {
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"aws-sdk": "2.1488.0",
"esbuild": "0.19.5"
}
}
2 changes: 1 addition & 1 deletion example/infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/infra",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"synth": "cdk synth",
Expand Down
Loading

0 comments on commit 5ac22cf

Please sign in to comment.