@babel/types
Advanced tools
+7
-7
| { | ||
| "name": "@babel/types", | ||
| "version": "8.0.0-rc.4", | ||
| "version": "8.0.0-rc.5", | ||
| "description": "Babel Types is a Lodash-esque utility library for AST nodes", | ||
@@ -19,12 +19,12 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/helper-string-parser": "^8.0.0-rc.4", | ||
| "@babel/helper-validator-identifier": "^8.0.0-rc.4" | ||
| "@babel/helper-string-parser": "^8.0.0-rc.5", | ||
| "@babel/helper-validator-identifier": "^8.0.0-rc.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/generator": "^8.0.0-rc.4", | ||
| "@babel/helper-fixtures": "^8.0.0-rc.4", | ||
| "@babel/parser": "^8.0.0-rc.4" | ||
| "@babel/generator": "^8.0.0-rc.5", | ||
| "@babel/helper-fixtures": "^8.0.0-rc.5", | ||
| "@babel/parser": "^8.0.0-rc.5" | ||
| }, | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| "node": "^22.18.0 || >=24.11.0" | ||
| }, | ||
@@ -31,0 +31,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
2349992
0