Skip to content

Commit 9fc2c4b

Browse files
chore(deps): update linters
1 parent 35c9c0f commit 9fc2c4b

File tree

4 files changed

+284
-267
lines changed

4 files changed

+284
-267
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@babel/preset-typescript": "^7.27.1",
130130
"@commitlint/cli": "^19.8.1",
131131
"@commitlint/config-conventional": "^19.8.1",
132-
"@eslint/js": "^9.37.0",
132+
"@eslint/js": "^9.39.1",
133133
"@sanity/browserslist-config": "^1.0.5",
134134
"@sanity/pkg-utils": "^8.1.24",
135135
"@sanity/prettier-config": "^2.0.1",
@@ -155,24 +155,24 @@
155155
"cypress-real-events": "^1.14.0",
156156
"cz-conventional-changelog": "^3.3.0",
157157
"dotenv-flow": "^4.1.0",
158-
"eslint": "^9.37.0",
158+
"eslint": "^9.39.1",
159159
"eslint-config-prettier": "^10.1.8",
160160
"eslint-formatter-gha": "^1.6.0",
161-
"eslint-plugin-boundaries": "^5.0.2",
161+
"eslint-plugin-boundaries": "^5.3.0",
162162
"eslint-plugin-import": "^2.32.0",
163163
"eslint-plugin-jsx-a11y": "^6.10.2",
164164
"eslint-plugin-react": "^7.37.5",
165165
"eslint-plugin-react-hooks": "7.0.0",
166-
"eslint-plugin-react-refresh": "^0.4.23",
166+
"eslint-plugin-react-refresh": "^0.4.24",
167167
"eslint-plugin-simple-import-sort": "^12.1.1",
168-
"eslint-plugin-storybook": "^9.1.10",
168+
"eslint-plugin-storybook": "^9.1.16",
169169
"globals": "^16.3.0",
170170
"husky": "^8.0.3",
171171
"jsdom": "^26.1.0",
172172
"lint-staged": "^14.0.1",
173173
"mkdirp": "^3.0.1",
174174
"npm-run-all2": "^8.0.4",
175-
"prettier": "^3.6.2",
175+
"prettier": "^3.7.3",
176176
"prettier-plugin-packagejson": "^2.5.19",
177177
"react": "^19.2.0",
178178
"react-dom": "^19.2.0",
@@ -183,7 +183,7 @@
183183
"start-server-and-test": "^2.1.1",
184184
"tsconfig-paths": "^4.2.0",
185185
"typescript": "5.9.3",
186-
"typescript-eslint": "^8.46.0",
186+
"typescript-eslint": "^8.48.0",
187187
"vite": "^7.1.9",
188188
"vite-tsconfig-paths": "^5.1.4",
189189
"vitest": "^3.2.4",

playground/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"react-dom": "^19.2.0"
1717
},
1818
"devDependencies": {
19-
"@eslint/eslintrc": "^3.3.1",
19+
"@eslint/eslintrc": "^3.3.3",
2020
"@types/node": "^24.5.2",
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.48.0",
3030
"vite": "^7.1.9"
3131
}
3232
}

0 commit comments

Comments
 (0)