Bump @types/i18next from 12.1.0 to 13.0.0
Bumps [@types/i18next](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/i18next) from 12.1.0 to 13.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/i18next) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
80f978b7e9
commit
68954acbf6
|
@ -3409,10 +3409,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",
|
||||
|
@ -6562,7 +6565,7 @@
|
|||
"dependencies": {
|
||||
"resolve": {
|
||||
"version": "1.1.7",
|
||||
"resolved": "http://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
|
||||
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
|
||||
"integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
|
||||
"dev": true
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue