diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-09-09 18:33:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-09 08:33:41 -0700 |
commit | bb30b592d787870adc4b4d3e5029d8dc3125f7e7 (patch) | |
tree | a9b6526d89dbbd013b71e20e65cba18503eed880 /package.json | |
parent | bbc55eb0d7e78a6c5f0a716d95872cad66fb2456 (diff) | |
download | voidsky-bb30b592d787870adc4b4d3e5029d8dc3125f7e7.tar.zst |
Remove `atob` polyfill (#9000)
* remove atob polyfill * remove base64-js as a dependency
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index aa613216d..9dac7f2d6 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,6 @@ "array.prototype.findlast": "^1.2.3", "await-lock": "^2.2.2", "babel-plugin-transform-remove-console": "^6.9.4", - "base64-js": "^1.5.1", "bcp-47": "^2.1.0", "bcp-47-match": "^2.0.3", "date-fns": "^2.30.0", |