We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fcf4c commit 516a3d4Copy full SHA for 516a3d4
package.json
@@ -12,15 +12,15 @@
12
"license": "MIT",
13
"devDependencies": {
14
"@types/lodash": "^4.14.149",
15
- "@types/mustache": "^3.2.0",
+ "@types/mustache": "^4.0.0",
16
"typescript": "^3.7.4"
17
},
18
"dependencies": {
19
"axios": "^0.19.2",
20
"commander": "^4.1.0",
21
"js-yaml": "^3.13.1",
22
"lodash": "^4.17.15",
23
- "mustache": "^3.2.1",
+ "mustache": "^4.0.0",
24
"swagger2openapi": "^5.3.3"
25
26
"main": "src/index.js",
0 commit comments