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
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.28.3",
"version": "7.29.7",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@@ -15,12 +15,12 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-validator-identifier": "^7.27.1",
"@babel/traverse": "^7.28.3"
"@babel/helper-module-imports": "^7.29.7",
"@babel/helper-validator-identifier": "^7.29.7",
"@babel/traverse": "^7.29.7"
},
"devDependencies": {
"@babel/core": "^7.28.3"
"@babel/core": "^7.29.7"
},
"peerDependencies": {
"@babel/core": "^7.0.0"