This commit is contained in:
Nicolò Ribaudo
2020-12-23 14:55:59 +01:00
parent 5b5b548036
commit d88c60cea9
12 changed files with 39 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.12.10",
"version": "7.12.12",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.12.10",
"version": "7.12.12",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -15,9 +15,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/code-frame": "workspace:^7.12.11",
"@babel/core": "workspace:^7.12.10",
"@babel/helper-fixtures": "workspace:^7.12.10",
"@babel/helper-fixtures": "workspace:^7.12.12",
"babel-check-duplicated-nodes": "^1.0.0",
"jest-diff": "^24.8.0",
"lodash": "^4.17.19",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.12.1",
"version": "7.12.12",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.12.1",
"version": "7.12.12",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"publishConfig": {

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.12.11",
"version": "7.12.12",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-development",
"version": "7.12.11",
"version": "7.12.12",
"description": "Turn JSX into React function calls in development",
"repository": {
"type": "git",
@@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/plugin-transform-react-jsx": "workspace:^7.12.11"
"@babel/plugin-transform-react-jsx": "workspace:^7.12.12"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.12.11",
"version": "7.12.12",
"description": "Turn JSX into React function calls",
"repository": {
"type": "git",
@@ -20,7 +20,7 @@
"@babel/helper-module-imports": "workspace:^7.12.5",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.11"
"@babel/types": "workspace:^7.12.12"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.12.11",
"version": "7.12.12",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.12.10",
"version": "7.12.12",
"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>",
"homepage": "https://babeljs.io/",
@@ -15,12 +15,12 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/generator": "workspace:^7.12.10",
"@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-split-export-declaration": "workspace:^7.11.0",
"@babel/parser": "workspace:^7.12.10",
"@babel/types": "workspace:^7.12.10",
"@babel/code-frame": "workspace:^7.12.11",
"@babel/generator": "workspace:^7.12.11",
"@babel/helper-function-name": "workspace:^7.12.11",
"@babel/helper-split-export-declaration": "workspace:^7.12.11",
"@babel/parser": "workspace:^7.12.11",
"@babel/types": "workspace:^7.12.12",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.19"

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.12.11",
"version": "7.12.12",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",