Bump browser-nativefs version to v0.2.0 (#586)

* Bump browser-nativefs version to v0.2.0

In reply to https://github.com/tomayac/browser-nativefs/issues/2.

* Update package-lock.json
This commit is contained in:
Thomas Steiner 2020-01-27 10:14:44 +01:00 committed by GitHub
parent 2363afa864
commit a862d12ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2750,9 +2750,9 @@
"integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
}, },
"browser-nativefs": { "browser-nativefs": {
"version": "0.1.1", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/browser-nativefs/-/browser-nativefs-0.1.1.tgz", "resolved": "https://registry.npmjs.org/browser-nativefs/-/browser-nativefs-0.2.0.tgz",
"integrity": "sha512-FHt/+3LutToaybxSRxt7Tpm+pU7FuHlT4b8xPjBFETTDirvYtf0q3FXXvdYrxtbW8AUX9xobqLHu/NLRQP24jA==" "integrity": "sha512-TKStaoiZCw6ZP4SaX40UuLeZm65WzzO+FEr/qv/k8pyVIi9z2dDLib/WTBfkQDOsTYauAdGgJu7Xtvhn5gXzlA=="
}, },
"browser-process-hrtime": { "browser-process-hrtime": {
"version": "0.1.3", "version": "0.1.3",

View File

@ -6,7 +6,7 @@
"not op_mini all" "not op_mini all"
], ],
"dependencies": { "dependencies": {
"browser-nativefs": "0.1.1", "browser-nativefs": "0.2.0",
"i18next": "19.0.3", "i18next": "19.0.3",
"i18next-browser-languagedetector": "4.0.1", "i18next-browser-languagedetector": "4.0.1",
"i18next-xhr-backend": "3.2.2", "i18next-xhr-backend": "3.2.2",