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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)