Skip to content

Commit 4ce9288

Browse files
committed
Update dependencies
1 parent 5e5b099 commit 4ce9288

File tree

4 files changed

+749
-1770
lines changed

4 files changed

+749
-1770
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default [
88
{
99
rules: {
1010
'@typescript-eslint/no-explicit-any': 'off',
11-
'import/export': 'off', // Until they fix flat config support
1211
'n/no-unsupported-features/node-builtins': 'off',
1312
'no-control-regex': 'off'
1413
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@
3838
}
3939
],
4040
"devDependencies": {
41-
"@logux/eslint-config": "^53.5.1",
42-
"@size-limit/preset-small-lib": "^11.1.6",
41+
"@logux/eslint-config": "^55.1.0",
42+
"@size-limit/preset-small-lib": "^11.2.0",
4343
"@types/jsdom": "^21.1.7",
44-
"@types/node": "^22.10.7",
45-
"@types/react": "^19.0.7",
46-
"@types/react-dom": "^19.0.3",
44+
"@types/node": "^22.13.10",
45+
"@types/react": "^19.0.10",
46+
"@types/react-dom": "^19.0.4",
4747
"better-node-test": "^0.7.1",
4848
"c8": "^10.1.3",
4949
"clean-publish": "^5.1.0",
50-
"eslint": "^9.18.0",
50+
"eslint": "^9.22.0",
5151
"jsdom": "^26.0.0",
5252
"react": "^19.0.0",
5353
"react-dom": "^19.0.0",
54-
"size-limit": "^11.1.6",
55-
"tsx": "^4.19.2",
56-
"typescript": "^5.7.3",
57-
"vite": "^6.0.11"
54+
"size-limit": "^11.2.0",
55+
"tsx": "^4.19.3",
56+
"typescript": "^5.8.2",
57+
"vite": "^6.2.2"
5858
},
5959
"prettier": {
6060
"arrowParens": "avoid",

0 commit comments

Comments
 (0)