Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.5.3 (#1684)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 1, 2024
1 parent fd38477 commit 52556a1
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"esbuild": "0.21.5",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.2"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion e2e/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"esbuild": "0.21.5",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.2"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion e2e/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"bun-types": "^1.0.17"
},
"devDependencies": {
"typescript": "5.5.2"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion e2e/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@pulumi/pulumi": "3.121.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.2",
"typescript": "5.5.3",
"wrangler": "3.62.0"
}
}
2 changes: 1 addition & 1 deletion e2e/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@pulumi/pulumi": "3.121.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.2",
"typescript": "5.5.3",
"wrangler": "3.62.0"
}
}
2 changes: 1 addition & 1 deletion e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"eslint-config-next": "14.2.4",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.2"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.2"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"ts-jest": "29.1.5",
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"resolutions": {
"@pulumi/pulumi": "3.121.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@typescript/sandbox": "^0.1.0",
"monaco-editor": "0.50.0",
"tailwindcss": "3.4.4",
"typescript": "5.5.2"
"typescript": "5.5.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13827,10 +13827,10 @@ types-ramda@^0.30.0:
dependencies:
ts-toolbelt "^9.6.0"

[email protected].2, typescript@^5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
[email protected].3, typescript@^5.5.2:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

"uWebSockets.js@uNetworking/uWebSockets.js#semver:^20":
version "20.44.0"
Expand Down

0 comments on commit 52556a1

Please sign in to comment.