Skip to content

Commit

Permalink
Use [email protected] in v5.4 scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Sep 4, 2024
1 parent edc165f commit 3a4132c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/ember-cli-mirage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
},
"scripts": {
"build": "ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"test:types": "tsc --project types-tests"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-mirage/tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = async function () {
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-data': '~5.4.0',
'ember-data': '~5.3.0',
'ember-source': '~5.4.0',
},
},
Expand Down

0 comments on commit 3a4132c

Please sign in to comment.