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/generator",
"version": "7.28.5",
"version": "7.29.7",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
@@ -19,16 +19,16 @@
"lib"
],
"dependencies": {
"@babel/parser": "^7.28.5",
"@babel/types": "^7.28.5",
"@babel/parser": "^7.29.7",
"@babel/types": "^7.29.7",
"@jridgewell/gen-mapping": "^0.3.12",
"@jridgewell/trace-mapping": "^0.3.28",
"jsesc": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/helper-fixtures": "^7.28.0",
"@babel/plugin-transform-typescript": "^7.28.5",
"@babel/core": "^7.29.7",
"@babel/helper-fixtures": "^7.29.7",
"@babel/plugin-transform-typescript": "^7.29.7",
"@jridgewell/sourcemap-codec": "^1.5.3",
"charcodes": "^0.2.0"
},