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

View File

@@ -1,8 +1,8 @@
{
"_from": "@babel/runtime@^7.3.1",
"_id": "@babel/runtime@7.4.3",
"_id": "@babel/runtime@7.7.7",
"_inBundle": false,
"_integrity": "sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==",
"_integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==",
"_location": "/@babel/runtime",
"_phantomChildren": {},
"_requested": {
@@ -19,14 +19,17 @@
"_requiredBy": [
"/i18next"
],
"_resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.3.tgz",
"_shasum": "79888e452034223ad9609187a0ad1fe0d2ad4bdc",
"_resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz",
"_shasum": "194769ca8d6d7790ec23605af9ee3e42a0aa79cf",
"_spec": "@babel/runtime@^7.3.1",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\i18next",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/i18next",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"regenerator-runtime": "^0.13.2"
@@ -34,9 +37,10 @@
"deprecated": false,
"description": "babel's modular runtime helpers",
"devDependencies": {
"@babel/helpers": "^7.4.3"
"@babel/helpers": "^7.7.4"
},
"gitHead": "508fde4009f31883f318b9e6546459ac1b086a91",
"gitHead": "12da0941c898987ae30045a9da90ed5bf58ecaf9",
"homepage": "https://babeljs.io/docs/en/next/babel-runtime",
"license": "MIT",
"name": "@babel/runtime",
"publishConfig": {
@@ -44,7 +48,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-runtime"
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-runtime"
},
"version": "7.4.3"
"version": "7.7.7"
}