Skip to content

Commit 9a880e6

Browse files
committed
Drop support for EOL Node 18, bump all dependencies
1 parent a88e232 commit 9a880e6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: ['18', '20', '22']
19+
node-version: ['20', '22']
2020

2121
steps:
2222
- uses: actions/checkout@v4

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@
4040
"dependencies": {
4141
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
4242
"@mapbox/geojson-area": "^0.2.2",
43-
"@rapideditor/country-coder": "^5.3.1",
43+
"@rapideditor/country-coder": "^5.4.0",
4444
"circle-to-polygon": "^2.2.0",
4545
"geojson-precision": "^1.0.0",
46-
"polyclip-ts": "~0.16.7"
46+
"polyclip-ts": "~0.16.8"
4747
},
4848
"devDependencies": {
4949
"c8": "^10.1.3",
50-
"esbuild": "^0.24.0",
51-
"eslint": "^9.17.0",
52-
"globals": "^15.13.0",
50+
"esbuild": "^0.25.3",
51+
"eslint": "^9.25.1",
52+
"globals": "^16.0.0",
5353
"npm-run-all": "^4.1.5",
54-
"shx": "^0.3.4"
54+
"shx": "^0.4.0"
5555
},
5656
"publishConfig": {
5757
"access": "public"
5858
},
5959
"engines": {
60-
"node": ">=18"
60+
"node": ">=20"
6161
}
6262
}

0 commit comments

Comments
 (0)