Skip to content

Commit a4a188b

Browse files
Bump typescript from 4.8.4 to 5.4.5
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] <[email protected]>
1 parent c3bd279 commit a4a188b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-prettier": "^5.1.2",
2929
"lerna": "^3.19.0",
3030
"prettier": "3.0.3",
31-
"typescript": "^4.0.3"
31+
"typescript": "^5.4.5"
3232
},
3333
"prettier": {
3434
"semi": false,

packages/pg-cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"devDependencies": {
99
"ts-node": "^8.5.4",
10-
"typescript": "^4.0.3"
10+
"typescript": "^5.4.5"
1111
},
1212
"exports": {
1313
"workerd": "./dist/index.js",

packages/pg-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"chunky": "^0.0.0",
1414
"mocha": "^7.1.2",
1515
"ts-node": "^8.5.4",
16-
"typescript": "^4.0.3"
16+
"typescript": "^5.4.5"
1717
},
1818
"scripts": {
1919
"test": "mocha dist/**/*.test.js",

packages/pg-query-stream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"pg": "^8.11.5",
4141
"stream-spec": "~0.3.5",
4242
"ts-node": "^8.5.4",
43-
"typescript": "^4.0.3"
43+
"typescript": "^5.4.5"
4444
},
4545
"peerDependencies": {
4646
"pg": "^8"

packages/pg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"bluebird": "3.5.2",
3333
"co": "4.6.0",
3434
"pg-copy-streams": "0.3.0",
35-
"typescript": "^4.0.3",
35+
"typescript": "^5.4.5",
3636
"workerd": "^1.20230419.0",
3737
"wrangler": "^2.16.0"
3838
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6887,10 +6887,10 @@ typedarray@^0.0.6:
68876887
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
68886888
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
68896889

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

68956895
uglify-js@^3.1.4:
68966896
version "3.13.5"

0 commit comments

Comments
 (0)