Skip to content

Commit

Permalink
update babel core
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjeet31925 committed May 2, 2024
1 parent 07ecf23 commit 5dbab66
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/repay-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:debug": "node --inspect-brk ./node_modules/.bin/jest -c ./tests/jest.config.js --runInBand"
},
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/core": "^7.17.12",
"@babel/runtime": "^7.17.2",
"@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0",
Expand Down
1 change: 0 additions & 1 deletion modules/repay-scripts/tests/test-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class TestSetup {
}

yarnAdd(pkgName) {
console.log('error here')
return exec(`yarn add ${pkgName} --mutex network`, { cwd: this.tempDir })
}

Expand Down
Loading

0 comments on commit 5dbab66

Please sign in to comment.