Skip to content

Commit

Permalink
build(package.json) add @babel/plugin-transform-logical-assignment-op…
Browse files Browse the repository at this point in the history
…erators
  • Loading branch information
lucatume committed Nov 21, 2024
1 parent 0ce99c0 commit 4f3211c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@
"@babel/core": "^7.15.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-async-to-generator": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel-jest": "^27.0.6",
Expand Down

0 comments on commit 4f3211c

Please sign in to comment.