Skip to content

Commit

Permalink
Fix babel/core version
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Dec 4, 2024
1 parent 4d56748 commit c1422f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/survey-angular-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"@angular/router": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"@babel/core": "7.25.9",
"@babel/traverse": "7.25.9",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
Expand All @@ -64,4 +66,4 @@
"test:single": "ng test --watch=false --browsers=ChromeHeadless survey-angular-ui",
"release": "commit-and-tag-version --message \"Release: %s [azurepipelines skip]\" "
}
}
}

0 comments on commit c1422f8

Please sign in to comment.