Skip to content

Commit

Permalink
v3.0.1-beta-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Ezequiel Fabbroni Assum committed Oct 4, 2024
1 parent 1a63c33 commit 8e5f873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cabify/eslint-config",
"version": "3.0.1-beta-6",
"version": "3.0.1-beta-7",
"description": "ESLint config for Cabify Javascript projects",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,6 @@
".": "./recommended.js"
},
"dependencies": {
"typescript-eslint": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"confusing-browser-globals": "^1.0.10",
Expand All @@ -52,7 +51,8 @@
"eslint-plugin-react": "^7.36.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0"
"globals": "^15.9.0",
"typescript-eslint": "^8.8.0"
},
"peerDependencies": {
"eslint": "9.11.0",
Expand Down

0 comments on commit 8e5f873

Please sign in to comment.