update deps

This commit is contained in:
s2
2019-12-20 20:02:44 +01:00
parent 14c1b72301
commit b7fa481dcb
833 changed files with 68364 additions and 18390 deletions

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

@@ -1,27 +1,28 @@
{
"_from": "i18next@^15.0.9",
"_id": "i18next@15.0.9",
"_from": "i18next@15.1.3",
"_id": "i18next@15.1.3",
"_inBundle": false,
"_integrity": "sha512-IdVj7DqErUuMbGuj2dFT431T7zKlmDci63eae6pNA/bMwgBZKT74/KnwHXE0WH7ivo2EV/LNme4pP4Yw6vB79w==",
"_integrity": "sha512-hN2DZLoRSY2h/RYeNqth5XxV4N1ekKGSJDCGhFmmuXkOCAfK5CkUG4VBv9OBXrvf93xApv0KKBVrb0zJP31EKg==",
"_location": "/i18next",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "i18next@^15.0.9",
"raw": "i18next@15.1.3",
"name": "i18next",
"escapedName": "i18next",
"rawSpec": "^15.0.9",
"rawSpec": "15.1.3",
"saveSpec": null,
"fetchSpec": "^15.0.9"
"fetchSpec": "15.1.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/i18next/-/i18next-15.0.9.tgz",
"_shasum": "42536407a921bb5a8535a4c090a26f16827a1884",
"_spec": "i18next@^15.0.9",
"_where": "F:\\projects\\vanillajs-seed",
"_resolved": "https://registry.npmjs.org/i18next/-/i18next-15.1.3.tgz",
"_shasum": "f1984cbee0e3cb00cff9008b037264289ce8840a",
"_spec": "i18next@15.1.3",
"_where": "/home/s2/Code/vanillajs-seed",
"author": {
"name": "Jan Mühlemann",
"email": "jan.muehlemann@gmail.com",
@@ -153,5 +154,5 @@
"test:typescript": "tslint --project tsconfig.json"
},
"types": "index.d.ts",
"version": "15.0.9"
"version": "15.1.3"
}