Skip to content

Commit

Permalink
chore(build): npm packages (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored May 3, 2022
1 parent 92b647d commit 6f0f55d
Show file tree
Hide file tree
Showing 2 changed files with 1,044 additions and 1,216 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,27 +86,27 @@
},
"dependencies": {
"apidoc": "^0.29.0",
"express": "^4.17.2",
"node-watch": "^0.7.2",
"winston": "^3.6.0",
"yargs": "^17.3.1"
"express": "^4.18.1",
"node-watch": "^0.7.3",
"winston": "^3.7.2",
"yargs": "^17.4.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.9.0",
"eslint": "^8.14.0",
"eslint-config-esnext": "^4.1.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"nodemon": "^2.0.15",
"npm-check-updates": "^12.5.2",
"jest": "^28.0.3",
"nodemon": "^2.0.16",
"npm-check-updates": "^12.5.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"standard-version": "^9.3.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 6f0f55d

Please sign in to comment.