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/helper-plugin-utils",
"version": "7.24.8",
"version": "7.25.9",
"description": "General utilities for plugins to use",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
@@ -18,7 +18,7 @@
"node": ">=6.9.0"
},
"devDependencies": {
"@babel/core": "^7.24.8"
"@babel/core": "^7.25.9"
},
"type": "commonjs"
}