Skip to content
Open
Prev Previous commit
Next Next commit
settled reactjs package.json
  • Loading branch information
2019UCP1350 committed Mar 27, 2021
commit c7635ce521a14c4120dbae61c3c51a56e07c12df
4 changes: 2 additions & 2 deletions codegens/reactjs-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"license": "Apache-2.0",
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/reactjs-axios",
"dependencies": {
"esm": "^3.2.25"
"esm": "3.2.25"
},
"devDependencies": {
"axios": "^0.21.1",
"axios": "0.21.1",
"form-data": "3.0.0",
"qs": "6.9.2"
},
Expand Down