feat: refactoring project

This commit is contained in:
Carlos
2024-11-23 14:56:07 -05:00
parent f0c2a50c18
commit 1c6db5818d
2351 changed files with 39323 additions and 60326 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.25.0",
"version": "7.26.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
@@ -15,13 +15,13 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/template": "^7.25.0",
"@babel/types": "^7.25.0"
"@babel/template": "^7.25.9",
"@babel/types": "^7.26.0"
},
"devDependencies": {
"@babel/generator": "^7.25.0",
"@babel/helper-plugin-test-runner": "^7.24.7",
"@babel/parser": "^7.25.0",
"@babel/generator": "^7.26.0",
"@babel/helper-plugin-test-runner": "^7.25.9",
"@babel/parser": "^7.26.0",
"regenerator-runtime": "^0.14.0"
},
"engines": {