|
17 | 17 | },
|
18 | 18 | "scripts": {
|
19 | 19 | "build": "ember build --environment=production",
|
20 |
| - "lint": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:!(fix|hbs)\"", |
21 |
| - "lint:fix": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:*:fix\"", |
| 20 | + "lint": "concurrently \"npm:lint:*(!fix|hbs)\" --names \"lint:\"", |
| 21 | + "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
22 | 22 | "lint:hbs": "ember-template-lint .",
|
23 | 23 | "lint:hbs:fix": "ember-template-lint . --fix",
|
24 | 24 | "lint:js": "eslint . --cache",
|
25 | 25 | "lint:js:fix": "eslint . --fix",
|
26 | 26 | "start": "ember serve",
|
27 |
| - "test": "npm-run-all --print-name \"lint\" \"test:*\"", |
| 27 | + "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
28 | 28 | "test:ember": "ember test",
|
29 | 29 | "test:ember-compatibility": "ember try:each"
|
30 | 30 | },
|
|
43 | 43 | "@glimmer/component": "^1.1.2",
|
44 | 44 | "@glimmer/tracking": "^1.1.2",
|
45 | 45 | "broccoli-asset-rev": "^3.0.0",
|
46 |
| - "ember-cli": "~4.8.0", |
| 46 | + "concurrently": "^7.6.0", |
| 47 | + "ember-cli": "~4.9.0", |
47 | 48 | "ember-cli-dependency-checker": "^3.3.1",
|
48 | 49 | "ember-cli-deprecation-workflow": "^2.0.0",
|
49 | 50 | "ember-cli-fastboot": "^3.3.2",
|
|
52 | 53 | "ember-cli-sri": "^2.1.1",
|
53 | 54 | "ember-cli-terser": "^4.0.2",
|
54 | 55 | "ember-data": "~4.9.1",
|
55 |
| - "ember-disable-prototype-extensions": "^1.1.3", |
56 | 56 | "ember-fetch": "^8.1.2",
|
57 | 57 | "ember-load-initializers": "^2.1.2",
|
58 | 58 | "ember-page-title": "^7.0.0",
|
|
61 | 61 | "ember-sinon-qunit": "^6.0.0",
|
62 | 62 | "ember-source": "~4.9.1",
|
63 | 63 | "ember-source-channel-url": "^3.0.0",
|
64 |
| - "ember-template-lint": "^5.1.1", |
| 64 | + "ember-template-lint": "^5.2.0", |
65 | 65 | "ember-try": "^2.0.0",
|
66 | 66 | "eslint": "^8.29.0",
|
67 | 67 | "eslint-config-prettier": "^8.5.0",
|
|
72 | 72 | "field-guide": "^2.4.0",
|
73 | 73 | "field-guide-default-template": "^3.0.0",
|
74 | 74 | "loader.js": "^4.7.0",
|
75 |
| - "npm-run-all": "^4.1.5", |
76 | 75 | "prember": "^1.1.1",
|
77 |
| - "prettier": "^2.8.0", |
| 76 | + "prettier": "^2.8.1", |
78 | 77 | "qunit": "^2.19.3",
|
79 | 78 | "qunit-dom": "^2.0.0",
|
80 | 79 | "release-it": "^15.5.1",
|
|
85 | 84 | "fastbootDependencies": [
|
86 | 85 | "crypto"
|
87 | 86 | ],
|
| 87 | + "peerDependencies": { |
| 88 | + "ember-source": "^3.28.0 || ^4.0.0" |
| 89 | + }, |
88 | 90 | "engines": {
|
89 | 91 | "node": "14.* || 16.* || >= 18"
|
90 | 92 | },
|
|
0 commit comments