diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-25 16:56:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-25 16:56:11 +0200 |
commit | 407eab9c954a99fa8b65c637e4b1a37920fd849e (patch) | |
tree | f12ce1b62449a753ffbb0cf6efbdba6547902bbb /client/package.json | |
parent | 8fffe21a7bc96d08b229293d66ddba576e609790 (diff) | |
download | PeerTube-407eab9c954a99fa8b65c637e4b1a37920fd849e.tar.gz PeerTube-407eab9c954a99fa8b65c637e4b1a37920fd849e.tar.zst PeerTube-407eab9c954a99fa8b65c637e4b1a37920fd849e.zip |
Upgrade dexie to avoid issue if disabling cookies on firefox
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 03d59ea58..59ee5f18b 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -63,7 +63,7 @@ | |||
63 | "codelyzer": "^4.0.2", | 63 | "codelyzer": "^4.0.2", |
64 | "core-js": "^2.4.1", | 64 | "core-js": "^2.4.1", |
65 | "css-loader": "^0.28.4", | 65 | "css-loader": "^0.28.4", |
66 | "dexie": "^2.0.3", | 66 | "dexie": "^2.0.4", |
67 | "extract-text-webpack-plugin": "4.0.0-beta.0", | 67 | "extract-text-webpack-plugin": "4.0.0-beta.0", |
68 | "file-loader": "^1.1.5", | 68 | "file-loader": "^1.1.5", |
69 | "html-webpack-plugin": "^3.2.0", | 69 | "html-webpack-plugin": "^3.2.0", |