Skip to content

Commit

Permalink
Merge pull request #430 from Availity/fix/update-deps
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
gregmartDOTin authored Oct 3, 2024
2 parents 193e428 + 3b37dc9 commit 60a6d53
Show file tree
Hide file tree
Showing 2 changed files with 751 additions and 421 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"homepage": "https://github.com/Availity/eslint-config-availity#readme",
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-plugin-root-import": "^6.6.0",
Expand All @@ -48,26 +48,26 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-root-import": "^1.0.4",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^52.0.0"
},
"peerDependencies": {
"typescript": "^5.2.2"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/react": "^18.3.1",
"husky": "^9.0.11",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/react": "^18.3.11",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"react": "^18.3.1",
"standard-version": "^9.3.2",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 60a6d53

Please sign in to comment.