Skip to content

Commit

Permalink
fix(eslint-config): Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Apr 14, 2022
1 parent 2eafcd1 commit 7a3111a
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 108 deletions.
20 changes: 10 additions & 10 deletions packages/eslint-config-cozy-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"vue.js"
],
"dependencies": {
"@babel/eslint-parser": "^7.16.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"@babel/eslint-parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-vue": "^8.1.1",
"prettier": "^2.5.0",
"typescript": "^4.5.2"
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-vue": "^8.6.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
}
}

0 comments on commit 7a3111a

Please sign in to comment.