Skip to content

Commit c835e6e

Browse files
committed
chore: require bun 1.3.0 locally
1 parent a3359f0 commit c835e6e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
},
4949
"devDependencies": {
5050
"@tanstack/react-query": "^5.59.16",
51-
"@types/bun": "^1.3.0",
51+
"@types/bun": "^1.2.11",
5252
"@types/lodash": "4.17.7",
5353
"@types/node": "^22.9.0",
5454
"@types/node-fetch": "^2.6.12",
5555
"@types/parse-path": "^7.1.0",
5656
"@typescript-eslint/eslint-plugin": "^6.17",
57-
"bun-types": "^1.3.0",
57+
"bun-types": "^1.2.2",
5858
"eslint-config-prettier": "^9.1.0",
5959
"eslint-plugin-import": "^2.29.1",
6060
"eslint-plugin-unused-imports": "^4.1.4",
@@ -69,5 +69,9 @@
6969
"typescript": "5.5.4",
7070
"typescript-eslint": "^7.17.0"
7171
},
72+
"engines": {
73+
"node": ">=20.0.0",
74+
"bun": ">=1.3.0"
75+
},
7276
"packageManager": "bun@1.3.0"
7377
}

0 commit comments

Comments
 (0)