Skip to content

Commit

Permalink
feat(ember): Upgrade ember-cli-babel to ^7.26.6 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmachielse authored Nov 24, 2021
1 parent bd3f819 commit 4352881
Show file tree
Hide file tree
Showing 2 changed files with 1,459 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/@pollyjs/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "ember build",
"start": "ember serve",
"test": "ember test ci --port=7300",
"test": "ember test ci --test-port=7300",
"clean": "rimraf dist tmp"
},
"dependencies": {
Expand All @@ -43,7 +43,7 @@
"@pollyjs/persister-local-storage": "^5.1.1",
"@pollyjs/persister-rest": "^5.1.1",
"ember-auto-import": "^1.2.15",
"ember-cli-babel": "^6.16.0",
"ember-cli-babel": "^7.26.6",
"minimist": "^1.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4352881

Please sign in to comment.