Skip to content

Commit ee705eb

Browse files
chore(deps): update linters
1 parent 02f886d commit ee705eb

File tree

4 files changed

+199
-200
lines changed

4 files changed

+199
-200
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@babel/preset-typescript": "^7.27.1",
131131
"@commitlint/cli": "^19.8.1",
132132
"@commitlint/config-conventional": "^19.8.1",
133-
"@eslint/js": "^9.37.0",
133+
"@eslint/js": "^9.39.1",
134134
"@sanity/browserslist-config": "^1.0.5",
135135
"@sanity/pkg-utils": "^8.1.24",
136136
"@sanity/prettier-config": "^2.0.1",
@@ -156,17 +156,17 @@
156156
"cypress-real-events": "^1.14.0",
157157
"cz-conventional-changelog": "^3.3.0",
158158
"dotenv-flow": "^4.1.0",
159-
"eslint": "^9.37.0",
159+
"eslint": "^9.39.1",
160160
"eslint-config-prettier": "^10.1.8",
161161
"eslint-formatter-gha": "^1.6.0",
162-
"eslint-plugin-boundaries": "^5.0.2",
162+
"eslint-plugin-boundaries": "^5.1.0",
163163
"eslint-plugin-import": "^2.32.0",
164164
"eslint-plugin-jsx-a11y": "^6.10.2",
165165
"eslint-plugin-react": "^7.37.5",
166166
"eslint-plugin-react-hooks": "7.0.0",
167-
"eslint-plugin-react-refresh": "^0.4.23",
167+
"eslint-plugin-react-refresh": "^0.4.24",
168168
"eslint-plugin-simple-import-sort": "^12.1.1",
169-
"eslint-plugin-storybook": "^9.1.10",
169+
"eslint-plugin-storybook": "^9.1.16",
170170
"globals": "^16.3.0",
171171
"husky": "^8.0.3",
172172
"jsdom": "^26.1.0",
@@ -184,7 +184,7 @@
184184
"start-server-and-test": "^2.1.1",
185185
"tsconfig-paths": "^4.2.0",
186186
"typescript": "5.9.3",
187-
"typescript-eslint": "^8.46.0",
187+
"typescript-eslint": "^8.46.3",
188188
"vite": "^7.1.9",
189189
"vite-tsconfig-paths": "^5.1.4",
190190
"vitest": "^3.2.4",

playground/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@types/react": "^19.2.2",
2222
"@types/react-dom": "^19.2.1",
2323
"@vanilla-extract/next-plugin": "^2.4.14",
24-
"eslint": "^9.37.0",
25-
"eslint-config-next": "15.5.4",
24+
"eslint": "^9.39.1",
25+
"eslint-config-next": "15.5.6",
2626
"typescript": "^5.9.3"
2727
}
2828
}

playground/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"react-dom": "^19.2.0"
1717
},
1818
"devDependencies": {
19-
"@eslint/js": "^9.37.0",
19+
"@eslint/js": "^9.39.1",
2020
"@types/react": "^19.2.2",
2121
"@types/react-dom": "^19.2.1",
2222
"@vanilla-extract/vite-plugin": "^5.1.1",
2323
"@vitejs/plugin-react": "^5.0.4",
24-
"eslint": "^9.37.0",
24+
"eslint": "^9.39.1",
2525
"eslint-plugin-react-hooks": "7.0.0",
26-
"eslint-plugin-react-refresh": "^0.4.23",
26+
"eslint-plugin-react-refresh": "^0.4.24",
2727
"globals": "^16.3.0",
2828
"typescript": "~5.9.3",
29-
"typescript-eslint": "^8.46.0",
29+
"typescript-eslint": "^8.46.3",
3030
"vite": "^7.1.9"
3131
}
3232
}

0 commit comments

Comments
 (0)