Skip to content

Commit

Permalink
Merge pull request #379 from gayaldassanayake/test-report-babel-fix
Browse files Browse the repository at this point in the history
Specify babel versions in pacakge.json to fix test report build failure
  • Loading branch information
nipunayf committed Aug 5, 2024
2 parents 726dede + d75ca08 commit afdb91d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testerina-report-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"private": true,
"homepage": ".",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
Expand All @@ -20,6 +23,7 @@
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"inliner": "^1.13.1"
},
"scripts": {
Expand Down

0 comments on commit afdb91d

Please sign in to comment.