@babel/plugin-transform-optional-chaining
Advanced tools
+7
-7
| { | ||
| "name": "@babel/plugin-transform-optional-chaining", | ||
| "version": "7.28.6", | ||
| "version": "7.29.7", | ||
| "description": "Transform optional chaining operators into a series of nil checks", | ||
@@ -20,4 +20,4 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^7.28.6", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" | ||
| "@babel/helper-plugin-utils": "^7.29.7", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7" | ||
| }, | ||
@@ -28,6 +28,6 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "@babel/core": "^7.28.6", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "@babel/plugin-transform-block-scoping": "^7.28.6", | ||
| "@babel/traverse": "^7.28.6" | ||
| "@babel/core": "^7.29.7", | ||
| "@babel/helper-plugin-test-runner": "^7.29.7", | ||
| "@babel/plugin-transform-block-scoping": "^7.29.7", | ||
| "@babel/traverse": "^7.29.7" | ||
| }, | ||
@@ -34,0 +34,0 @@ "engines": { |