Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Feb 25, 2024
1 parent 87d50c3 commit a457497
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,28 @@
"homepage": "https://github.com/GeoTIFF/geotiff-tile-web-worker#readme",
"dependencies": {
"frame-worker": "^0.3.0",
"geotiff": "^2.1.1",
"geotiff-tile": "^0.19.1",
"geotiff": "^2.1.3",
"geotiff-tile": "^0.20.0",
"get-depth": "^0.0.3",
"microlink": "0.3.0",
"quick-lru": "^7.0.0",
"xdim": "^1.10.1"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/runtime": "^7.23.8",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"babel-loader": "^9.1.3",
"envisage": "^0.1.0",
"flug": "^2.7.2",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"srvd": "^0.6.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}

0 comments on commit a457497

Please sign in to comment.