Area restrita - Questionario

This commit is contained in:
2026-06-08 23:50:59 -03:00
parent f2e2400637
commit ef968f10ae
6972 changed files with 23454 additions and 2267883 deletions
+14 -14
View File
@@ -2,7 +2,7 @@
"name": "@babel/plugin-transform-regenerator",
"author": "The Babel Team (https://babel.dev/team)",
"description": "Explode async and generator functions into a state machine.",
"version": "7.28.6",
"version": "7.29.7",
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
"repository": {
"type": "git",
@@ -11,7 +11,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-plugin-utils": "^7.28.6"
"@babel/helper-plugin-utils": "^7.29.7"
},
"license": "MIT",
"publishConfig": {
@@ -21,18 +21,18 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/helper-check-duplicate-nodes": "^7.28.6",
"@babel/helper-plugin-test-runner": "^7.27.1",
"@babel/plugin-proposal-function-sent": "^7.27.1",
"@babel/plugin-transform-arrow-functions": "^7.27.1",
"@babel/plugin-transform-block-scoping": "^7.28.6",
"@babel/plugin-transform-classes": "^7.28.6",
"@babel/plugin-transform-for-of": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
"@babel/plugin-transform-parameters": "^7.27.7",
"@babel/plugin-transform-runtime": "^7.28.5",
"babel-plugin-polyfill-regenerator": "^0.6.5",
"@babel/core": "^7.29.7",
"@babel/helper-check-duplicate-nodes": "^7.29.7",
"@babel/helper-plugin-test-runner": "^7.29.7",
"@babel/plugin-proposal-function-sent": "^7.29.7",
"@babel/plugin-transform-arrow-functions": "^7.29.7",
"@babel/plugin-transform-block-scoping": "^7.29.7",
"@babel/plugin-transform-classes": "^7.29.7",
"@babel/plugin-transform-for-of": "^7.29.7",
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
"@babel/plugin-transform-parameters": "^7.29.7",
"@babel/plugin-transform-runtime": "^7.29.7",
"babel-plugin-polyfill-regenerator": "^0.6.6",
"mocha": "^10.0.0",
"recast": "^0.23.3",
"uglify-js": "^3.14.0"