Skip to content

Commit

Permalink
Merge pull request #1577 from aeternity/drop-bluebird
Browse files Browse the repository at this point in the history
Drop bluebird
  • Loading branch information
davidyuk authored Feb 11, 2025
2 parents 1de3f0a + 86924be commit 149b024
Show file tree
Hide file tree
Showing 23 changed files with 387 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_validate-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm test
working-directory: 'backend'
- run: npm ci --legacy-peer-deps # TODO: remove --legacy-peer-deps after updating dependencies
- run: docker compose up middleware -d --wait
- run: docker compose up middleware -d --wait --quiet-pull
- run: ./docker-compose/init-state.mjs
- run: npm test
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
7 changes: 2 additions & 5 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ module.exports = {
'@vue/cli-plugin-babel/preset',
],
plugins: [
['@babel/plugin-transform-async-to-generator', {
module: 'bluebird',
method: 'coroutine',
}],
['@babel/plugin-syntax-import-attributes'],
'@babel/plugin-syntax-import-attributes',
'@babel/plugin-transform-private-methods',
],
};
Loading

0 comments on commit 149b024

Please sign in to comment.