Skip to content

Commit

Permalink
chore: support also node v23
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Oct 17, 2024
1 parent 5c225fa commit 0a00130
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"vitepress": "^1.4.0"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"build": "pnpm exec esbuild --bundle src/index.ts --outfile=build/slangroom.js --target=es2016 --external:fs --external:path --external:crypto && cp build/slangroom.js public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || >=22.0.0 <22.3.0 || ^22.4.0"
"node": "^18.20.0 || ^20.10.0 || >=22.0.0 <22.3.0 || ^22.4.0 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/ignored/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/pocketbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@types/qrcode": "^1.5.5"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/timestamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}
2 changes: 1 addition & 1 deletion pkg/zencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^22"
"node": "^18.20.0 || ^20.10.0 || ^22 || ^23"
}
}

0 comments on commit 0a00130

Please sign in to comment.