Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@dd/metrics-plugin": "workspace:*",
"@dd/output-plugin": "workspace:*",
"@dd/rum-plugin": "workspace:*",
"chalk": "2.3.1",
"chalk": "2.3.2",
"unplugin": "2.3.11"
},
"devDependencies": {
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
35 changes: 33 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1941,8 +1941,8 @@ __metadata:
"@dd/metrics-plugin": "workspace:*"
"@dd/output-plugin": "workspace:*"
"@dd/rum-plugin": "workspace:*"
chalk: "npm:2.3.1"
typescript: "npm:5.4.3"
chalk: "npm:2.3.2"
typescript: "npm:5.4.5"
unplugin: "npm:2.3.11"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5301,6 +5301,17 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:2.3.2":
version: 2.3.2
resolution: "chalk@npm:2.3.2"
dependencies:
ansi-styles: "npm:^3.2.1"
escape-string-regexp: "npm:^1.0.5"
supports-color: "npm:^5.3.0"
checksum: 10/a0fe064acdcb6bcedf94d765d658afacfc972e8b10116a15621f71d1e8054cf8161b35389a063285647c21698a89763b3edc4d471d0eb25ec1fb18f060f2d172
languageName: node
linkType: hard

"chalk@npm:^2.4.2":
version: 2.4.2
resolution: "chalk@npm:2.4.2"
Expand Down Expand Up @@ -10797,6 +10808,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.3#optional!builtin<compat/typescript>":
version: 5.4.3
resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin<compat/typescript>::version=5.4.3&hash=5adc0c"
Expand All @@ -10807,6 +10828,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/760f7d92fb383dbf7dee2443bf902f4365db2117f96f875cf809167f6103d55064de973db9f78fe8f31ec08fff52b2c969aee0d310939c0a3798ec75d0bca2e1
languageName: node
linkType: hard

"unbox-primitive@npm:^1.0.2":
version: 1.0.2
resolution: "unbox-primitive@npm:1.0.2"
Expand Down
Loading