Skip to content

Commit df0e55f

Browse files
committed
updated deps
1 parent 36e81fc commit df0e55f

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,51 +69,52 @@
6969
"homepage": "https://github.com/GeoTIFF/georaster-layer-for-leaflet#readme",
7070
"dependencies": {
7171
"@types/geojson": "^7946.0.13",
72-
"bbox-fns": "^0.19.0",
73-
"geo-extent": "^1.3.1",
74-
"georaster-stack": "^0.4.7",
72+
"bbox-fns": "^0.20.2",
73+
"fast-max": "^0.5.1",
74+
"fast-min": "^0.4.0",
75+
"geo-extent": "^1.5.0",
76+
"geoaffine": "^0.2.0",
77+
"georaster-stack": "^0.4.8",
7578
"geotiff-epsg-code": "^0.3.1",
7679
"geotiff-read-bbox": "^2.2.0",
77-
"geowarp": "^1.23.1",
78-
"geowarp-canvas": "^0.0.1",
80+
"geowarp": "^1.26.1",
81+
"geowarp-canvas": "^0.1.0",
7982
"memoizee": "^0.4.15",
8083
"pixel-utils": "^0.9.0",
81-
"proj4": "^2.9.2",
84+
"proj4": "^2.10.0",
8285
"proj4-collect": "^0.0.2",
8386
"proj4-fully-loaded": "^0.2.0",
8487
"proj4-merge": "^0.1.1",
85-
"regenerator-runtime": "^0.14.0",
88+
"regenerator-runtime": "^0.14.1",
8689
"snap-bbox": "^0.5.0",
8790
"spatial-reference-system": "^0.5.2",
8891
"utm-utils": "^0.6.1",
8992
"xdim": "^1.10.1"
9093
},
9194
"devDependencies": {
9295
"@babel/cli": "^7.23.4",
93-
"@babel/core": "^7.23.5",
96+
"@babel/core": "^7.23.7",
9497
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
9598
"@babel/plugin-transform-optional-chaining": "^7.23.4",
9699
"@babel/plugin-transform-template-literals": "^7.23.3",
97-
"@babel/preset-env": "^7.23.5",
100+
"@babel/preset-env": "^7.23.8",
98101
"@babel/preset-typescript": "^7.23.3",
99102
"@types/chroma-js": "^2.4.3",
100103
"@types/leaflet": "^1.9.8",
101-
"@typescript-eslint/eslint-plugin": "^6.13.2",
102-
"@typescript-eslint/parser": "^6.13.2",
104+
"@typescript-eslint/eslint-plugin": "^6.19.1",
105+
"@typescript-eslint/parser": "^6.19.1",
103106
"babel-loader": "^9.1.3",
104107
"concurrently": "^8.2.2",
105108
"envisage": "^0.1.0",
106-
"eslint": "^8.55.0",
109+
"eslint": "^8.56.0",
107110
"eslint-config-prettier": "^9.1.0",
108-
"eslint-plugin-prettier": "^5.0.1",
109-
"fast-max": "^0.4.0",
110-
"fast-min": "^0.3.0",
111+
"eslint-plugin-prettier": "^5.1.3",
111112
"geojson": "^0.5.0",
112113
"georaster": "^1.6.0",
113114
"leaflet": "^1.9.4",
114115
"mkdirp": "^3.0.1",
115116
"null-loader": "^4.0.1",
116-
"prettier": "^3.1.0",
117+
"prettier": "^3.2.4",
117118
"reproject-geojson": "^0.5.0",
118119
"rimraf": "^5.0.5",
119120
"to-canvas": "^0.2.0",

0 commit comments

Comments
 (0)