Skip to content

Commit 73310a7

Browse files
chore(deps): update linters (#1306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4676601 commit 73310a7

File tree

3 files changed

+142
-153
lines changed

3 files changed

+142
-153
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prettier": "@sanity/prettier-config",
1313
"devDependencies": {
1414
"@sanity/prettier-config": "^1.0.2",
15-
"prettier": "^3.3.1",
15+
"prettier": "^3.3.3",
1616
"turbo": "1.13.4"
1717
},
1818
"packageManager": "[email protected]",

packages/preview-kit/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@
9797
"@types/react": "^18.3.3",
9898
"@types/react-dom": "^18.3.0",
9999
"@types/use-sync-external-store": "^0.0.6",
100-
"@typescript-eslint/eslint-plugin": "^7.12.0",
101-
"@typescript-eslint/parser": "^7.12.0",
100+
"@typescript-eslint/eslint-plugin": "^7.18.0",
101+
"@typescript-eslint/parser": "^7.18.0",
102102
"@vercel/stega": "0.1.2",
103103
"@vitest/coverage-v8": "^1.6.0",
104104
"eslint": "^8.57.0",
105105
"eslint-config-prettier": "^9.1.0",
106106
"eslint-gitignore": "^0.1.0",
107-
"eslint-plugin-prettier": "^5.1.3",
108-
"eslint-plugin-react": "^7.34.2",
107+
"eslint-plugin-prettier": "^5.2.1",
108+
"eslint-plugin-react": "^7.35.0",
109109
"eslint-plugin-react-hooks": "^4.6.2",
110-
"eslint-plugin-simple-import-sort": "^12.1.0",
110+
"eslint-plugin-simple-import-sort": "^12.1.1",
111111
"lru-cache": "10.2.2",
112112
"react": "^18.3.1",
113113
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)