Skip to content

Commit

Permalink
fix(build): npm packages (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Feb 16, 2022
1 parent 8518ded commit fa67334
Show file tree
Hide file tree
Showing 4 changed files with 884 additions and 726 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"env": {
"es6": true,
"jest": true,
Expand Down
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {};
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,24 @@
"apidoc": "^0.29.0",
"express": "^4.17.2",
"node-watch": "^0.7.2",
"winston": "^3.3.3",
"yargs": "^17.2.1"
"winston": "^3.6.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.2.0",
"@babel/eslint-parser": "^7.17.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 fa67334

Please sign in to comment.