Skip to content

Commit c8f24e0

Browse files
mfedderlytwelch
andauthored
Update @types/geojson to 7946.0.10 minimum (#2688)
Co-authored-by: Tim Welch <[email protected]>
1 parent 25917d8 commit c8f24e0

File tree

116 files changed

+229
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+229
-229
lines changed

.monorepolint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export default {
254254
requireDependency({
255255
options: {
256256
dependencies: {
257-
"@types/geojson": "^7946.0.0",
257+
"@types/geojson": "^7946.0.10",
258258
},
259259
},
260260
includePackages: [MAIN_PACKAGE, ...TS_PACKAGES, ...JS_PACKAGES],

packages/turf-along/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@turf/distance": "workspace:^",
6969
"@turf/helpers": "workspace:^",
7070
"@turf/invariant": "workspace:^",
71-
"@types/geojson": "^7946.0.0",
71+
"@types/geojson": "^7946.0.10",
7272
"tslib": "^2.6.2"
7373
}
7474
}

packages/turf-angle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@turf/helpers": "workspace:^",
7373
"@turf/invariant": "workspace:^",
7474
"@turf/rhumb-bearing": "workspace:^",
75-
"@types/geojson": "^7946.0.0",
75+
"@types/geojson": "^7946.0.10",
7676
"tslib": "^2.6.2"
7777
}
7878
}

packages/turf-area/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@turf/helpers": "workspace:^",
6767
"@turf/meta": "workspace:^",
68-
"@types/geojson": "^7946.0.0",
68+
"@types/geojson": "^7946.0.10",
6969
"tslib": "^2.6.2"
7070
}
7171
}

packages/turf-bbox-clip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@turf/helpers": "workspace:^",
7474
"@turf/invariant": "workspace:^",
75-
"@types/geojson": "^7946.0.0",
75+
"@types/geojson": "^7946.0.10",
7676
"tslib": "^2.6.2"
7777
}
7878
}

packages/turf-bbox-polygon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@turf/helpers": "workspace:^",
66-
"@types/geojson": "^7946.0.0",
66+
"@types/geojson": "^7946.0.10",
6767
"tslib": "^2.6.2"
6868
}
6969
}

packages/turf-bbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@turf/helpers": "workspace:^",
6767
"@turf/meta": "workspace:^",
68-
"@types/geojson": "^7946.0.0",
68+
"@types/geojson": "^7946.0.10",
6969
"tslib": "^2.6.2"
7070
}
7171
}

packages/turf-bearing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"dependencies": {
6464
"@turf/helpers": "workspace:^",
6565
"@turf/invariant": "workspace:^",
66-
"@types/geojson": "^7946.0.0",
66+
"@types/geojson": "^7946.0.10",
6767
"tslib": "^2.6.2"
6868
}
6969
}

packages/turf-bezier-spline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@turf/helpers": "workspace:^",
6868
"@turf/invariant": "workspace:^",
69-
"@types/geojson": "^7946.0.0",
69+
"@types/geojson": "^7946.0.10",
7070
"tslib": "^2.6.2"
7171
}
7272
}

packages/turf-boolean-clockwise/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@turf/helpers": "workspace:^",
7272
"@turf/invariant": "workspace:^",
73-
"@types/geojson": "^7946.0.0",
73+
"@types/geojson": "^7946.0.10",
7474
"tslib": "^2.6.2"
7575
}
7676
}

packages/turf-boolean-concave/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@turf/helpers": "workspace:^",
7171
"@turf/invariant": "workspace:^",
72-
"@types/geojson": "^7946.0.0",
72+
"@types/geojson": "^7946.0.10",
7373
"tslib": "^2.6.2"
7474
}
7575
}

packages/turf-boolean-contains/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@turf/boolean-point-on-line": "workspace:^",
7575
"@turf/helpers": "workspace:^",
7676
"@turf/invariant": "workspace:^",
77-
"@types/geojson": "^7946.0.0",
77+
"@types/geojson": "^7946.0.10",
7878
"tslib": "^2.6.2"
7979
}
8080
}

packages/turf-boolean-crosses/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@turf/invariant": "workspace:^",
7474
"@turf/line-intersect": "workspace:^",
7575
"@turf/polygon-to-line": "workspace:^",
76-
"@types/geojson": "^7946.0.0",
76+
"@types/geojson": "^7946.0.10",
7777
"tslib": "^2.6.2"
7878
}
7979
}

packages/turf-boolean-disjoint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@turf/line-intersect": "workspace:^",
7373
"@turf/meta": "workspace:^",
7474
"@turf/polygon-to-line": "workspace:^",
75-
"@types/geojson": "^7946.0.0",
75+
"@types/geojson": "^7946.0.10",
7676
"tslib": "^2.6.2"
7777
}
7878
}

packages/turf-boolean-equal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@turf/clean-coords": "workspace:^",
7575
"@turf/helpers": "workspace:^",
7676
"@turf/invariant": "workspace:^",
77-
"@types/geojson": "^7946.0.0",
77+
"@types/geojson": "^7946.0.10",
7878
"geojson-equality-ts": "^1.0.2",
7979
"tslib": "^2.6.2"
8080
}

packages/turf-boolean-intersects/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@turf/boolean-disjoint": "workspace:^",
7272
"@turf/helpers": "workspace:^",
7373
"@turf/meta": "workspace:^",
74-
"@types/geojson": "^7946.0.0",
74+
"@types/geojson": "^7946.0.10",
7575
"tslib": "^2.6.2"
7676
}
7777
}

packages/turf-boolean-overlap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@turf/line-intersect": "workspace:^",
7676
"@turf/line-overlap": "workspace:^",
7777
"@turf/meta": "workspace:^",
78-
"@types/geojson": "^7946.0.0",
78+
"@types/geojson": "^7946.0.10",
7979
"geojson-equality-ts": "^1.0.2",
8080
"tslib": "^2.6.2"
8181
}

packages/turf-boolean-parallel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@turf/helpers": "workspace:^",
7171
"@turf/line-segment": "workspace:^",
7272
"@turf/rhumb-bearing": "workspace:^",
73-
"@types/geojson": "^7946.0.0",
73+
"@types/geojson": "^7946.0.10",
7474
"tslib": "^2.6.2"
7575
}
7676
}

packages/turf-boolean-point-in-polygon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@turf/helpers": "workspace:^",
6767
"@turf/invariant": "workspace:^",
68-
"@types/geojson": "^7946.0.0",
68+
"@types/geojson": "^7946.0.10",
6969
"point-in-polygon-hao": "^1.1.0",
7070
"tslib": "^2.6.2"
7171
}

packages/turf-boolean-point-on-line/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@turf/helpers": "workspace:^",
6969
"@turf/invariant": "workspace:^",
70-
"@types/geojson": "^7946.0.0",
70+
"@types/geojson": "^7946.0.10",
7171
"tslib": "^2.6.2"
7272
}
7373
}

packages/turf-boolean-touches/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@turf/boolean-point-on-line": "workspace:^",
7676
"@turf/helpers": "workspace:^",
7777
"@turf/invariant": "workspace:^",
78-
"@types/geojson": "^7946.0.0",
78+
"@types/geojson": "^7946.0.10",
7979
"tslib": "^2.6.2"
8080
}
8181
}

packages/turf-boolean-valid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@turf/helpers": "workspace:^",
7979
"@turf/invariant": "workspace:^",
8080
"@turf/line-intersect": "workspace:^",
81-
"@types/geojson": "^7946.0.0",
81+
"@types/geojson": "^7946.0.10",
8282
"geojson-polygon-self-intersections": "^1.2.1",
8383
"tslib": "^2.6.2"
8484
}

packages/turf-boolean-within/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@turf/boolean-point-on-line": "workspace:^",
7777
"@turf/helpers": "workspace:^",
7878
"@turf/invariant": "workspace:^",
79-
"@types/geojson": "^7946.0.0",
79+
"@types/geojson": "^7946.0.10",
8080
"tslib": "^2.6.2"
8181
}
8282
}

packages/turf-buffer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@turf/jsts": "^2.7.1",
7979
"@turf/meta": "workspace:^",
8080
"@turf/projection": "workspace:^",
81-
"@types/geojson": "^7946.0.0",
81+
"@types/geojson": "^7946.0.10",
8282
"d3-geo": "1.7.1"
8383
}
8484
}

packages/turf-center-mean/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@turf/bbox": "workspace:^",
7777
"@turf/helpers": "workspace:^",
7878
"@turf/meta": "workspace:^",
79-
"@types/geojson": "^7946.0.0",
79+
"@types/geojson": "^7946.0.10",
8080
"tslib": "^2.6.2"
8181
}
8282
}

packages/turf-center-median/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@turf/distance": "workspace:^",
7474
"@turf/helpers": "workspace:^",
7575
"@turf/meta": "workspace:^",
76-
"@types/geojson": "^7946.0.0",
76+
"@types/geojson": "^7946.0.10",
7777
"tslib": "^2.6.2"
7878
}
7979
}

packages/turf-center-of-mass/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@turf/helpers": "workspace:^",
6969
"@turf/invariant": "workspace:^",
7070
"@turf/meta": "workspace:^",
71-
"@types/geojson": "^7946.0.0",
71+
"@types/geojson": "^7946.0.10",
7272
"tslib": "^2.6.2"
7373
}
7474
}

packages/turf-center/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"dependencies": {
7272
"@turf/bbox": "workspace:^",
7373
"@turf/helpers": "workspace:^",
74-
"@types/geojson": "^7946.0.0",
74+
"@types/geojson": "^7946.0.10",
7575
"tslib": "^2.6.2"
7676
}
7777
}

packages/turf-centroid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@turf/helpers": "workspace:^",
6969
"@turf/meta": "workspace:^",
70-
"@types/geojson": "^7946.0.0",
70+
"@types/geojson": "^7946.0.10",
7171
"tslib": "^2.6.2"
7272
}
7373
}

packages/turf-circle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@turf/destination": "workspace:^",
7272
"@turf/helpers": "workspace:^",
73-
"@types/geojson": "^7946.0.0",
73+
"@types/geojson": "^7946.0.10",
7474
"tslib": "^2.6.2"
7575
}
7676
}

packages/turf-clean-coords/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@turf/helpers": "workspace:^",
7171
"@turf/invariant": "workspace:^",
72-
"@types/geojson": "^7946.0.0",
72+
"@types/geojson": "^7946.0.10",
7373
"tslib": "^2.6.2"
7474
}
7575
}

packages/turf-clone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {
6767
"@turf/helpers": "workspace:^",
68-
"@types/geojson": "^7946.0.0",
68+
"@types/geojson": "^7946.0.10",
6969
"tslib": "^2.6.2"
7070
}
7171
}

packages/turf-clusters-dbscan/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@turf/distance": "workspace:^",
8282
"@turf/helpers": "workspace:^",
8383
"@turf/meta": "workspace:^",
84-
"@types/geojson": "^7946.0.0",
84+
"@types/geojson": "^7946.0.10",
8585
"rbush": "^3.0.1",
8686
"tslib": "^2.6.2"
8787
}

packages/turf-clusters-kmeans/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@turf/helpers": "workspace:^",
8282
"@turf/invariant": "workspace:^",
8383
"@turf/meta": "workspace:^",
84-
"@types/geojson": "^7946.0.0",
84+
"@types/geojson": "^7946.0.10",
8585
"skmeans": "0.9.7",
8686
"tslib": "^2.6.2"
8787
}

packages/turf-clusters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"dependencies": {
6969
"@turf/helpers": "workspace:^",
7070
"@turf/meta": "workspace:^",
71-
"@types/geojson": "^7946.0.0",
71+
"@types/geojson": "^7946.0.10",
7272
"tslib": "^2.6.2"
7373
}
7474
}

packages/turf-collect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@turf/bbox": "workspace:^",
7171
"@turf/boolean-point-in-polygon": "workspace:^",
7272
"@turf/helpers": "workspace:^",
73-
"@types/geojson": "^7946.0.0",
73+
"@types/geojson": "^7946.0.10",
7474
"rbush": "^3.0.1",
7575
"tslib": "^2.6.2"
7676
}

packages/turf-combine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@turf/helpers": "workspace:^",
6666
"@turf/meta": "workspace:^",
67-
"@types/geojson": "^7946.0.0",
67+
"@types/geojson": "^7946.0.10",
6868
"tslib": "^2.6.2"
6969
}
7070
}

packages/turf-concave/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@turf/invariant": "workspace:^",
8383
"@turf/meta": "workspace:^",
8484
"@turf/tin": "workspace:^",
85-
"@types/geojson": "^7946.0.0",
85+
"@types/geojson": "^7946.0.10",
8686
"topojson-client": "3.x",
8787
"topojson-server": "3.x",
8888
"tslib": "^2.6.2"

packages/turf-convex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@turf/helpers": "workspace:^",
6767
"@turf/meta": "workspace:^",
68-
"@types/geojson": "^7946.0.0",
68+
"@types/geojson": "^7946.0.10",
6969
"concaveman": "^1.2.1",
7070
"tslib": "^2.6.2"
7171
}

packages/turf-destination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@turf/helpers": "workspace:^",
7171
"@turf/invariant": "workspace:^",
72-
"@types/geojson": "^7946.0.0",
72+
"@types/geojson": "^7946.0.10",
7373
"tslib": "^2.6.2"
7474
}
7575
}

packages/turf-difference/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@turf/helpers": "workspace:^",
6666
"@turf/meta": "workspace:^",
67-
"@types/geojson": "^7946.0.0",
67+
"@types/geojson": "^7946.0.10",
6868
"polygon-clipping": "^0.15.3",
6969
"tslib": "^2.6.2"
7070
}

packages/turf-directional-mean/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@turf/invariant": "workspace:^",
7272
"@turf/length": "workspace:^",
7373
"@turf/meta": "workspace:^",
74-
"@types/geojson": "^7946.0.0",
74+
"@types/geojson": "^7946.0.10",
7575
"tslib": "^2.6.2"
7676
}
7777
}

packages/turf-dissolve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@turf/helpers": "workspace:^",
6969
"@turf/invariant": "workspace:^",
7070
"@turf/meta": "workspace:^",
71-
"@types/geojson": "^7946.0.0",
71+
"@types/geojson": "^7946.0.10",
7272
"polygon-clipping": "^0.15.3",
7373
"tslib": "^2.6.2"
7474
}

packages/turf-distance-weight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@turf/helpers": "workspace:^",
6969
"@turf/invariant": "workspace:^",
7070
"@turf/meta": "workspace:^",
71-
"@types/geojson": "^7946.0.0",
71+
"@types/geojson": "^7946.0.10",
7272
"tslib": "^2.6.2"
7373
}
7474
}

0 commit comments

Comments
 (0)