Skip to content

Commit

Permalink
Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Feb 13, 2024
1 parent bdeae77 commit 7140f78
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 53 deletions.
136 changes: 85 additions & 51 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"exports": "./lib/csdl2openapi.js",
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"odata-csdl": "^0.9.1"
"odata-csdl": "^0.9.5"
},
"devDependencies": {
"@apidevtools/openapi-schemas": "^2.1.0",
Expand All @@ -30,7 +30,7 @@
"ajv-formats": "^2.1.1",
"c8": "^9.1.0",
"eslint": "^8.56.0",
"mocha": "^10.2.0"
"mocha": "^10.3.0"
},
"scripts": {
"build": "node lib/transform.js",
Expand Down

0 comments on commit 7140f78

Please sign in to comment.