chore: upgrade dependencies (#7138)

* chore: upgrade dependencies

* reorg

* update comment
This commit is contained in:
Joshua Chen 2022-04-09 12:36:10 +08:00 committed by GitHub
parent e5bf59fd9b
commit 2a7820582c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 552 additions and 558 deletions

View file

@ -27,15 +27,15 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.1",
"prettier": "^2.6.2",
"stylelint": "^14.6.1"
},
"browserslist": {