Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 25, 2024
1 parent 5122d32 commit 1dec423
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 670 deletions.
7 changes: 1 addition & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ export default [
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'import/export': 'off', // Until they fix flat config support
'n/no-unsupported-features/node-builtins': 'off',
'no-control-regex': 'off'
}
},
{
files: ['test/*.ts'],
rules: {
'n/no-unsupported-features/node-builtins': 'off'
}
}
]
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
}
],
"devDependencies": {
"@logux/eslint-config": "^53.0.1",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@logux/eslint-config": "^53.2.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"better-node-test": "^0.5.1",
"c8": "^9.1.0",
"clean-publish": "^4.4.0",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"c8": "^10.1.2",
"clean-publish": "^5.0.0",
"eslint": "^9.5.0",
"jsdom": "^24.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"size-limit": "^11.1.2",
"tsx": "^4.9.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"size-limit": "^11.1.4",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit 1dec423

Please sign in to comment.