v7.15.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-transform-fixture-test-runner",
|
||||
"version": "7.15.0",
|
||||
"version": "7.15.6",
|
||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
|
||||
@@ -16,7 +16,7 @@
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.14.5",
|
||||
"@babel/core": "workspace:^7.15.0",
|
||||
"@babel/core": "workspace:^7.15.5",
|
||||
"@babel/helper-fixtures": "workspace:^7.14.5",
|
||||
"babel-check-duplicated-nodes": "^1.0.0",
|
||||
"quick-lru": "5.1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.15.5",
|
||||
"version": "7.15.6",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||
"version": "7.14.7",
|
||||
"version": "7.15.6",
|
||||
"description": "Compile object rest and spread to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,11 +17,11 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.14.7",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||
"@babel/compat-data": "workspace:^7.15.0",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.15.4",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.15.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.15.4",
|
||||
"version": "7.15.6",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.15.6",
|
||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.14.5",
|
||||
@@ -83,7 +83,7 @@
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5",
|
||||
"@babel/preset-modules": "^0.1.4",
|
||||
"@babel/types": "workspace:^7.15.4",
|
||||
"@babel/types": "workspace:^7.15.6",
|
||||
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
||||
"babel-plugin-polyfill-corejs3": "^0.2.2",
|
||||
"babel-plugin-polyfill-regenerator": "^0.2.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.15.5",
|
||||
"version": "7.15.6",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "./babel.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/types",
|
||||
"version": "7.15.4",
|
||||
"version": "7.15.6",
|
||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
||||
|
||||
Reference in New Issue
Block a user