Skip to content

Commit

Permalink
Merge pull request #13 from hckrnews/feature/optimize
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
w3nl authored Dec 6, 2023
2 parents 4f5896e + 6ceece1 commit efdfd29
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"checkJs": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "nodenext",
"rootDirs": [
"src"
],
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/openapi-model",
"description": "OpenAPI Model",
"version": "0.3.0",
"version": "0.3.1",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand Down Expand Up @@ -63,6 +63,6 @@
},
"overrides": {
"semver": "^7.5.3",
"xml2js": "^0.5.0"
"xml2js": "^0.6.0"
}
}
}

0 comments on commit efdfd29

Please sign in to comment.