We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3359f0 commit c835e6eCopy full SHA for c835e6e
package.json
@@ -48,13 +48,13 @@
48
},
49
"devDependencies": {
50
"@tanstack/react-query": "^5.59.16",
51
- "@types/bun": "^1.3.0",
+ "@types/bun": "^1.2.11",
52
"@types/lodash": "4.17.7",
53
"@types/node": "^22.9.0",
54
"@types/node-fetch": "^2.6.12",
55
"@types/parse-path": "^7.1.0",
56
"@typescript-eslint/eslint-plugin": "^6.17",
57
- "bun-types": "^1.3.0",
+ "bun-types": "^1.2.2",
58
"eslint-config-prettier": "^9.1.0",
59
"eslint-plugin-import": "^2.29.1",
60
"eslint-plugin-unused-imports": "^4.1.4",
@@ -69,5 +69,9 @@
69
"typescript": "5.5.4",
70
"typescript-eslint": "^7.17.0"
71
72
+ "engines": {
73
+ "node": ">=20.0.0",
74
+ "bun": ">=1.3.0"
75
+ },
76
"packageManager": "bun@1.3.0"
77
}
0 commit comments