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:
commit
d3360ebd70
|
@ -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",
|
||||
|
|
|
@ -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