File tree Expand file tree Collapse file tree 10 files changed +85
-63
lines changed
bun-package-manager-basic
bun-package-manager-versioned
bun-package-manager-with-deps Expand file tree Collapse file tree 10 files changed +85
-63
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 31
31
"typecheck" : " bun --bun tsc --noEmit"
32
32
},
33
33
"devDependencies" : {
34
- "@stacksjs/bumpx" : " ^0.1.17 " ,
34
+ "@stacksjs/bumpx" : " ^0.1.38 " ,
35
35
"@stacksjs/docs" : " ^0.70.23" ,
36
36
"@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
37
37
"@stacksjs/gitlint" : " ^0.1.5" ,
38
38
"@stacksjs/launchpad" : " workspace:*" ,
39
- "@stacksjs/logsmith" : " ^0.1.8 " ,
40
- "@types/bun" : " ^1.2.20 " ,
39
+ "@stacksjs/logsmith" : " ^0.1.15 " ,
40
+ "@types/bun" : " ^1.2.21 " ,
41
41
"buddy-bot" : " ^0.8.10" ,
42
42
"bun-git-hooks" : " ^0.2.19" ,
43
43
"bun-plugin-dtsx" : " 0.9.5" ,
Original file line number Diff line number Diff line change 38
38
},
39
39
"devDependencies" : {
40
40
"bun-plugin-dtsx" : " ^0.9.5" ,
41
- "typescript" : " ^5.8.3 "
41
+ "typescript" : " ^5.9.2 "
42
42
}
43
43
}
Original file line number Diff line number Diff line change 64
64
"typecheck" : " bun --bun tsc --noEmit --skipLibCheck"
65
65
},
66
66
"dependencies" : {
67
- "bunfig" : " ^0.11 .1" ,
67
+ "bunfig" : " ^0.14 .1" ,
68
68
"cac" : " ^6.7.14" ,
69
- "ts-pkgx" : " ^0.4.51 "
69
+ "ts-pkgx" : " ^0.4.53 "
70
70
},
71
71
"devDependencies" : {
72
72
"bun-plugin-dtsx" : " 0.9.5"
Original file line number Diff line number Diff line change 4
4
"" : {
5
5
"name" : " bun-package-manager-basic" ,
6
6
"dependencies" : {
7
- "express" : " ^4.18.0 " ,
7
+ "express" : " ^4.21.2 " ,
8
8
},
9
9
"devDependencies" : {
10
- "@types/express" : " ^4.17.0 " ,
11
- "eslint" : " 8" ,
10
+ "@types/express" : " ^4.17.23 " ,
11
+ "eslint" : " 8.57.1 " ,
12
12
},
13
13
},
14
14
},
Original file line number Diff line number Diff line change 9
9
"test" : " echo 'Testing with Bun!'"
10
10
},
11
11
"dependencies" : {
12
- "express" : " ^4.18.0 "
12
+ "express" : " ^4.21.2 "
13
13
},
14
14
"devDependencies" : {
15
- "@types/express" : " ^4.17.0 " ,
16
- "eslint" : " 8"
15
+ "@types/express" : " ^4.17.23 " ,
16
+ "eslint" : " 8.57.1 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 10
10
"lint" : " bunx eslint src/ --fix"
11
11
},
12
12
"dependencies" : {
13
- "fastify" : " ^4.0.0 "
13
+ "fastify" : " ^4.29.1 "
14
14
},
15
15
"devDependencies" : {
16
- "@types/node" : " ^20.0.0 " ,
17
- "eslint" : " ^8.0.0 "
16
+ "@types/node" : " ^20.19.11 " ,
17
+ "eslint" : " ^8.57.1 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change 12
12
"test" : " bun test"
13
13
},
14
14
"dependencies" : {
15
- "next" : " ^14.0.0 " ,
16
- "react" : " ^18.0.0 " ,
17
- "react-dom" : " ^18.0.0 "
15
+ "next" : " ^14.2.32 " ,
16
+ "react" : " ^18.3.1 " ,
17
+ "react-dom" : " ^18.3.1 "
18
18
},
19
19
"devDependencies" : {
20
- "@types/node" : " ^20.0.0 " ,
21
- "@types/react" : " ^18.0.0 " ,
22
- "eslint" : " ^8.0.0 " ,
23
- "eslint-config-next" : " ^14.0.0 " ,
24
- "prettier" : " ^3.0.0 " ,
25
- "typescript" : " ^5.0.0 "
20
+ "@types/node" : " ^20.19.11 " ,
21
+ "@types/react" : " ^18.3.24 " ,
22
+ "eslint" : " ^8.57.1 " ,
23
+ "eslint-config-next" : " ^14.2.32 " ,
24
+ "prettier" : " ^3.6.2 " ,
25
+ "typescript" : " ^5.9.2 "
26
26
}
27
27
}
Original file line number Diff line number Diff line change 4
4
"packageManager" : " bun" ,
5
5
"description" : " Test environment for Bun package manager with conflicting Node.js engines" ,
6
6
"engines" : {
7
- "node" : " >=18.0.0 " ,
8
- "npm" : " >=9.0.0 "
7
+ "node" : " >=18.20.8 " ,
8
+ "npm" : " >=9.9.4 "
9
9
},
10
10
"volta" : {
11
- "node" : " 20.10.0 " ,
12
- "npm" : " 10.2 .3"
11
+ "node" : " 20.19.4 " ,
12
+ "npm" : " 10.9 .3"
13
13
},
14
14
"scripts" : {
15
15
"dev" : " echo 'Should use Bun, not Node!'" ,
16
16
"test" : " echo 'Testing with Bun!'" ,
17
17
"check-runtime" : " bunx node --version"
18
18
},
19
19
"dependencies" : {
20
- "lodash" : " ^4.17.0 "
20
+ "lodash" : " ^4.17.21 "
21
21
},
22
22
"devDependencies" : {
23
- "eslint" : " ^8.0.0 "
23
+ "eslint" : " ^8.57.1 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 4
4
"packageManager" :
" [email protected] " ,
5
5
"description" : " Test environment for Bun and Node.js coexistence" ,
6
6
"engines" : {
7
- "node" : " >=20.0.0 " ,
8
- "npm" : " >=9.0.0 "
7
+ "node" : " >=20.19.4 " ,
8
+ "npm" : " >=9.9.4 "
9
9
},
10
10
"scripts" : {
11
11
"dev" : " echo 'Testing Bun + Node.js coexistence'" ,
14
14
"test-npm" : " npm --version"
15
15
},
16
16
"dependencies" : {
17
- "lodash" : " ^4.17.0 "
17
+ "lodash" : " ^4.17.21 "
18
18
},
19
19
"devDependencies" : {
20
- "typescript" : " ^5.0.0 "
20
+ "typescript" : " ^5.9.2 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments