@babel/plugin-transform-typeof-symbol
Advanced tools
Comparing version
{ | ||
"name": "@babel/plugin-transform-typeof-symbol", | ||
"version": "7.27.0", | ||
"version": "7.27.1", | ||
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.26.5" | ||
"@babel/helper-plugin-utils": "^7.27.1" | ||
}, | ||
@@ -26,7 +26,7 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.26.10", | ||
"@babel/helper-plugin-test-runner": "^7.25.9", | ||
"@babel/runtime": "^7.27.0", | ||
"@babel/core": "^7.27.1", | ||
"@babel/helper-plugin-test-runner": "^7.27.1", | ||
"@babel/runtime": "^7.27.1", | ||
"@babel/runtime-corejs2": "^7.24.0", | ||
"@babel/runtime-corejs3": "^7.27.0" | ||
"@babel/runtime-corejs3": "^7.27.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol", |
10519
-0.01%