Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent ae8cf86 commit e8914d9
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/mg-beehiiv-members/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "8.57.0",
"jest": "29.7.0",
"sinon": "^18.0.0",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"dependencies": {
"@tryghost/debug": "0.1.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/mg-beehiiv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "8.57.0",
"jest": "29.7.0",
"sinon": "^18.0.0",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"dependencies": {
"@tryghost/debug": "0.1.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/mg-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "8.57.0",
"jest": "29.7.0",
"sinon": "18.0.1",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"dependencies": {
"@tryghost/html-to-mobiledoc": "3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/mg-html-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "8.57.0",
"jest": "29.7.0",
"sinon": "18.0.1",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"dependencies": {
"@tryghost/errors": "1.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/mg-mailchimp-members/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "8.57.0",
"jest": "29.7.0",
"sinon": "^18.0.0",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"dependencies": {
"@tryghost/debug": "0.1.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/mg-medium-members/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint": "8.57.0",
"jest": "29.7.0",
"sinon": "^18.0.0",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"dependencies": {
"@tryghost/debug": "0.1.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/mg-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"sinon": "^18.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"dependencies": {
"@inquirer/input": "2.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11180,10 +11180,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

typescript@5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
typescript@5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

typpy@^2.0.0, typpy@^2.2.0, typpy@^2.3.1, typpy@^2.3.13:
version "2.3.13"
Expand Down

0 comments on commit e8914d9

Please sign in to comment.