Skip to content

Commit

Permalink
Atualizando Dependências do ECG #25
Browse files Browse the repository at this point in the history
Atualizando Dependências do ECG
  • Loading branch information
tavareshenrique authored Jan 29, 2024
2 parents 8be82a7 + 3dd188a commit b499c56
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 259 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-getninjas",
"version": "6.0.0",
"version": "6.0.1",
"description": "The main ESLint settings used in GetNinjas projects.",
"main": "base.js",
"exports": {
Expand Down Expand Up @@ -37,19 +37,19 @@
},
"homepage": "https://github.com/getninjas/eslint-config-getninjas#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.51.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "5.1.6"
"typescript": "5.3.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.8.0",
Expand Down
Loading

0 comments on commit b499c56

Please sign in to comment.