This commit is contained in:
Nicolò Ribaudo
2021-04-29 21:59:57 +02:00
parent 0f2a1a8153
commit 3c0152a217
27 changed files with 131 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.13.17",
"version": "7.14.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
@@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.17",
"@babel/types": "workspace:^7.13.17"
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*"