Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
chore: update package to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed May 16, 2022
1 parent ae64548 commit b6d8bdb
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 177 deletions.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@
"styleguide"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-sonarjs": "^0.12.0"
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-sonarjs": "^0.13.0"
},
"devDependencies": {
"eslint": "^8.10.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"eslint": "^8.15.0",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"react": "^17.0.2",
"standard-version": "^9.3.2",
"typescript": "^4.5.5"
"standard-version": "^9.5.0",
"typescript": "^4.6.4"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0"
Expand Down
Loading

0 comments on commit b6d8bdb

Please sign in to comment.