Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Kota8102/diary-app into …
Browse files Browse the repository at this point in the history
…feature/#42
  • Loading branch information
AsukaNamiki committed Mar 26, 2024
2 parents 067dea4 + 51d6423 commit af034ef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ src/frontend/*.ntvs*
src/frontend/*.njsproj
src/frontend/*.sln
src/frontend/*.sw?

.DS_Store
10 changes: 10 additions & 0 deletions src/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "20.11.5",
"aws-cdk": "2.122.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"aws-cdk": "2.122.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"dependencies": {
"aws-cdk-lib": "2.122.0",
"cdk-nag": "^2.28.72",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}
}

0 comments on commit af034ef

Please sign in to comment.