|
14 | 14 | },
|
15 | 15 | "scripts": {
|
16 | 16 | "build": "ember build --environment=production",
|
17 |
| - "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", |
18 |
| - "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix", |
| 17 | + "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
| 18 | + "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
19 | 19 | "lint:hbs": "ember-template-lint .",
|
20 | 20 | "lint:hbs:fix": "ember-template-lint . --fix",
|
21 | 21 | "lint:js": "eslint . --cache",
|
22 | 22 | "release": "release-it",
|
23 | 23 | "lint:js:fix": "eslint . --fix",
|
24 | 24 | "start": "ember serve",
|
25 |
| - "test": "npm-run-all lint test:*", |
| 25 | + "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
26 | 26 | "test:ember": "ember test",
|
27 | 27 | "test:ember-compatibility": "ember try:each"
|
28 | 28 | },
|
29 | 29 | "dependencies": {
|
| 30 | + "ember-auto-import": "^2.5.0", |
30 | 31 | "ember-cli-babel": "^7.26.11",
|
31 |
| - "ember-auto-import": "^2.4.2", |
32 | 32 | "ember-modifier": "^3.2.7 || ^4.0.0"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 | 35 | "@ember/optional-features": "^2.0.0",
|
36 | 36 | "@ember/test-helpers": "^2.8.1",
|
37 |
| - "@embroider/test-setup": "^2.0.0", |
| 37 | + "@embroider/test-setup": "^2.0.2", |
38 | 38 | "@glimmer/component": "^1.1.2",
|
39 | 39 | "@glimmer/tracking": "^1.1.2",
|
40 | 40 | "babel-eslint": "^10.1.0",
|
41 | 41 | "broccoli-asset-rev": "^3.0.0",
|
42 |
| - "ember-cli": "~4.9.0", |
| 42 | + "concurrently": "^7.6.0", |
| 43 | + "ember-cli": "~4.9.2", |
43 | 44 | "ember-cli-content-security-policy": "^2.0.3",
|
44 | 45 | "ember-cli-dependency-checker": "^3.3.1",
|
45 |
| - "ember-cli-htmlbars": "^6.1.0", |
| 46 | + "ember-cli-htmlbars": "^6.1.1", |
46 | 47 | "ember-cli-inject-live-reload": "^2.1.0",
|
47 | 48 | "ember-cli-sri": "^2.1.1",
|
48 | 49 | "ember-cli-terser": "^4.0.2",
|
49 |
| - "ember-disable-prototype-extensions": "^1.1.3", |
50 | 50 | "ember-load-initializers": "^2.1.2",
|
51 | 51 | "ember-page-title": "^7.0.0",
|
52 | 52 | "ember-qunit": "^6.0.0",
|
53 | 53 | "ember-resolver": "^10.0.0",
|
54 |
| - "ember-source": "~4.9.0", |
| 54 | + "ember-source": "~4.9.1", |
55 | 55 | "ember-source-channel-url": "^3.0.0",
|
56 |
| - "ember-template-lint": "^5.0.0", |
| 56 | + "ember-template-lint": "^5.2.0", |
57 | 57 | "ember-try": "^2.0.0",
|
58 | 58 | "eslint": "^7.32.0",
|
59 | 59 | "eslint-config-prettier": "^8.5.0",
|
60 |
| - "eslint-plugin-ember": "^11.0.6", |
| 60 | + "eslint-plugin-ember": "^11.2.1", |
61 | 61 | "eslint-plugin-node": "^11.1.0",
|
62 | 62 | "eslint-plugin-prettier": "^4.2.1",
|
63 |
| - "eslint-plugin-qunit": "^7.3.1", |
| 63 | + "eslint-plugin-qunit": "^7.3.4", |
64 | 64 | "loader.js": "^4.7.0",
|
65 |
| - "npm-run-all": "^4.1.5", |
66 |
| - "prettier": "^2.7.1", |
67 |
| - "qunit": "^2.19.1", |
| 65 | + "prettier": "^2.8.1", |
| 66 | + "qunit": "^2.19.3", |
68 | 67 | "qunit-dom": "^2.0.0",
|
69 | 68 | "release-it": "^15.0.0",
|
70 | 69 | "release-it-lerna-changelog": "^5.0.0",
|
71 |
| - "webpack": "^5.74.0" |
| 70 | + "webpack": "^5.75.0" |
| 71 | + }, |
| 72 | + "peerDependencies": { |
| 73 | + "ember-source": "^3.28.0 || ^4.0.0" |
72 | 74 | },
|
73 | 75 | "engines": {
|
74 |
| - "node": "14.* || >= 16" |
| 76 | + "node": "14.* || 16.* || >= 18" |
75 | 77 | },
|
76 | 78 | "publishConfig": {
|
77 | 79 | "registry": "https://registry.npmjs.org"
|
|
0 commit comments