@babel/helper-replace-supers
Advanced tools
Comparing version
{ | ||
"name": "@babel/helper-replace-supers", | ||
"version": "8.0.0-alpha.17", | ||
"version": "8.0.0-beta.0", | ||
"description": "Helper function to replace supers", | ||
@@ -17,14 +17,14 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-member-expression-to-functions": "^8.0.0-alpha.17", | ||
"@babel/helper-optimise-call-expression": "^8.0.0-alpha.17", | ||
"@babel/traverse": "^8.0.0-alpha.17" | ||
"@babel/helper-member-expression-to-functions": "^8.0.0-beta.0", | ||
"@babel/helper-optimise-call-expression": "^8.0.0-beta.0", | ||
"@babel/traverse": "^8.0.0-beta.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.17" | ||
"@babel/core": "^8.0.0-beta.0" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.17" | ||
"@babel/core": "^8.0.0-beta.0" | ||
}, | ||
"engines": { | ||
"node": "^18.20.0 || ^20.17.0 || >=22.8.0" | ||
"node": "^20.19.0 || >=22.12.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
38184
-0.06%