Merge pull request #1152 from h3poteto/dependabot/npm_and_yarn/types/i18next-13.0.0

Bump @types/i18next from 12.1.0 to 13.0.0
This commit is contained in:
AkiraFukushima 2019-12-22 23:16:16 +09:00 committed by GitHub
commit d3360ebd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -3404,10 +3404,13 @@
}
},
"@types/i18next": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/@types/i18next/-/i18next-12.1.0.tgz",
"integrity": "sha512-qLyqTkp3ZKHsSoX8CNVYcTyTkxlm0aRCUpaUVetgkSlSpiNCdWryOgaYwgbO04tJIfLgBXPcy0tJ3Nl/RagllA==",
"dev": true
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/@types/i18next/-/i18next-13.0.0.tgz",
"integrity": "sha512-gp/SIShAuf4WOqi8ey0nuI7qfWaVpMNCcs/xLygrh/QTQIXmlDC1E0TtVejweNW+7SGDY7g0lyxyKZIJuCKIJw==",
"dev": true,
"requires": {
"i18next": "*"
}
},
"@types/istanbul-lib-coverage": {
"version": "1.1.0",

View File

@ -215,7 +215,7 @@
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"@types/auto-launch": "^5.0.1",
"@types/electron-json-storage": "^4.0.0",
"@types/i18next": "^12.1.0",
"@types/i18next": "^13.0.0",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.149",
"@types/nedb": "^1.8.7",