v7.10.0
This commit is contained in:
parent
a06e8e5dd0
commit
5da2440adf
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/cli",
|
"name": "@babel/cli",
|
||||||
"version": "7.8.4",
|
"version": "7.10.0",
|
||||||
"description": "Babel command line.",
|
"description": "Babel command line.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.4",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-fixtures": "^7.8.3",
|
"@babel/helper-fixtures": "^7.8.3",
|
||||||
"rimraf": "^3.0.0"
|
"rimraf": "^3.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/compat-data",
|
"name": "@babel/compat-data",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "",
|
"description": "",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"semver": "^5.5.0"
|
"semver": "^5.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-compilation-targets": "^7.9.6",
|
"@babel/helper-compilation-targets": "^7.10.0",
|
||||||
"caniuse-db": "1.0.30001035",
|
"caniuse-db": "1.0.30001035",
|
||||||
"electron-to-chromium": "1.3.377",
|
"electron-to-chromium": "1.3.377",
|
||||||
"lodash": "^4.17.15"
|
"lodash": "^4.17.15"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/core",
|
"name": "@babel/core",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Babel compiler core.",
|
"description": "Babel compiler core.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
@ -40,13 +40,13 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.8.3",
|
"@babel/code-frame": "^7.8.3",
|
||||||
"@babel/generator": "^7.9.6",
|
"@babel/generator": "^7.10.0",
|
||||||
"@babel/helper-module-transforms": "^7.9.0",
|
"@babel/helper-module-transforms": "^7.9.0",
|
||||||
"@babel/helpers": "^7.9.6",
|
"@babel/helpers": "^7.10.0",
|
||||||
"@babel/parser": "^7.9.6",
|
"@babel/parser": "^7.10.0",
|
||||||
"@babel/template": "^7.8.6",
|
"@babel/template": "^7.10.0",
|
||||||
"@babel/traverse": "^7.9.6",
|
"@babel/traverse": "^7.10.0",
|
||||||
"@babel/types": "^7.9.6",
|
"@babel/types": "^7.10.0",
|
||||||
"convert-source-map": "^1.7.0",
|
"convert-source-map": "^1.7.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"gensync": "^1.0.0-beta.1",
|
"gensync": "^1.0.0-beta.1",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Turns an AST into code.",
|
"description": "Turns an AST into code.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -14,13 +14,13 @@
|
|||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "^7.9.6",
|
"@babel/types": "^7.10.0",
|
||||||
"jsesc": "^2.5.1",
|
"jsesc": "^2.5.1",
|
||||||
"lodash": "^4.17.13",
|
"lodash": "^4.17.13",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-fixtures": "^7.8.6",
|
"@babel/helper-fixtures": "^7.8.6",
|
||||||
"@babel/parser": "^7.9.6"
|
"@babel/parser": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-compilation-targets",
|
"name": "@babel/helper-compilation-targets",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Engine compat data used in @babel/preset-env",
|
"description": "Engine compat data used in @babel/preset-env",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "^7.9.6",
|
"@babel/compat-data": "^7.10.0",
|
||||||
"browserslist": "^4.12.0",
|
"browserslist": "^4.12.0",
|
||||||
"invariant": "^2.2.4",
|
"invariant": "^2.2.4",
|
||||||
"levenary": "^1.1.1",
|
"levenary": "^1.1.1",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"@babel/core": "^7.0.0"
|
"@babel/core": "^7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-create-class-features-plugin",
|
"name": "@babel/helper-create-class-features-plugin",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||||
@ -15,17 +15,17 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-function-name": "^7.9.5",
|
"@babel/helper-function-name": "^7.9.5",
|
||||||
"@babel/helper-member-expression-to-functions": "^7.8.3",
|
"@babel/helper-member-expression-to-functions": "^7.10.0",
|
||||||
"@babel/helper-optimise-call-expression": "^7.8.3",
|
"@babel/helper-optimise-call-expression": "^7.10.0",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3",
|
"@babel/helper-plugin-utils": "^7.8.3",
|
||||||
"@babel/helper-replace-supers": "^7.9.6",
|
"@babel/helper-replace-supers": "^7.10.0",
|
||||||
"@babel/helper-split-export-declaration": "^7.8.3"
|
"@babel/helper-split-export-declaration": "^7.8.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0"
|
"@babel/core": "^7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-member-expression-to-functions",
|
"name": "@babel/helper-member-expression-to-functions",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Helper function to replace certain member expressions with function calls",
|
"description": "Helper function to replace certain member expressions with function calls",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,6 +10,6 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Justin Ridgewell <justin@ridgewell.name>",
|
"author": "Justin Ridgewell <justin@ridgewell.name>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "^7.8.3"
|
"@babel/types": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-optimise-call-expression",
|
"name": "@babel/helper-optimise-call-expression",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Helper function to optimise call expression",
|
"description": "Helper function to optimise call expression",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,6 +9,6 @@
|
|||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "^7.8.3"
|
"@babel/types": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-replace-supers",
|
"name": "@babel/helper-replace-supers",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Helper function to replace supers",
|
"description": "Helper function to replace supers",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-member-expression-to-functions": "^7.8.3",
|
"@babel/helper-member-expression-to-functions": "^7.10.0",
|
||||||
"@babel/helper-optimise-call-expression": "^7.8.3",
|
"@babel/helper-optimise-call-expression": "^7.10.0",
|
||||||
"@babel/traverse": "^7.9.6",
|
"@babel/traverse": "^7.10.0",
|
||||||
"@babel/types": "^7.9.6"
|
"@babel/types": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helpers",
|
"name": "@babel/helpers",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Collection of helper functions used by Babel transforms.",
|
"description": "Collection of helper functions used by Babel transforms.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -11,9 +11,9 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/template": "^7.8.3",
|
"@babel/template": "^7.10.0",
|
||||||
"@babel/traverse": "^7.9.6",
|
"@babel/traverse": "^7.10.0",
|
||||||
"@babel/types": "^7.9.6"
|
"@babel/types": "^7.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "A JavaScript parser",
|
"description": "A JavaScript parser",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-decorators",
|
"name": "@babel/plugin-proposal-decorators",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"decorators"
|
"decorators"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-create-class-features-plugin": "^7.8.3",
|
"@babel/helper-create-class-features-plugin": "^7.10.0",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3",
|
"@babel/helper-plugin-utils": "^7.8.3",
|
||||||
"@babel/plugin-syntax-decorators": "^7.8.3"
|
"@babel/plugin-syntax-decorators": "^7.8.3"
|
||||||
},
|
},
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-json-strings",
|
"name": "@babel/plugin-proposal-json-strings",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
|
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-logical-assignment-operators",
|
"name": "@babel/plugin-proposal-logical-assignment-operators",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Transforms logical assignment operators into short-circuited assignments",
|
"description": "Transforms logical assignment operators into short-circuited assignments",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-logical-assignment-operators",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-logical-assignment-operators",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3",
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
||||||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Compile object rest and spread to ES5",
|
"description": "Compile object rest and spread to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-optional-chaining",
|
"name": "@babel/plugin-proposal-optional-chaining",
|
||||||
"version": "7.9.0",
|
"version": "7.10.0",
|
||||||
"description": "Transform optional chaining operators into a series of nil checks",
|
"description": "Transform optional chaining operators into a series of nil checks",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -19,8 +19,8 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3",
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
||||||
"@babel/plugin-transform-block-scoping": "^7.8.3"
|
"@babel/plugin-transform-block-scoping": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-private-property-in-object",
|
"name": "@babel/plugin-proposal-private-property-in-object",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "This plugin transforms checks for a private property in an object",
|
"description": "This plugin transforms checks for a private property in an object",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-property-in-object",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-property-in-object",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -12,14 +12,14 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-create-class-features-plugin": "^7.8.3",
|
"@babel/helper-create-class-features-plugin": "^7.10.0",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3"
|
"@babel/helper-plugin-utils": "^7.8.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-module-attributes",
|
"name": "@babel/plugin-syntax-module-attributes",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Allow parsing of the module attributes in the import statement",
|
"description": "Allow parsing of the module attributes in the import statement",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-module-attributes",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-module-attributes",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -18,6 +18,6 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3"
|
"@babel/core": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-block-scoping",
|
"name": "@babel/plugin-transform-block-scoping",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-destructuring",
|
"name": "@babel/plugin-transform-destructuring",
|
||||||
"version": "7.9.5",
|
"version": "7.10.0",
|
||||||
"description": "Compile ES2015 destructuring to ES5",
|
"description": "Compile ES2015 destructuring to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-flow-comments",
|
"name": "@babel/plugin-transform-flow-comments",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Turn flow type annotations into comments",
|
"description": "Turn flow type annotations into comments",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/generator": "^7.8.3",
|
"@babel/generator": "^7.10.0",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3",
|
"@babel/helper-plugin-utils": "^7.8.3",
|
||||||
"@babel/plugin-syntax-flow": "^7.8.3"
|
"@babel/plugin-syntax-flow": "^7.8.3"
|
||||||
},
|
},
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-for-of",
|
"name": "@babel/plugin-transform-for-of",
|
||||||
"version": "7.9.0",
|
"version": "7.10.0",
|
||||||
"description": "Compile ES2015 for...of to ES5",
|
"description": "Compile ES2015 for...of to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-modules-systemjs",
|
"name": "@babel/plugin-transform-modules-systemjs",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "This plugin transforms ES2015 modules to SystemJS",
|
"description": "This plugin transforms ES2015 modules to SystemJS",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3",
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-react-jsx-source",
|
"name": "@babel/plugin-transform-react-jsx-source",
|
||||||
"version": "7.9.0",
|
"version": "7.10.0",
|
||||||
"description": "Add a __source prop to all JSX Elements",
|
"description": "Add a __source prop to all JSX Elements",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-react-pure-annotations",
|
"name": "@babel/plugin-transform-react-pure-annotations",
|
||||||
"version": "7.9.4",
|
"version": "7.10.0",
|
||||||
"description": "Mark top-level React method calls as pure for tree shaking",
|
"description": "Mark top-level React method calls as pure for tree shaking",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-pure",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-pure",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-runtime",
|
"name": "@babel/plugin-transform-runtime",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -25,13 +25,13 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3",
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
||||||
"@babel/helpers": "^7.9.6",
|
"@babel/helpers": "^7.10.0",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.8.3",
|
"@babel/plugin-transform-typeof-symbol": "^7.8.3",
|
||||||
"@babel/preset-env": "^7.9.6",
|
"@babel/preset-env": "^7.10.0",
|
||||||
"@babel/runtime": "^7.9.6",
|
"@babel/runtime": "^7.10.0",
|
||||||
"@babel/template": "^7.8.3",
|
"@babel/template": "^7.10.0",
|
||||||
"@babel/types": "^7.9.6"
|
"@babel/types": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-spread",
|
"name": "@babel/plugin-transform-spread",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Compile ES2015 spread to ES5",
|
"description": "Compile ES2015 spread to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-spread",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-spread",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-typescript",
|
"name": "@babel/plugin-transform-typescript",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Transform TypeScript into ES.next",
|
"description": "Transform TypeScript into ES.next",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"typescript"
|
"typescript"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-create-class-features-plugin": "^7.9.6",
|
"@babel/helper-create-class-features-plugin": "^7.10.0",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3",
|
"@babel/helper-plugin-utils": "^7.8.3",
|
||||||
"@babel/plugin-syntax-typescript": "^7.8.3"
|
"@babel/plugin-syntax-typescript": "^7.8.3"
|
||||||
},
|
},
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-unicode-escapes",
|
"name": "@babel/plugin-transform-unicode-escapes",
|
||||||
"version": "7.8.3",
|
"version": "7.10.0",
|
||||||
"description": "Compile ES2015 Unicode escapes to ES5",
|
"description": "Compile ES2015 Unicode escapes to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-escapes",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-escapes",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "A Babel preset for each environment.",
|
"description": "A Babel preset for each environment.",
|
||||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -11,22 +11,23 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-env",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-env",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "^7.9.6",
|
"@babel/compat-data": "^7.10.0",
|
||||||
"@babel/helper-compilation-targets": "^7.9.6",
|
"@babel/helper-compilation-targets": "^7.10.0",
|
||||||
"@babel/helper-module-imports": "^7.8.3",
|
"@babel/helper-module-imports": "^7.8.3",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3",
|
"@babel/helper-plugin-utils": "^7.8.3",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
|
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||||
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
|
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
|
||||||
"@babel/plugin-proposal-json-strings": "^7.8.3",
|
"@babel/plugin-proposal-json-strings": "^7.10.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
||||||
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
|
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
"@babel/plugin-proposal-object-rest-spread": "^7.10.0",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
|
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
"@babel/plugin-proposal-optional-chaining": "^7.10.0",
|
||||||
"@babel/plugin-proposal-private-methods": "^7.8.3",
|
"@babel/plugin-proposal-private-methods": "^7.8.3",
|
||||||
"@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
|
"@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
|
||||||
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
||||||
|
"@babel/plugin-syntax-class-properties": "^7.8.3",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
||||||
"@babel/plugin-syntax-json-strings": "^7.8.0",
|
"@babel/plugin-syntax-json-strings": "^7.8.0",
|
||||||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
|
||||||
@ -34,25 +35,24 @@
|
|||||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
||||||
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
||||||
"@babel/plugin-syntax-optional-chaining": "^7.8.0",
|
"@babel/plugin-syntax-optional-chaining": "^7.8.0",
|
||||||
"@babel/plugin-syntax-class-properties": "^7.8.3",
|
|
||||||
"@babel/plugin-syntax-top-level-await": "^7.8.3",
|
"@babel/plugin-syntax-top-level-await": "^7.8.3",
|
||||||
"@babel/plugin-transform-arrow-functions": "^7.8.3",
|
"@babel/plugin-transform-arrow-functions": "^7.8.3",
|
||||||
"@babel/plugin-transform-async-to-generator": "^7.8.3",
|
"@babel/plugin-transform-async-to-generator": "^7.8.3",
|
||||||
"@babel/plugin-transform-block-scoped-functions": "^7.8.3",
|
"@babel/plugin-transform-block-scoped-functions": "^7.8.3",
|
||||||
"@babel/plugin-transform-block-scoping": "^7.8.3",
|
"@babel/plugin-transform-block-scoping": "^7.10.0",
|
||||||
"@babel/plugin-transform-classes": "^7.9.5",
|
"@babel/plugin-transform-classes": "^7.9.5",
|
||||||
"@babel/plugin-transform-computed-properties": "^7.8.3",
|
"@babel/plugin-transform-computed-properties": "^7.8.3",
|
||||||
"@babel/plugin-transform-destructuring": "^7.9.5",
|
"@babel/plugin-transform-destructuring": "^7.10.0",
|
||||||
"@babel/plugin-transform-dotall-regex": "^7.8.3",
|
"@babel/plugin-transform-dotall-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
|
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
|
||||||
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
|
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
|
||||||
"@babel/plugin-transform-for-of": "^7.9.0",
|
"@babel/plugin-transform-for-of": "^7.10.0",
|
||||||
"@babel/plugin-transform-function-name": "^7.8.3",
|
"@babel/plugin-transform-function-name": "^7.8.3",
|
||||||
"@babel/plugin-transform-literals": "^7.8.3",
|
"@babel/plugin-transform-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
|
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-modules-amd": "^7.9.6",
|
"@babel/plugin-transform-modules-amd": "^7.9.6",
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
|
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
|
||||||
"@babel/plugin-transform-modules-systemjs": "^7.9.6",
|
"@babel/plugin-transform-modules-systemjs": "^7.10.0",
|
||||||
"@babel/plugin-transform-modules-umd": "^7.9.0",
|
"@babel/plugin-transform-modules-umd": "^7.9.0",
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-new-target": "^7.8.3",
|
"@babel/plugin-transform-new-target": "^7.8.3",
|
||||||
@ -62,14 +62,14 @@
|
|||||||
"@babel/plugin-transform-regenerator": "^7.8.7",
|
"@babel/plugin-transform-regenerator": "^7.8.7",
|
||||||
"@babel/plugin-transform-reserved-words": "^7.8.3",
|
"@babel/plugin-transform-reserved-words": "^7.8.3",
|
||||||
"@babel/plugin-transform-shorthand-properties": "^7.8.3",
|
"@babel/plugin-transform-shorthand-properties": "^7.8.3",
|
||||||
"@babel/plugin-transform-spread": "^7.8.3",
|
"@babel/plugin-transform-spread": "^7.10.0",
|
||||||
"@babel/plugin-transform-sticky-regex": "^7.8.3",
|
"@babel/plugin-transform-sticky-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-template-literals": "^7.8.3",
|
"@babel/plugin-transform-template-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
|
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
|
||||||
"@babel/plugin-transform-unicode-escapes": "^7.8.3",
|
"@babel/plugin-transform-unicode-escapes": "^7.10.0",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.8.3",
|
"@babel/plugin-transform-unicode-regex": "^7.8.3",
|
||||||
"@babel/preset-modules": "^0.1.3",
|
"@babel/preset-modules": "^0.1.3",
|
||||||
"@babel/types": "^7.9.6",
|
"@babel/types": "^7.10.0",
|
||||||
"browserslist": "^4.12.0",
|
"browserslist": "^4.12.0",
|
||||||
"core-js-compat": "^3.6.2",
|
"core-js-compat": "^3.6.2",
|
||||||
"invariant": "^2.2.2",
|
"invariant": "^2.2.2",
|
||||||
@ -80,8 +80,8 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.8.4",
|
"@babel/cli": "^7.10.0",
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-fixtures": "^7.8.6",
|
"@babel/helper-fixtures": "^7.8.6",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3",
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-react",
|
"name": "@babel/preset-react",
|
||||||
"version": "7.9.4",
|
"version": "7.10.0",
|
||||||
"description": "Babel preset for all React plugins.",
|
"description": "Babel preset for all React plugins.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -16,14 +16,14 @@
|
|||||||
"@babel/plugin-transform-react-jsx": "^7.9.4",
|
"@babel/plugin-transform-react-jsx": "^7.9.4",
|
||||||
"@babel/plugin-transform-react-jsx-development": "^7.9.0",
|
"@babel/plugin-transform-react-jsx-development": "^7.9.0",
|
||||||
"@babel/plugin-transform-react-jsx-self": "^7.9.0",
|
"@babel/plugin-transform-react-jsx-self": "^7.9.0",
|
||||||
"@babel/plugin-transform-react-jsx-source": "^7.9.0",
|
"@babel/plugin-transform-react-jsx-source": "^7.10.0",
|
||||||
"@babel/plugin-transform-react-pure-annotations": "^7.9.4"
|
"@babel/plugin-transform-react-pure-annotations": "^7.10.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3",
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
||||||
"@babel/helper-transform-fixture-test-runner": "^7.8.3"
|
"@babel/helper-transform-fixture-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs2",
|
"name": "@babel/runtime-corejs2",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -13,6 +13,6 @@
|
|||||||
"regenerator-runtime": "^0.13.4"
|
"regenerator-runtime": "^0.13.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helpers": "^7.9.6"
|
"@babel/helpers": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs3",
|
"name": "@babel/runtime-corejs3",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime",
|
"name": "@babel/runtime",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "babel's modular runtime helpers",
|
"description": "babel's modular runtime helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -17,6 +17,6 @@
|
|||||||
"regenerator-runtime": "^0.13.4"
|
"regenerator-runtime": "^0.13.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helpers": "^7.9.6"
|
"@babel/helpers": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||||
"main": "babel.js",
|
"main": "babel.js",
|
||||||
"files": [
|
"files": [
|
||||||
@ -11,28 +11,28 @@
|
|||||||
"prepublishOnly": "cd ../.. && make prepublish-build-standalone"
|
"prepublishOnly": "cd ../.. && make prepublish-build-standalone"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.10.0",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3",
|
"@babel/helper-plugin-utils": "^7.8.3",
|
||||||
"@babel/plugin-external-helpers": "^7.8.3",
|
"@babel/plugin-external-helpers": "^7.8.3",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
|
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||||
"@babel/plugin-proposal-decorators": "^7.8.3",
|
"@babel/plugin-proposal-decorators": "^7.10.0",
|
||||||
"@babel/plugin-proposal-do-expressions": "^7.8.3",
|
"@babel/plugin-proposal-do-expressions": "^7.8.3",
|
||||||
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
|
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
|
||||||
"@babel/plugin-proposal-export-default-from": "^7.8.3",
|
"@babel/plugin-proposal-export-default-from": "^7.8.3",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
|
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
|
||||||
"@babel/plugin-proposal-function-bind": "^7.8.3",
|
"@babel/plugin-proposal-function-bind": "^7.8.3",
|
||||||
"@babel/plugin-proposal-function-sent": "^7.8.3",
|
"@babel/plugin-proposal-function-sent": "^7.8.3",
|
||||||
"@babel/plugin-proposal-json-strings": "^7.8.3",
|
"@babel/plugin-proposal-json-strings": "^7.10.0",
|
||||||
"@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.10.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
||||||
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
|
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
"@babel/plugin-proposal-object-rest-spread": "^7.10.0",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
|
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
"@babel/plugin-proposal-optional-chaining": "^7.10.0",
|
||||||
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
|
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
|
||||||
"@babel/plugin-proposal-private-methods": "^7.8.3",
|
"@babel/plugin-proposal-private-methods": "^7.8.3",
|
||||||
"@babel/plugin-proposal-private-property-in-object": "^7.8.3",
|
"@babel/plugin-proposal-private-property-in-object": "^7.10.0",
|
||||||
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
|
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
|
||||||
"@babel/plugin-proposal-unicode-property-regex": "^7.8.8",
|
"@babel/plugin-proposal-unicode-property-regex": "^7.8.8",
|
||||||
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"@babel/plugin-syntax-function-sent": "^7.8.3",
|
"@babel/plugin-syntax-function-sent": "^7.8.3",
|
||||||
"@babel/plugin-syntax-import-meta": "^7.8.3",
|
"@babel/plugin-syntax-import-meta": "^7.8.3",
|
||||||
"@babel/plugin-syntax-jsx": "^7.8.3",
|
"@babel/plugin-syntax-jsx": "^7.8.3",
|
||||||
"@babel/plugin-syntax-module-attributes": "^7.8.3",
|
"@babel/plugin-syntax-module-attributes": "^7.10.0",
|
||||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
||||||
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
||||||
"@babel/plugin-syntax-pipeline-operator": "^7.8.3",
|
"@babel/plugin-syntax-pipeline-operator": "^7.8.3",
|
||||||
@ -55,16 +55,16 @@
|
|||||||
"@babel/plugin-transform-arrow-functions": "^7.8.3",
|
"@babel/plugin-transform-arrow-functions": "^7.8.3",
|
||||||
"@babel/plugin-transform-async-to-generator": "^7.8.3",
|
"@babel/plugin-transform-async-to-generator": "^7.8.3",
|
||||||
"@babel/plugin-transform-block-scoped-functions": "^7.8.3",
|
"@babel/plugin-transform-block-scoped-functions": "^7.8.3",
|
||||||
"@babel/plugin-transform-block-scoping": "^7.8.3",
|
"@babel/plugin-transform-block-scoping": "^7.10.0",
|
||||||
"@babel/plugin-transform-classes": "^7.9.5",
|
"@babel/plugin-transform-classes": "^7.9.5",
|
||||||
"@babel/plugin-transform-computed-properties": "^7.8.3",
|
"@babel/plugin-transform-computed-properties": "^7.8.3",
|
||||||
"@babel/plugin-transform-destructuring": "^7.9.5",
|
"@babel/plugin-transform-destructuring": "^7.10.0",
|
||||||
"@babel/plugin-transform-dotall-regex": "^7.8.3",
|
"@babel/plugin-transform-dotall-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
|
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
|
||||||
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
|
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
|
||||||
"@babel/plugin-transform-flow-comments": "^7.8.3",
|
"@babel/plugin-transform-flow-comments": "^7.10.0",
|
||||||
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
|
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
|
||||||
"@babel/plugin-transform-for-of": "^7.9.0",
|
"@babel/plugin-transform-for-of": "^7.10.0",
|
||||||
"@babel/plugin-transform-function-name": "^7.8.3",
|
"@babel/plugin-transform-function-name": "^7.8.3",
|
||||||
"@babel/plugin-transform-instanceof": "^7.8.3",
|
"@babel/plugin-transform-instanceof": "^7.8.3",
|
||||||
"@babel/plugin-transform-jscript": "^7.8.3",
|
"@babel/plugin-transform-jscript": "^7.8.3",
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
|
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-modules-amd": "^7.9.6",
|
"@babel/plugin-transform-modules-amd": "^7.9.6",
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
|
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
|
||||||
"@babel/plugin-transform-modules-systemjs": "^7.9.6",
|
"@babel/plugin-transform-modules-systemjs": "^7.10.0",
|
||||||
"@babel/plugin-transform-modules-umd": "^7.9.0",
|
"@babel/plugin-transform-modules-umd": "^7.9.0",
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-new-target": "^7.8.3",
|
"@babel/plugin-transform-new-target": "^7.8.3",
|
||||||
@ -90,22 +90,22 @@
|
|||||||
"@babel/plugin-transform-react-jsx-compat": "^7.8.3",
|
"@babel/plugin-transform-react-jsx-compat": "^7.8.3",
|
||||||
"@babel/plugin-transform-react-jsx-development": "^7.9.0",
|
"@babel/plugin-transform-react-jsx-development": "^7.9.0",
|
||||||
"@babel/plugin-transform-react-jsx-self": "^7.9.0",
|
"@babel/plugin-transform-react-jsx-self": "^7.9.0",
|
||||||
"@babel/plugin-transform-react-jsx-source": "^7.9.0",
|
"@babel/plugin-transform-react-jsx-source": "^7.10.0",
|
||||||
"@babel/plugin-transform-regenerator": "^7.8.7",
|
"@babel/plugin-transform-regenerator": "^7.8.7",
|
||||||
"@babel/plugin-transform-reserved-words": "^7.8.3",
|
"@babel/plugin-transform-reserved-words": "^7.8.3",
|
||||||
"@babel/plugin-transform-runtime": "^7.9.6",
|
"@babel/plugin-transform-runtime": "^7.10.0",
|
||||||
"@babel/plugin-transform-shorthand-properties": "^7.8.3",
|
"@babel/plugin-transform-shorthand-properties": "^7.8.3",
|
||||||
"@babel/plugin-transform-spread": "^7.8.3",
|
"@babel/plugin-transform-spread": "^7.10.0",
|
||||||
"@babel/plugin-transform-sticky-regex": "^7.8.3",
|
"@babel/plugin-transform-sticky-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-strict-mode": "^7.8.3",
|
"@babel/plugin-transform-strict-mode": "^7.8.3",
|
||||||
"@babel/plugin-transform-template-literals": "^7.8.3",
|
"@babel/plugin-transform-template-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
|
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
|
||||||
"@babel/plugin-transform-typescript": "^7.9.6",
|
"@babel/plugin-transform-typescript": "^7.10.0",
|
||||||
"@babel/plugin-transform-unicode-escapes": "^7.8.3",
|
"@babel/plugin-transform-unicode-escapes": "^7.10.0",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.8.3",
|
"@babel/plugin-transform-unicode-regex": "^7.8.3",
|
||||||
"@babel/preset-env": "^7.9.6",
|
"@babel/preset-env": "^7.10.0",
|
||||||
"@babel/preset-flow": "^7.9.0",
|
"@babel/preset-flow": "^7.9.0",
|
||||||
"@babel/preset-react": "^7.9.4",
|
"@babel/preset-react": "^7.10.0",
|
||||||
"@babel/preset-typescript": "^7.9.0"
|
"@babel/preset-typescript": "^7.9.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/template",
|
"name": "@babel/template",
|
||||||
"version": "7.8.6",
|
"version": "7.10.0",
|
||||||
"description": "Generate an AST from a string template.",
|
"description": "Generate an AST from a string template.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.8.3",
|
"@babel/code-frame": "^7.8.3",
|
||||||
"@babel/parser": "^7.8.6",
|
"@babel/parser": "^7.10.0",
|
||||||
"@babel/types": "^7.8.6"
|
"@babel/types": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/traverse",
|
"name": "@babel/traverse",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -12,11 +12,11 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.8.3",
|
"@babel/code-frame": "^7.8.3",
|
||||||
"@babel/generator": "^7.9.6",
|
"@babel/generator": "^7.10.0",
|
||||||
"@babel/helper-function-name": "^7.9.5",
|
"@babel/helper-function-name": "^7.9.5",
|
||||||
"@babel/helper-split-export-declaration": "^7.8.3",
|
"@babel/helper-split-export-declaration": "^7.8.3",
|
||||||
"@babel/parser": "^7.9.6",
|
"@babel/parser": "^7.10.0",
|
||||||
"@babel/types": "^7.9.6",
|
"@babel/types": "^7.10.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "^11.1.0",
|
"globals": "^11.1.0",
|
||||||
"lodash": "^4.17.13"
|
"lodash": "^4.17.13"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/types",
|
"name": "@babel/types",
|
||||||
"version": "7.9.6",
|
"version": "7.10.0",
|
||||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"to-fast-properties": "^2.0.0"
|
"to-fast-properties": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/generator": "^7.9.6",
|
"@babel/generator": "^7.10.0",
|
||||||
"@babel/parser": "^7.9.6"
|
"@babel/parser": "^7.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user