Skip to content

Commit 0fc5fde

Browse files
chore(deps): update node.js to v22
1 parent fed5734 commit 0fc5fde

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

bun.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
"@types/bun": "latest",
1818
},
1919
},
20+
"packages/create-zyte": {
21+
"name": "create-zyte",
22+
"version": "0.0.1",
23+
"bin": {
24+
"create-zyte": "./bin/cli.ts",
25+
},
26+
"dependencies": {
27+
"@stacksjs/clapp": "^0.2.0",
28+
},
29+
"devDependencies": {
30+
"@types/bun": "latest",
31+
},
32+
},
2033
"packages/examples-ts": {
2134
"name": "ts-zyte-examples",
2235
"version": "0.0.1",
@@ -96,6 +109,8 @@
96109

97110
"commander": ["[email protected]", "", {}, "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="],
98111

112+
"create-zyte": ["create-zyte@workspace:packages/create-zyte"],
113+
99114
"csstype": ["[email protected]", "", {}, "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="],
100115

101116
"debug": ["[email protected]", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="],

packages/create-zyte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/bun": "latest"
4545
},
4646
"engines": {
47-
"node": ">=18.0.0",
47+
"node": ">=22.21.0",
4848
"bun": ">=1.0.0"
4949
}
5050
}

0 commit comments

Comments
 (0)