feat: refactoring project

This commit is contained in:
Carlos
2024-11-23 14:56:07 -05:00
parent f0c2a50c18
commit 1c6db5818d
2351 changed files with 39323 additions and 60326 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-logical-assignment-operators",
"version": "7.24.7",
"version": "7.25.9",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": {
"type": "git",
@@ -16,16 +16,15 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
"@babel/helper-plugin-utils": "^7.25.9"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/helper-plugin-test-runner": "^7.24.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7"
"@babel/core": "^7.25.9",
"@babel/helper-plugin-test-runner": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-logical-assignment-operators",
"engines": {