We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95c69b commit 1aec34bCopy full SHA for 1aec34b
3 files changed
package.json
@@ -22,14 +22,14 @@
22
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix"
23
},
24
"devDependencies": {
25
- "@eslint/js": "^9.24.0",
26
- "@types/node": "^20.17.30",
27
- "eslint": "^9.24.0",
+ "@eslint/js": "^9.25.0",
+ "@types/node": "^22.14.1",
+ "eslint": "^9.25.0",
28
"eslint-plugin-react": "^7.37.5",
29
"globals": "^16.0.0",
30
"prettier": "^3.5.3",
31
- "replugged": "^4.9.0",
+ "replugged": "^4.9.1",
32
"typescript": "~5.8.3",
33
- "typescript-eslint": "^8.29.1"
+ "typescript-eslint": "^8.30.1"
34
}
35
0 commit comments