Skip to content

Commit

Permalink
fix(install): fix local dev setup for npm >= 8.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Feb 16, 2023
1 parent 982a858 commit 6eee23d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

20 changes: 17 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,22 @@
"@swagger-api/apidom-json-pointer"
],
"overrides": {
"@types/ramda": "npm:[email protected]",
"@swagger-api/apidom-ast": {
"short-unique-id": "npm:[email protected]",
"@types/ramda": "npm:[email protected]"
},
"@swagger-api/apidom-core": {
"short-unique-id": "npm:[email protected]"
"short-unique-id": "npm:[email protected]",
"@types/ramda": "npm:[email protected]"
},
"@swagger-api/apidom-ns-json-schema-draft-4": {
"@types/ramda": "npm:[email protected]"
},
"@swagger-api/apidom-ns-openapi-3-0": {
"@types/ramda": "npm:[email protected]"
},
"@swagger-api/apidom-ns-openapi-3-1": {
"@types/ramda": "npm:[email protected]"
},
"@swagger-api/apidom-reference": {
"@swagger-api/apidom-ns-asyncapi-2": "npm:[email protected]",
Expand All @@ -154,7 +167,8 @@
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "npm:[email protected]",
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "npm:[email protected]",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "npm:[email protected]",
"axios": "npm:[email protected]"
"axios": "npm:[email protected]",
"@types/ramda": "npm:[email protected]"
}
}
}

0 comments on commit 6eee23d

Please sign in to comment.