Skip to content

Commit

Permalink
chore(deps): update linters to v7 (#6192)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 973b08c commit 9b61046
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 135 deletions.
2 changes: 1 addition & 1 deletion dev/starter-next-studio/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["@sanity/eslint-config-studio", "next"]
"extends": ["@sanity/eslint-config-studio"]
}
4 changes: 0 additions & 4 deletions dev/starter-next-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"start": "next start"
},
"dependencies": {
Expand All @@ -16,8 +15,5 @@
"react-dom": "^18.2.0",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
},
"devDependencies": {
"eslint-config-next": "^14.1.3"
}
}
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
"@types/react": "^18.2.74",
"@types/semver": "^7.5.6",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"cac": "^6.7.12",
"chalk": "^4.1.2",
"depcheck": "^1.4.7",
Expand Down Expand Up @@ -157,5 +157,11 @@
"node-notifier": "^10.0.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@typescript-eslint/eslint-plugin": "$@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser": "$@typescript-eslint/parser"
}
},
"isSanityMonorepo": true
}
Loading

0 comments on commit 9b61046

Please sign in to comment.