@agoric/babel-generator
Advanced tools
Comparing version 7.17.3 to 7.17.4
{ | ||
"name": "@agoric/babel-generator", | ||
"version": "7.17.3", | ||
"version": "7.17.4", | ||
"description": "Turns an AST into code.", | ||
@@ -22,9 +22,9 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"dependencies": { | ||
"@babel/types": "workspace:^", | ||
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1", | ||
"@babel/types": "^7.17.0", | ||
"jsesc": "^2.5.1", | ||
"source-map": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-fixtures": "workspace:^", | ||
"@babel/parser": "workspace:^", | ||
"@babel/helper-fixtures": "^7.17.0", | ||
"@babel/parser": "^7.17.3", | ||
"@jridgewell/trace-mapping": "^0.3.4", | ||
@@ -37,15 +37,3 @@ "@types/jsesc": "^2.5.0", | ||
"node": ">=6.9.0" | ||
}, | ||
"conditions": { | ||
"BABEL_8_BREAKING": [ | ||
null, | ||
{ | ||
"exports": null | ||
} | ||
] | ||
}, | ||
"exports": { | ||
".": "./lib/index.js", | ||
"./package.json": "./package.json" | ||
} | ||
} | ||
} |
117168
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/types@7.26.9(transitive)
+ Addedjsesc@2.5.2(transitive)
Updated@babel/types@^7.17.0
Updatedjsesc@^2.5.1