avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 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": {