Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/aws-sdk-2.1503.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 27, 2023
2 parents 832db3a + 651aaaf commit e9bfed8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-modal": "^3.13.1",
"react-scripts": "4.0.3",
"typehole": "^1.6.2",
"typescript": "^4.1.2",
"typescript": "^5.3.2",
"web-vitals": "^1.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"node-fetch": "~3",
"ts-jest": "^29.1.1",
"ts-node": "^10.5.0",
"typescript": "^4.3.2"
"typescript": "^5.3.2"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion posts/api/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/aws-lambda": "^8.10.76",
"@types/lodash": "^4.14.201",
"@types/uuid": "^8.3.4",
"typescript": "^4.3.2"
"typescript": "^5.3.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13933,10 +13933,10 @@ typehole@^1.6.2:
"@types/isomorphic-fetch" "0.0.35"
isomorphic-fetch "^3.0.0"

typescript@^4.1.2, typescript@^4.3.2:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==

typescript@next:
version "5.2.0-dev.20230615"
Expand Down

0 comments on commit e9bfed8

Please sign in to comment.