diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2021-02-06 18:55:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-06 18:55:53 +0900 |
| commit | 40bfa3ef0407f83484031bfe74dcecb149c202a0 (patch) | |
| tree | 8128fa49e2041e00f6b130cb150f6571cf2a5ec7 /package.json | |
| parent | Resolve #7096 (diff) | |
| download | misskey-40bfa3ef0407f83484031bfe74dcecb149c202a0.tar.gz misskey-40bfa3ef0407f83484031bfe74dcecb149c202a0.tar.bz2 misskey-40bfa3ef0407f83484031bfe74dcecb149c202a0.zip | |
Resurrect Service Worker (#7108)
* Resolve #7106
* fix lint
* fix lint
* save lang in idb
* fix lint
* fix
* cache locale file
* fix lint
* :v:
* wip
* fix [wip]
* fix [wip]
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 64cefa16b5..569ed26ea1 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,6 @@ "css-loader": "5.0.1", "cssnano": "4.1.10", "dateformat": "4.5.1", - "deep-entries": "3.1.0", "diskusage": "1.1.3", "double-ended-queue": "2.1.0-0", "escape-regexp": "0.0.1", @@ -155,6 +154,7 @@ "http-proxy-agent": "4.0.1", "http-signature": "1.3.5", "https-proxy-agent": "5.0.0", + "idb-keyval": "5.0.1", "insert-text-at-cursor": "0.3.0", "is-root": "2.1.0", "is-svg": "4.2.1", |