Skip to content

Commit

Permalink
chore!: update dependencies (#62)
Browse files Browse the repository at this point in the history
* chore: update dependencies

 @middy/core                >=2.5.1  →  >=2.5.4
 eslint                      7.32.0  →    8.5.0
 eslint-config-airbnb-base   14.2.1  →   15.0.0
 eslint-plugin-import        2.24.0  →   2.25.3
 eslint-plugin-jest          24.4.0  →   25.3.0
 eslint-plugin-prettier       3.4.0  →    4.0.0
 http-errors                  1.8.0  →    2.0.0
 husky                        7.0.1  →    7.0.4
 jest                        27.0.6  →   27.4.5
 lint-staged                 11.1.2  →   12.1.3
 prettier                     2.3.2  →    2.5.1

* config!: support only node 12 and 14

BREAKING CHANGE

* fix: eslint v8 and revert package-lock
  • Loading branch information
domeq committed Dec 21, 2021
1 parent 831bd0c commit 9a5b07c
Show file tree
Hide file tree
Showing 3 changed files with 1,256 additions and 2,099 deletions.
8 changes: 3 additions & 5 deletions .eslintrc
Expand Up @@ -9,12 +9,10 @@
"prettier"
],
"globals": {},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"sourceType": "script",
"ecmaFeatures": {
"modules": false
}
"ecmaVersion": 8,
"requireConfigFile": false
},
"plugins": [
"eslint-plugin-babel",
Expand Down

0 comments on commit 9a5b07c

Please sign in to comment.