@babel/plugin-transform-runtime
Advanced tools
+9
-9
| { | ||
| "name": "@babel/plugin-transform-runtime", | ||
| "version": "7.29.0", | ||
| "version": "7.29.7", | ||
| "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", | ||
@@ -23,4 +23,4 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-module-imports": "^7.28.6", | ||
| "@babel/helper-plugin-utils": "^7.28.6", | ||
| "@babel/helper-module-imports": "^7.29.7", | ||
| "@babel/helper-plugin-utils": "^7.29.7", | ||
| "babel-plugin-polyfill-corejs2": "^0.4.14", | ||
@@ -35,8 +35,8 @@ "babel-plugin-polyfill-corejs3": "^0.13.0", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.29.0", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "@babel/helpers": "^7.28.6", | ||
| "@babel/preset-env": "^7.29.0", | ||
| "@babel/runtime": "^7.28.6", | ||
| "@babel/runtime-corejs3": "^7.29.0", | ||
| "@babel/core": "^7.29.7", | ||
| "@babel/helper-plugin-test-runner": "^7.29.7", | ||
| "@babel/helpers": "^7.29.7", | ||
| "@babel/preset-env": "^7.29.7", | ||
| "@babel/runtime": "^7.29.7", | ||
| "@babel/runtime-corejs3": "^7.29.7", | ||
| "babel-plugin-polyfill-corejs3": "^0.14.0", | ||
@@ -43,0 +43,0 @@ "make-dir": "^2.1.0" |