Fix versions of packages which haven’t been released.
This commit is contained in:
parent
53e0622b54
commit
557a8af3bc
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/cli",
|
"name": "@babel/cli",
|
||||||
"version": "7.2.3",
|
"version": "7.3.4",
|
||||||
"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/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-fixtures",
|
"name": "@babel/helper-fixtures",
|
||||||
"version": "7.2.0",
|
"version": "7.3.3",
|
||||||
"description": "Helper function to support fixtures",
|
"description": "Helper function to support fixtures",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-module-transforms",
|
"name": "@babel/helper-module-transforms",
|
||||||
"version": "7.2.2",
|
"version": "7.3.3",
|
||||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-regex",
|
"name": "@babel/helper-regex",
|
||||||
"version": "7.0.0",
|
"version": "7.3.3",
|
||||||
"description": "Helper function to check for literal RegEx",
|
"description": "Helper function to check for literal RegEx",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-transform-fixture-test-runner",
|
"name": "@babel/helper-transform-fixture-test-runner",
|
||||||
"version": "7.1.2",
|
"version": "7.3.3",
|
||||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||||
"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-nullish-coalescing-operator",
|
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
|
||||||
"version": "7.2.0",
|
"version": "7.2.2",
|
||||||
"description": "Remove nullish coalescing operator",
|
"description": "Remove nullish coalescing operator",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-nullish-coalescing-operator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-nullish-coalescing-operator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-bigint",
|
"name": "@babel/plugin-syntax-bigint",
|
||||||
"version": "7.2.0",
|
"version": "7.2.2",
|
||||||
"description": "Allow parsing of BigInt literals",
|
"description": "Allow parsing of BigInt literals",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-dotall-regex",
|
"name": "@babel/plugin-transform-dotall-regex",
|
||||||
"version": "7.2.0",
|
"version": "7.4.0",
|
||||||
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
|
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-proto-to-assign",
|
"name": "@babel/plugin-transform-proto-to-assign",
|
||||||
"version": "7.2.0",
|
"version": "7.3.4",
|
||||||
"description": "Babel plugin for turning __proto__ into a shallow property clone",
|
"description": "Babel plugin for turning __proto__ into a shallow property clone",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-unicode-regex",
|
"name": "@babel/plugin-transform-unicode-regex",
|
||||||
"version": "7.2.0",
|
"version": "7.4.0",
|
||||||
"description": "Compile ES2015 Unicode regex to ES5",
|
"description": "Compile ES2015 Unicode regex to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-regex",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-regex",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user