Skip to content

Commit

Permalink
feat: Update eslint-config-cozy-app
Browse files Browse the repository at this point in the history
Upgrade everything to latest, no new major version though
  • Loading branch information
acezard committed Nov 28, 2022
1 parent 5881cab commit a0a55db
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 290 deletions.
16 changes: 8 additions & 8 deletions packages/eslint-config-cozy-app/package.json
Expand Up @@ -19,16 +19,16 @@
"vue.js"
],
"dependencies": {
"@babel/eslint-parser": "7.18.9",
"@typescript-eslint/eslint-plugin": "5.36.0",
"@typescript-eslint/parser": "5.36.0",
"eslint": "8.23.0",
"@babel/eslint-parser": "7.19.1",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"typescript": "4.8.2"
"prettier": "2.8.0",
"typescript": "4.9.3"
}
}

0 comments on commit a0a55db

Please sign in to comment.