update to state of the art

This commit is contained in:
s2
2020-10-10 15:18:01 +02:00
parent cf251a170f
commit 4cdcfd167c
1526 changed files with 48132 additions and 7268 deletions

22
node_modules/i18next/package.json generated vendored
View File

@@ -1,28 +1,28 @@
{
"_from": "i18next@19.6.2",
"_id": "i18next@19.6.2",
"_from": "i18next@latest",
"_id": "i18next@19.8.2",
"_inBundle": false,
"_integrity": "sha512-Zyd/Z32FY+sD+Eg6sLj5DeDSlrIN3WZ4onuOBRGcjDx/rvodsyUZ9TJ2Y+3aD9Vu8MPbiMU2WesIER/rs1ioyw==",
"_integrity": "sha512-YWqkUpwnmeZxbNxhQ4BENC27BlXnq4kD6NlqMUwX7T6ZN3alNnBXsWrh/8mJ37BL5cKMZaqA0k/YUo4o6rLfpA==",
"_location": "/i18next",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "tag",
"registry": true,
"raw": "i18next@19.6.2",
"raw": "i18next@latest",
"name": "i18next",
"escapedName": "i18next",
"rawSpec": "19.6.2",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "19.6.2"
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/",
"/i18next-scanner"
],
"_resolved": "https://registry.npmjs.org/i18next/-/i18next-19.6.2.tgz",
"_shasum": "859aeba46db0c7cdfa8ae3de7c3a5cad3b0cec83",
"_spec": "i18next@19.6.2",
"_resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.2.tgz",
"_shasum": "8a20ee098c4702f14aae6dee3ecc39245a6a161e",
"_spec": "i18next@latest",
"_where": "D:\\Projects\\vanillajs-seed",
"author": {
"name": "Jan Mühlemann",
@@ -145,5 +145,5 @@
"test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop.json"
},
"types": "./index.d.ts",
"version": "19.6.2"
"version": "19.8.2"
}