Skip to content

Commit

Permalink
Make @types/brotli also optional (#3152)
Browse files Browse the repository at this point in the history
  • Loading branch information
newyankeecodeshop authored Nov 1, 2024
1 parent 5971cb8 commit 3ab47cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/compression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"dependencies": {
"@loaders.gl/loader-utils": "4.4.0-alpha.0",
"@loaders.gl/worker-utils": "4.4.0-alpha.0",
"@types/brotli": "^1.3.0",
"@types/pako": "^1.0.1",
"fflate": "0.7.4",
"lzo-wasm": "^0.0.4",
"pako": "1.0.11",
"snappyjs": "^0.6.1"
},
"optionalDependencies": {
"@types/brotli": "^1.3.0",
"brotli": "^1.3.2",
"lz4js": "^0.2.0",
"zstd-codec": "^0.1"
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4761,6 +4761,8 @@ __metadata:
peerDependencies:
"@loaders.gl/core": 4.4.0-alpha.0
dependenciesMeta:
"@types/brotli":
optional: true
brotli:
optional: true
lz4js:
Expand Down

0 comments on commit 3ab47cd

Please sign in to comment.