UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.28.4",
"version": "7.29.7",
"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.27.2",
"@babel/types": "^7.28.4"
"@babel/template": "^7.29.7",
"@babel/types": "^7.29.7"
},
"devDependencies": {
"@babel/generator": "^7.28.3",
"@babel/helper-plugin-test-runner": "^7.27.1",
"@babel/parser": "^7.28.4",
"@babel/generator": "^7.29.7",
"@babel/helper-plugin-test-runner": "^7.29.7",
"@babel/parser": "^7.29.7",
"regenerator-runtime": "^0.14.0"
},
"engines": {