v7.12.1
This commit is contained in:
parent
b877726a89
commit
7f4b83833f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-parser",
|
||||
"version": "7.11.5",
|
||||
"version": "7.12.1",
|
||||
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
||||
"author": "The Babel Team (https://babeljs.io/team)",
|
||||
"license": "MIT",
|
||||
@ -35,7 +35,7 @@
|
||||
"semver": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"dedent": "^0.7.0",
|
||||
"eslint": "^7.5.0",
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-plugin-development-internal",
|
||||
"version": "7.11.3",
|
||||
"version": "7.12.1",
|
||||
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
|
||||
"main": "lib/index.js",
|
||||
"repository": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-plugin",
|
||||
"version": "7.11.5",
|
||||
"version": "7.12.1",
|
||||
"description": "Companion rules for @babel/eslint-parser",
|
||||
"main": "./lib/index.js",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "@babel/eslint-shared-fixtures",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Shared fixtures for testing @babel/eslint-* packages",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "workspace:^7.12.0",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.10.4",
|
||||
"@babel/plugin-proposal-decorators": "workspace:^7.10.4",
|
||||
"@babel/plugin-proposal-do-expressions": "workspace:^7.10.4",
|
||||
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.10.4",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-export-default-from": "workspace:^7.10.4",
|
||||
"@babel/preset-env": "workspace:^7.12.0",
|
||||
"@babel/preset-flow": "workspace:^7.10.4",
|
||||
"@babel/preset-react": "workspace:^7.10.4"
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-decorators": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-do-expressions": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.12.1",
|
||||
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.1",
|
||||
"@babel/preset-env": "workspace:^7.12.1",
|
||||
"@babel/preset-flow": "workspace:^7.12.1",
|
||||
"@babel/preset-react": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@babel/eslint-tests",
|
||||
"version": "7.11.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Tests for babel/eslint-* packages",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "workspace:^7.11.4",
|
||||
"@babel/eslint-parser": "workspace:^7.12.1",
|
||||
"dedent": "^0.7.0",
|
||||
"eslint": "^7.5.0",
|
||||
"eslint-plugin-import": "^2.22.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/cli",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -40,7 +40,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-fixtures": "workspace:*",
|
||||
"rimraf": "^3.0.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/compat-data",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"author": "The Babel Team (https://babeljs.io/team)",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@ -44,13 +44,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.10.4",
|
||||
"@babel/generator": "workspace:^7.12.0",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.0",
|
||||
"@babel/helpers": "workspace:^7.10.4",
|
||||
"@babel/parser": "workspace:^7.12.0",
|
||||
"@babel/generator": "workspace:^7.12.1",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.1",
|
||||
"@babel/helpers": "workspace:^7.12.1",
|
||||
"@babel/parser": "workspace:^7.12.1",
|
||||
"@babel/template": "workspace:^7.10.4",
|
||||
"@babel/traverse": "workspace:^7.12.0",
|
||||
"@babel/types": "workspace:^7.12.0",
|
||||
"@babel/traverse": "workspace:^7.12.1",
|
||||
"@babel/types": "workspace:^7.12.1",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
"gensync": "^1.0.0-beta.1",
|
||||
@ -61,6 +61,6 @@
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/generator",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -18,12 +18,12 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.0",
|
||||
"@babel/types": "workspace:^7.12.1",
|
||||
"jsesc": "^2.5.1",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-fixtures": "workspace:*",
|
||||
"@babel/parser": "workspace:*"
|
||||
"@babel/parser": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-bindify-decorators",
|
||||
"version": "7.11.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper function to bindify decorators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,9 +13,9 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/traverse": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-builder-react-jsx-experimental",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper function to build react jsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
|
||||
"@babel/helper-module-imports": "workspace:^7.10.4",
|
||||
"@babel/types": "workspace:^7.12.0"
|
||||
"@babel/helper-module-imports": "workspace:^7.12.1",
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-call-delegate",
|
||||
"version": "7.11.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper function to call delegate",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,9 +14,9 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-hoist-variables": "workspace:^7.10.4",
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/traverse": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-compilation-targets",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"author": "The Babel Team (https://babeljs.io/team)",
|
||||
"license": "MIT",
|
||||
"description": "Engine compat data used in @babel/preset-env",
|
||||
@ -21,8 +21,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.12.0",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.0",
|
||||
"@babel/compat-data": "workspace:^7.12.1",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.1",
|
||||
"browserslist": "^4.12.0",
|
||||
"semver": "^5.5.0"
|
||||
},
|
||||
@ -30,6 +30,6 @@
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"author": "The Babel Team (https://babeljs.io/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
@ -19,16 +19,16 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "workspace:^7.10.4",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.0",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.0",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.1",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.10.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-regexp-features-plugin",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"author": "The Babel Team (https://babeljs.io/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile ESNext Regular Expressions to ES5",
|
||||
@ -26,7 +26,7 @@
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-explode-assignable-expression",
|
||||
"version": "7.11.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper function to explode an assignable expression",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,9 +13,9 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/traverse": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-explode-class",
|
||||
"version": "7.11.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper function to explode class",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,10 +13,10 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-bindify-decorators": "workspace:^7.11.4",
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/helper-bindify-decorators": "workspace:^7.12.1",
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/traverse": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-member-expression-to-functions",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper function to replace certain member expressions with function calls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,6 +14,6 @@
|
||||
"main": "lib/index.js",
|
||||
"author": "Justin Ridgewell <justin@ridgewell.name>",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.0"
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-module-imports",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Babel helper functions for inserting module loads",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -15,9 +15,9 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-module-transforms",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -15,14 +15,14 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.10.4",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.0",
|
||||
"@babel/helper-simple-access": "workspace:^7.10.4",
|
||||
"@babel/helper-module-imports": "workspace:^7.12.1",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.1",
|
||||
"@babel/helper-simple-access": "workspace:^7.12.1",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.11.0",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.10.4",
|
||||
"@babel/template": "workspace:^7.10.4",
|
||||
"@babel/traverse": "workspace:^7.12.0",
|
||||
"@babel/types": "workspace:^7.12.0",
|
||||
"@babel/traverse": "workspace:^7.12.1",
|
||||
"@babel/types": "workspace:^7.12.1",
|
||||
"lodash": "^4.17.19"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-remap-async-to-generator",
|
||||
"version": "7.11.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper function to remap async functions to generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -15,9 +15,9 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
|
||||
"@babel/helper-wrap-function": "workspace:^7.10.4",
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/traverse": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-replace-supers",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper function to replace supers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,9 +13,9 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.0",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
|
||||
"@babel/traverse": "workspace:^7.12.0",
|
||||
"@babel/types": "workspace:^7.12.0"
|
||||
"@babel/traverse": "workspace:^7.12.1",
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-simple-access",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -15,6 +15,6 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-skip-transparent-expression-wrappers",
|
||||
"version": "7.11.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Helper which skips types and parentheses",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,9 +17,9 @@
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.11.0"
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/traverse": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-transform-fixture-test-runner",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -16,9 +16,9 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.10.4",
|
||||
"@babel/core": "workspace:^7.12.0",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-fixtures": "workspace:^7.10.5",
|
||||
"@babel/polyfill": "workspace:^7.10.4",
|
||||
"@babel/polyfill": "workspace:^7.12.1",
|
||||
"babel-check-duplicated-nodes": "^1.0.0",
|
||||
"jest-diff": "^24.8.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-option",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Validate plugin/preset options",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helpers",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -16,8 +16,8 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/template": "workspace:^7.10.4",
|
||||
"@babel/traverse": "workspace:^7.10.4",
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/traverse": "workspace:^7.12.1",
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/node",
|
||||
"version": "7.10.5",
|
||||
"version": "7.12.1",
|
||||
"description": "Babel command line",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -23,7 +23,7 @@
|
||||
"compiler"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/register": "workspace:^7.10.5",
|
||||
"@babel/register": "workspace:^7.12.1",
|
||||
"commander": "^4.0.1",
|
||||
"core-js": "^3.2.1",
|
||||
"lodash": "^4.17.19",
|
||||
@ -36,9 +36,9 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-fixtures": "workspace:*",
|
||||
"@babel/runtime": "workspace:*",
|
||||
"@babel/runtime": "workspace:^7.12.1",
|
||||
"fs-readdir-recursive": "^1.0.0",
|
||||
"make-dir": "^2.1.0",
|
||||
"rimraf": "^3.0.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-external-helpers",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||
"version": "7.10.5",
|
||||
"version": "7.12.1",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,14 +17,14 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.10.4",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.12.1",
|
||||
"@babel/plugin-syntax-async-generators": "^7.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-class-properties",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,14 +16,14 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.10.4",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-class-static-block",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of class static blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,12 +20,12 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.1",
|
||||
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.0"
|
||||
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-decorators",
|
||||
"version": "7.10.5",
|
||||
"version": "7.12.1",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -19,15 +19,15 @@
|
||||
"decorators"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.10.5",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-do-expressions",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile do expressions to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-do-expressions": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-do-expressions": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-dynamic-import",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Transform import() expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-export-default-from",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile export default to ES2015",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-export-default-from": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-export-namespace-from",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile export namespace to ES2015",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-function-bind",
|
||||
"version": "7.11.5",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile function bind operator to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-function-bind": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-function-bind": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-function-sent",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile the function.sent meta property to valid ES2015 code",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -18,13 +18,13 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-wrap-function": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-function-sent": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-function-sent": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-json-strings",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-logical-assignment-operators",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Transforms logical assignment operators into short-circuited assignments",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,9 +23,9 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:*",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.1",
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Remove nullish coalescing operator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-numeric-separator",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||
"version": "7.11.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile object rest and spread to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -18,13 +18,13 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.10.4"
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-optional-catch-binding",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile optional catch bindings",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-optional-chaining",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Transform optional chaining operators into a series of nil checks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,15 +17,15 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.11.0",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1",
|
||||
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-transform-block-scoping": "workspace:*"
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-partial-application",
|
||||
"version": "7.10.5",
|
||||
"version": "7.12.1",
|
||||
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-partial-application": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-partial-application": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-pipeline-operator",
|
||||
"version": "7.10.5",
|
||||
"version": "7.12.1",
|
||||
"description": "Transform pipeline operator into call expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-private-methods",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin transforms private class methods",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,14 +16,14 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.10.4",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-private-property-in-object",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin transforms checks for a private property in an object",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,14 +16,14 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.10.4",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-throw-expressions",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Wraps Throw Expressions in an IIFE",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-throw-expressions": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-throw-expressions": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-unicode-property-regex",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
|
||||
"homepage": "https://babeljs.io/",
|
||||
"license": "MIT",
|
||||
@ -26,14 +26,14 @@
|
||||
},
|
||||
"bugs": "https://github.com/babel/babel/issues",
|
||||
"dependencies": {
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.10.4",
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-class-properties",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of class properties",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-class-static-block",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of class static blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-decorators",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of decorators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-do-expressions",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of do expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-export-default-from",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of export default from",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-flow",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of the flow syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-function-bind",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of function bind",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-function-sent",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of the function.sent meta property",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-import-assertions",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of the module assertion attributes in the import statement",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-jsx",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of jsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-module-string-names",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing `import { 'any unicode' as bar }` and `export { foo as 'any unicode' }`",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,6 +23,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-partial-application",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of partial application syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-pipeline-operator",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of the pipeline operator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-record-and-tuple",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of records and tuples.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-throw-expressions",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of Throw Expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-top-level-await",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of top-level await in modules",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +22,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-typescript",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Allow parsing of TypeScript syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,6 +23,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-arrow-functions",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 arrow functions to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,8 +22,8 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/traverse": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-async-to-generator",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Turn async functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,15 +16,15 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.10.4",
|
||||
"@babel/helper-module-imports": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.10.4"
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-block-scoped-functions",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-block-scoping",
|
||||
"version": "7.11.1",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-classes",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -18,7 +18,7 @@
|
||||
"@babel/helper-function-name": "workspace:^7.10.4",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-replace-supers": "workspace:^7.10.4",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.1",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.10.4",
|
||||
"globals": "^11.1.0"
|
||||
},
|
||||
@ -29,7 +29,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-computed-properties",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 computed properties to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-destructuring",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-dotall-regex",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
|
||||
"homepage": "https://babeljs.io/",
|
||||
"license": "MIT",
|
||||
@ -22,14 +22,14 @@
|
||||
},
|
||||
"bugs": "https://github.com/babel/babel/issues",
|
||||
"dependencies": {
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.10.4",
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-duplicate-keys",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile objects with duplicate keys to valid strict ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-exponentiation-operator",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile exponentiation operator to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-flow-comments",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Turn flow type annotations into comments",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,15 +16,15 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/generator": "workspace:^7.10.4",
|
||||
"@babel/generator": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-flow": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-flow": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-flow-strip-types",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Strip flow type annotations from your output code.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-flow": "workspace:^7.10.4"
|
||||
"@babel/plugin-syntax-flow": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-for-of",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 for...of to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-function-name",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Apply ES2015 function.name semantics to all functions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-instanceof",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin transforms all the ES2015 'instanceof' methods",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-jscript",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Babel plugin to fix buggy JScript named function expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-literals",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 unicode string and number literals to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-member-expression-literals",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Ensure that reserved words are quoted in property accesses",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-modules-amd",
|
||||
"version": "7.10.5",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin transforms ES2015 modules to AMD",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "workspace:^7.10.5",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||
},
|
||||
@ -24,7 +24,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-modules-commonjs",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin transforms ES2015 modules to CommonJS",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,9 +13,9 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "workspace:^7.10.4",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-simple-access": "workspace:^7.10.4",
|
||||
"@babel/helper-simple-access": "workspace:^7.12.1",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||
},
|
||||
"keywords": [
|
||||
@ -25,7 +25,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-modules-systemjs",
|
||||
"version": "7.12.0",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin transforms ES2015 modules to SystemJS",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-hoist-variables": "workspace:^7.10.4",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.0",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.10.4",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||
@ -26,7 +26,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-modules-umd",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "This plugin transforms ES2015 modules to UMD",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "workspace:^7.10.4",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
},
|
||||
"keywords": [
|
||||
@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-named-capturing-groups-regex",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile regular expressions using named groups to ES5.",
|
||||
"homepage": "https://babeljs.io/",
|
||||
"license": "MIT",
|
||||
@ -21,13 +21,13 @@
|
||||
},
|
||||
"bugs": "https://github.com/babel/babel/issues",
|
||||
"dependencies": {
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.10.4"
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"core-js": "^3.2.1"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-new-target",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Transforms new.target meta property",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,9 +22,9 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:*",
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:*"
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1",
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-object-assign",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Replace Object.assign with an inline helper",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,6 +23,6 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core": "workspace:^7.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-object-set-prototype-of-to-assign",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Turn Object.setPrototypeOf to assignments",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-object-super",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 object super to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-replace-supers": "workspace:^7.10.4"
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-parameters",
|
||||
"version": "7.10.5",
|
||||
"version": "7.12.1",
|
||||
"description": "Compile ES2015 default and rest parameters to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-property-literals",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.1",
|
||||
"description": "Ensure that reserved words are quoted in object property keys",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user