Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Sep 21, 2024
1 parent e814c73 commit f7b7bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/autogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"license": "MIT",
"dependencies": {
"@readme/openapi-parser": "^2.2.0",
"@types/node": "^18.8.2",
"@types/node": "22.5.5",
"@types/xml2js": "^0.4.11",
"js-convert-case": "^4.2.0",
"openapi-types": "12.1.3",
"ts-node": "^10.9.1",
"typescript": "5.5.4",
"xml2js": "^0.4.23"
"xml2js": "0.6.2"
}
}
1 change: 1 addition & 0 deletions src/api/autogen/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext"],
"module": "NodeNext",
"moduleResolution": "nodenext",
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit f7b7bd1

Please sign in to comment.