Skip to content

Commit

Permalink
fix(build): npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Feb 16, 2022
1 parent 8518ded commit 4e83289
Show file tree
Hide file tree
Showing 2 changed files with 863 additions and 661 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,25 +85,25 @@
"dependencies": {
"apidoc": "^0.29.0",
"express": "^4.17.2",
"node-watch": "^0.7.2",
"winston": "^3.3.3",
"yargs": "^17.2.1"
"node-watch": "^0.7.3",
"winston": "^3.6.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.2.0",
"eslint": "^8.9.0",
"eslint-config-esnext": "^4.1.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.3.1",
"jest": "^27.5.1",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"standard-version": "^9.3.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 4e83289

Please sign in to comment.