Skip to content

Commit

Permalink
fix: invalid package dependency graph: cyclic dependency detected
Browse files Browse the repository at this point in the history
  • Loading branch information
mao committed Mar 6, 2023
1 parent f0ea70e commit 6ea1605
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
4 changes: 3 additions & 1 deletion packages/swag-axios-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@apipgen/pipeline": "workspace:*"
},
"devDependencies": {
"apipgen": "workspace:*",
"openapi-specification-types": "^0.0.1"
},
"peerDependencies": {
"apipgen": "latest"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
4 changes: 3 additions & 1 deletion packages/swag-axios-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@apipgen/pipeline": "workspace:*"
},
"devDependencies": {
"apipgen": "workspace:*",
"openapi-specification-types": "^0.0.1"
},
"peerDependencies": {
"apipgen": "latest"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
4 changes: 3 additions & 1 deletion packages/swag-fetch-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@apipgen/pipeline": "workspace:*"
},
"devDependencies": {
"apipgen": "workspace:*",
"openapi-specification-types": "^0.0.1"
},
"peerDependencies": {
"apipgen": "latest"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
4 changes: 3 additions & 1 deletion packages/swag-fetch-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@apipgen/pipeline": "workspace:*"
},
"devDependencies": {
"apipgen": "workspace:*",
"openapi-specification-types": "^0.0.1"
},
"peerDependencies": {
"apipgen": "latest"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
4 changes: 3 additions & 1 deletion packages/swag-got-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@apipgen/swag-parser": "workspace:*"
},
"devDependencies": {
"apipgen": "workspace:*",
"openapi-specification-types": "^0.0.1"
},
"peerDependencies": {
"apipgen": "latest"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
4 changes: 3 additions & 1 deletion packages/swag-got-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@apipgen/swag-parser": "workspace:*"
},
"devDependencies": {
"apipgen": "workspace:*",
"openapi-specification-types": "^0.0.1"
},
"peerDependencies": {
"apipgen": "latest"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
4 changes: 3 additions & 1 deletion packages/swag-ky-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@apipgen/swag-parser": "workspace:*"
},
"devDependencies": {
"apipgen": "workspace:*",
"openapi-specification-types": "^0.0.1"
},
"peerDependencies": {
"apipgen": "latest"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
4 changes: 3 additions & 1 deletion packages/swag-ky-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@apipgen/swag-parser": "workspace:*"
},
"devDependencies": {
"apipgen": "workspace:*",
"openapi-specification-types": "^0.0.1"
},
"peerDependencies": {
"apipgen": "latest"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
16 changes: 0 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ea1605

Please sign in to comment.