Skip to content

Commit

Permalink
Upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gyng committed Mar 19, 2022
1 parent 32d17b9 commit bc0a879
Show file tree
Hide file tree
Showing 3 changed files with 1,448 additions and 1,365 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"no-param-reassign": 0,
"prefer-destructuring": 0,
"prefer-object-spread": 0,
"import/extensions": 0
"import/extensions": 0,
"prefer-regex-literals": 0,
"react/function-component-definition": 0,
"react/destructuring-assignment": 0
},
"globals": {
"globalChromeState": false,
Expand Down
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,21 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"eslint": "7.28.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "7.24.0",
"jest": "^27.0.4",
"jest-webextension-mock": "^3.7.14",
"koa": "^2.13.1",
"eslint": "8.11.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"jest-webextension-mock": "^3.7.19",
"koa": "^2.13.4",
"koa-logger": "^3.2.1",
"koa-route": "^3.2.0",
"koa-static": "^5.0.0",
"prettier": "^2.3.1",
"web-ext": "^6.1.0"
"prettier": "^2.6.0",
"web-ext": "^6.7.0"
},
"jest": {
"setupFiles": [
Expand All @@ -46,4 +45,4 @@
"testEnvironment": "jsdom"
},
"dependencies": {}
}
}
Loading

0 comments on commit bc0a879

Please sign in to comment.