v7.13.5
This commit is contained in:
parent
1484260f62
commit
9a4269e7b6
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.13.4",
|
||||
"version": "7.13.5",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/compat-data",
|
||||
"version": "7.13.0",
|
||||
"version": "7.13.5",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||
"version": "7.13.0",
|
||||
"version": "7.13.5",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-decorators",
|
||||
"version": "7.13.0",
|
||||
"version": "7.13.5",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-runtime",
|
||||
"version": "7.13.4",
|
||||
"version": "7.13.5",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.13.0",
|
||||
"version": "7.13.5",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@ -16,11 +16,11 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.13.0",
|
||||
"@babel/compat-data": "workspace:^7.13.5",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.5",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17",
|
||||
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.13.4",
|
||||
"version": "7.13.5",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
@ -90,7 +90,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/compat-data@workspace:^7.13.0, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||
"@babel/compat-data@workspace:^7.13.0, @babel/compat-data@workspace:^7.13.5, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
|
||||
dependencies:
|
||||
@ -966,7 +966,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.13.0, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
||||
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.13.5, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
|
||||
dependencies:
|
||||
@ -3005,13 +3005,13 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/preset-env@workspace:packages/babel-preset-env"
|
||||
dependencies:
|
||||
"@babel/compat-data": "workspace:^7.13.0"
|
||||
"@babel/compat-data": "workspace:^7.13.5"
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.5"
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17"
|
||||
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user