Skip to content

Commit

Permalink
updated geotiff-tile and babel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Nov 12, 2023
1 parent 6a508a9 commit 32c552d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"dependencies": {
"frame-worker": "^0.3.0",
"geotiff": "^2.1.0",
"geotiff-tile": "^0.18.0",
"geotiff-tile": "^0.18.1",
"get-depth": "^0.0.3",
"microlink": "^0.1.1",
"quick-lru": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3",
"@babel/plugin-transform-optional-chaining": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/runtime": "^7.23.2",
Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@

const params = {
url: "./data/gadas.tif",
bbox: [64, 64, 512, 256],
bbox: [64, 128, 512, 320],
bbox_srs: "simple",
debug_level: 0,
method: "near",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const config = {
}
]
],
plugins: ["@babel/plugin-transform-runtime", "@babel/plugin-proposal-nullish-coalescing-operator", "@babel/plugin-proposal-optional-chaining"],
plugins: ["@babel/plugin-transform-runtime", "@babel/plugin-transform-nullish-coalescing-operator", "@babel/plugin-transform-optional-chaining"],
// prevent https://github.com/babel/babel/issues/12731
sourceType: "unambiguous"
}
Expand Down

0 comments on commit 32c552d

Please sign in to comment.