Skip to content

Commit

Permalink
fix: ts-eslint-plugin resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Mar 3, 2024
1 parent 9fedddc commit 7ee6aa1
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 199 deletions.
8 changes: 6 additions & 2 deletions sanity-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@
"@babel/preset-react": "7.23.3",
"@sanity/eslint-config-studio": "3.0.1",
"@types/react": "18.2.58",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"dotenv": "16.4.4",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"netlify-cli": "17.17.0",
"prettier": "3.2.4"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0"
}
}
244 changes: 47 additions & 197 deletions sanity-cms/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ee6aa1

Please sign in to comment.