@babel/plugin-bugfix-safari-class-field-initializer-scope
Advanced tools
Comparing version
{ | ||
"name": "@babel/plugin-bugfix-safari-class-field-initializer-scope", | ||
"version": "7.25.0", | ||
"version": "7.25.7", | ||
"description": "Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.24.8" | ||
"@babel/helper-plugin-utils": "^7.25.7" | ||
}, | ||
@@ -35,5 +35,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.9", | ||
"@babel/helper-plugin-test-runner": "^7.24.7", | ||
"@babel/traverse": "^7.25.0" | ||
"@babel/core": "^7.25.7", | ||
"@babel/helper-plugin-test-runner": "^7.25.7", | ||
"@babel/traverse": "^7.25.7" | ||
}, | ||
@@ -40,0 +40,0 @@ "engines": { |
@@ -15,4 +15,7 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */ | ||
"path": "../../packages/babel-helper-plugin-utils" | ||
}, | ||
{ | ||
"path": "../../packages/babel-core" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
81339
10.7%88
3.53%