Bump @nextcloud/logger from 0.1.0 to 1.0.0

Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 0.1.0 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-logger/releases)
- [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v0.1.0...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
dependabot-preview[bot] 2019-12-29 02:19:25 +00:00 committed by Roeland Jago Douma
parent 3d0eb800e8
commit d8a8d363de
No known key found for this signature in database
GPG Key ID: F941078878347C0C
12 changed files with 37 additions and 37 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

20
core/js/dist/main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -2202,18 +2202,18 @@
}
},
"@nextcloud/logger": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-0.1.0.tgz",
"integrity": "sha512-8ZI9SkuY3vRe7IoQV9J83zUf6s8UpXHsG9vH8cTLiCyQihiJ6xpdvmbBk509v6MitG7H7Nx83vygSLM1gkMnNQ==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-1.0.0.tgz",
"integrity": "sha512-/WKYWhybNoGwVpAuNiazJ1riMMGgU7RLyq5CrKw7nB2JyF1wY763tXId6yfkmtn828Aq9bUJlpU4zo2b+vNKhw==",
"requires": {
"babel-plugin-transform-class-properties": "6.24.1",
"core-js": "3.1.4"
"core-js": "3.5.0"
},
"dependencies": {
"core-js": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
"integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
"integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
}
}
},

View File

@ -31,7 +31,7 @@
"@nextcloud/event-bus": "^1.0.0",
"@nextcloud/initial-state": "^1.0.0",
"@nextcloud/l10n": "^1.0.0",
"@nextcloud/logger": "^0.1.0",
"@nextcloud/logger": "^1.0.0",
"@nextcloud/paths": "^1.0.0",
"@nextcloud/router": "^1.0.0",
"autosize": "^4.0.2",