Skip to content

Commit

Permalink
Fix babel error (#7541) (#7549)
Browse files Browse the repository at this point in the history
* fix babel error



* movetesting library to where it was



* Changeset file for PR #7541 created/updated

---------



(cherry picked from commit bcb8355)

Signed-off-by: Eric <menwe@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 29, 2024
1 parent c1eeef0 commit e7bbab6
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 128 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/7541.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Fix babel error ([#7541](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7541))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"url": "https://github.com/opensearch-project/opensearch-dashboards.git"
},
"resolutions": {
"**/@babel/traverse": "^7.23.2",
"**/@babel/traverse": "^7.25.0",
"**/@types/node": "~18.7.0",
"**/ansi-regex": "^5.0.1",
"**/async": "^3.2.3",
Expand Down Expand Up @@ -255,7 +255,7 @@
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/parser": "^7.22.9",
"@babel/plugin-transform-class-static-block": "^7.24.4",
"@babel/plugin-transform-class-static-block": "^7.24.7",
"@babel/register": "^7.22.9",
"@babel/types": "^7.22.9",
"@elastic/apm-rum": "^5.6.1",
Expand Down
Loading

0 comments on commit e7bbab6

Please sign in to comment.