Skip to content

Commit

Permalink
Bump typescript from 4.8.4 to 5.4.5
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.8.4...v5.4.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent c3bd279 commit a4a188b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-prettier": "^5.1.2",
"lerna": "^3.19.0",
"prettier": "3.0.3",
"typescript": "^4.0.3"
"typescript": "^5.4.5"
},
"prettier": {
"semi": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-cloudflare/package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"devDependencies": {
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
"typescript": "^5.4.5"
},
"exports": {
"workerd": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-protocol/package.json
Expand Up @@ -13,7 +13,7 @@
"chunky": "^0.0.0",
"mocha": "^7.1.2",
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
"typescript": "^5.4.5"
},
"scripts": {
"test": "mocha dist/**/*.test.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-query-stream/package.json
Expand Up @@ -40,7 +40,7 @@
"pg": "^8.11.5",
"stream-spec": "~0.3.5",
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"pg": "^8"
Expand Down
2 changes: 1 addition & 1 deletion packages/pg/package.json
Expand Up @@ -32,7 +32,7 @@
"bluebird": "3.5.2",
"co": "4.6.0",
"pg-copy-streams": "0.3.0",
"typescript": "^4.0.3",
"typescript": "^5.4.5",
"workerd": "^1.20230419.0",
"wrangler": "^2.16.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6887,10 +6887,10 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^4.0.3:
version "4.8.4"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

uglify-js@^3.1.4:
version "3.13.5"
Expand Down

0 comments on commit a4a188b

Please sign in to comment.