Skip to content

Commit c9f109f

Browse files
committed
Fix
1 parent 9c8c436 commit c9f109f

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"tsdown": "0.22.0",
4848
"typescript": "6.0.3",
4949
"typescript-eslint": "8.59.4",
50+
"unrun": "0.3.0",
5051
"vitest": "4.1.6"
5152
},
5253
"peerDependencies": {

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,7 @@ __metadata:
13911391
tsdown: "npm:0.22.0"
13921392
typescript: "npm:6.0.3"
13931393
typescript-eslint: "npm:8.59.4"
1394+
unrun: "npm:0.3.0"
13941395
vitest: "npm:4.1.6"
13951396
peerDependencies:
13961397
"@angular/compiler": ">=21.0.7 || >= 21.2.0-0"
@@ -4352,6 +4353,22 @@ __metadata:
43524353
languageName: node
43534354
linkType: hard
43544355

4356+
"unrun@npm:0.3.0":
4357+
version: 0.3.0
4358+
resolution: "unrun@npm:0.3.0"
4359+
dependencies:
4360+
rolldown: "npm:^1.0.0"
4361+
peerDependencies:
4362+
synckit: ^0.11.11
4363+
peerDependenciesMeta:
4364+
synckit:
4365+
optional: true
4366+
bin:
4367+
unrun: ./dist/cli.mjs
4368+
checksum: 10/6dc90f799787335ab8fc9fb3b604144c4dc131a9078ee50ec2de8317cef20566845f29403d92c9d801816b3d87e5ba45c36516abb96e3d249eb20f1f1f10633c
4369+
languageName: node
4370+
linkType: hard
4371+
43554372
"update-browserslist-db@npm:^1.2.3":
43564373
version: 1.2.3
43574374
resolution: "update-browserslist-db@npm:1.2.3"

0 commit comments

Comments
 (0)