Update to browser-nativefs v0.9.0 (#1864)

This commit is contained in:
Thomas Steiner 2020-07-03 11:24:41 +02:00 committed by GitHub
parent cc52ea4ac2
commit 30cbe21a47
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

@ -3318,9 +3318,9 @@
"integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
}, },
"browser-nativefs": { "browser-nativefs": {
"version": "0.8.2", "version": "0.9.0",
"resolved": "https://registry.npmjs.org/browser-nativefs/-/browser-nativefs-0.8.2.tgz", "resolved": "https://registry.npmjs.org/browser-nativefs/-/browser-nativefs-0.9.0.tgz",
"integrity": "sha512-x1dYA6lkpaLZcvvbQ1+/SSDR9H/fbzlcnKi3BDCvEe3fr3HzV5finUMX8fJspzCmPuP7fGLVO8S3UZ8RhQseFw==" "integrity": "sha512-sDpTUjv7sn3RChz3SYzX3kJO7ongpoOnNmGuBb43IioVJlhnZiOoQIBzP+g3NyzTi+2ebbJl9gvtYMVZehfV5g=="
}, },
"browser-process-hrtime": { "browser-process-hrtime": {
"version": "1.0.0", "version": "1.0.0",

View File

@ -28,7 +28,7 @@
"@types/react": "16.9.41", "@types/react": "16.9.41",
"@types/react-dom": "16.9.8", "@types/react-dom": "16.9.8",
"@types/socket.io-client": "1.4.33", "@types/socket.io-client": "1.4.33",
"browser-nativefs": "0.8.2", "browser-nativefs": "0.9.0",
"i18next-browser-languagedetector": "5.0.0", "i18next-browser-languagedetector": "5.0.0",
"lodash.throttle": "4.1.1", "lodash.throttle": "4.1.1",
"nanoid": "2.1.11", "nanoid": "2.1.11",