@babel/helper-annotate-as-pure
Advanced tools
Comparing version
{ | ||
"name": "@babel/helper-annotate-as-pure", | ||
"version": "7.25.9", | ||
"version": "7.27.1", | ||
"description": "Helper function to annotate paths and nodes with #__PURE__ comment", | ||
@@ -17,6 +17,6 @@ "repository": { | ||
"dependencies": { | ||
"@babel/types": "^7.25.9" | ||
"@babel/types": "^7.27.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/traverse": "^7.25.9" | ||
"@babel/traverse": "^7.27.1" | ||
}, | ||
@@ -23,0 +23,0 @@ "engines": { |
Updated