Skip to content

Commit

Permalink
⬆️ build(deps): Update dependency typescript to v5.7.3 (#518)
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] authored Jan 10, 2025
1 parent 6faaef2 commit eaccd80
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jshint": "2.13.6",
"semantic-release": "24.2.1",
"semantic-release-gitmoji": "1.6.8",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/colorguard-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"semantic-release": "24.2.1",
"semantic-release-gitmoji": "1.6.8",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"yargs": "17.7.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/colorguard-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tape": "5.9.0",
"text-table": "0.2.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-colorguard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"semantic-release-gitmoji": "1.6.8",
"synesthesia": "1.0.1",
"tsup": "8.3.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"engines": {
"node": ">=18.0.0"
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ __metadata:
semantic-release: "npm:24.2.1"
semantic-release-gitmoji: "npm:1.6.8"
tsup: "npm:8.3.5"
typescript: "npm:5.7.2"
typescript: "npm:5.7.3"
yargs: "npm:17.7.2"
bin:
colorguard: ./dist/index
Expand Down Expand Up @@ -2092,7 +2092,7 @@ __metadata:
tape: "npm:5.9.0"
text-table: "npm:0.2.0"
tsup: "npm:8.3.5"
typescript: "npm:5.7.2"
typescript: "npm:5.7.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6106,7 +6106,7 @@ __metadata:
semantic-release-gitmoji: "npm:1.6.8"
synesthesia: "npm:1.0.1"
tsup: "npm:8.3.5"
typescript: "npm:5.7.2"
typescript: "npm:5.7.3"
peerDependencies:
postcss: ">8.0.0"
languageName: unknown
Expand Down Expand Up @@ -6640,7 +6640,7 @@ __metadata:
jshint: "npm:2.13.6"
semantic-release: "npm:24.2.1"
semantic-release-gitmoji: "npm:1.6.8"
typescript: "npm:5.7.2"
typescript: "npm:5.7.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7928,23 +7928,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
"typescript@npm:5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
checksum: 10/6a7e556de91db3d34dc51cd2600e8e91f4c312acd8e52792f243c7818dfadb27bae677175fad6947f9c81efb6c57eb6b2d0c736f196a6ee2f1f7d57b74fc92fa
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/d75ca10141afc64fd3474b41a8b082b640555bed388d237558aed64e5827ddadb48f90932c7f4205883f18f5bcab8b6a739a2cfac95855604b0dfeb34bc2f3eb
checksum: 10/dc58d777eb4c01973f7fbf1fd808aad49a0efdf545528dab9b07d94fdcb65b8751742804c3057e9619a4627f2d9cc85547fdd49d9f4326992ad0181b49e61d81
languageName: node
linkType: hard

Expand Down

0 comments on commit eaccd80

Please sign in to comment.