Skip to content

Commit c2b0cc8

Browse files
committed
fix(vitest): fixup some compilation issues
1 parent 6b7786b commit c2b0cc8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@commitlint/cli": "^17.6.7",
4545
"@commitlint/config-conventional": "^17.6.7",
46-
"@openapi-typescript-infra/coconfig": "^3.3.2",
46+
"@openapi-typescript-infra/coconfig": "^3.3.3",
4747
"@semantic-release/changelog": "^6.0.3",
4848
"@semantic-release/git": "^10.0.1",
4949
"@types/yargs-parser": "^21.0.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,10 @@ __metadata:
556556
languageName: node
557557
linkType: hard
558558

559-
"@openapi-typescript-infra/coconfig@npm:^3.3.2":
560-
version: 3.3.2
561-
resolution: "@openapi-typescript-infra/coconfig@npm:3.3.2"
562-
checksum: 2392da9e11a9ee1bcf9e0b21773b5f051828cb9391fcf27129641a067006e43b977f0c68aa0da3c26e53209df35eb0f796ec7e3b75d8d7a249ed2a7cfcd215e4
559+
"@openapi-typescript-infra/coconfig@npm:^3.3.3":
560+
version: 3.3.3
561+
resolution: "@openapi-typescript-infra/coconfig@npm:3.3.3"
562+
checksum: db34b0540c6c3f59bf0280cc04457f325f95605ab437bc113972ee00c4811fcf85f4afb084de4f3bf891e2f22abcb50081cb330bcaa2dd137b3910344d7ec87d
563563
languageName: node
564564
linkType: hard
565565

@@ -569,7 +569,7 @@ __metadata:
569569
dependencies:
570570
"@commitlint/cli": ^17.6.7
571571
"@commitlint/config-conventional": ^17.6.7
572-
"@openapi-typescript-infra/coconfig": ^3.3.2
572+
"@openapi-typescript-infra/coconfig": ^3.3.3
573573
"@semantic-release/changelog": ^6.0.3
574574
"@semantic-release/git": ^10.0.1
575575
"@types/yargs-parser": ^21.0.0

0 commit comments

Comments
 (0)