Skip to content

Commit

Permalink
Merge pull request #74 from alt3/housekeeping
Browse files Browse the repository at this point in the history
Bump outdated packages
  • Loading branch information
bravo-kernel committed Nov 6, 2020
2 parents f14df0c + 5f40647 commit bc251b4
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions package.json
Expand Up @@ -49,30 +49,30 @@
],
"devDependencies": {
"@release-it/conventional-changelog": "^2.0.0",
"acorn": "^8.0.0",
"ajv": "^6.12.5",
"codecov": "^3.7.2",
"acorn": "^8.0.4",
"ajv": "^6.12.6",
"codecov": "^3.8.1",
"cross-env": "^7.0.2",
"del-cli": "^3.0.1",
"eslint": "^7.10.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-jsdoc": "^30.0.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsdoc": "^30.7.7",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-unicorn": "^22.0.0",
"eslint-plugin-unicorn": "^23.0.0",
"fs": "0.0.1-security",
"husky": "^4.3.0",
"jest": "^25.0.0",
"jsdoc": "^3.6.6",
"lint-staged": "^10.4.0",
"lint-staged": "^10.5.1",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.29.0",
"moment": "^2.29.1",
"mysql2": "^2.2.5",
"npm-run-all": "^4.1.3",
"prettier": "^2.1.2",
"release-it": "^14.0.0",
"release-it": "^14.2.1",
"sequelize": "^6.0.0",
"swagger-parser": "^10.0.0"
},
Expand Down Expand Up @@ -135,7 +135,8 @@
],
"rules": {
"no-underscore-dangle": "off",
"unicorn/no-null": "off"
"unicorn/no-null": "off",
"unicorn/prefer-ternary": "off"
}
},
"husky": {
Expand Down

0 comments on commit bc251b4

Please sign in to comment.