|
20 | 20 | }, |
21 | 21 | "scripts": { |
22 | 22 | "build": "ember build --environment=production", |
23 | | - "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", |
24 | | - "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix", |
| 23 | + "lint": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", |
| 24 | + "lint:fix": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:*:fix\"", |
25 | 25 | "lint:hbs": "ember-template-lint .", |
26 | 26 | "lint:hbs:fix": "ember-template-lint . --fix", |
27 | 27 | "lint:js": "eslint . --cache", |
28 | 28 | "lint:js:fix": "eslint . --fix", |
29 | 29 | "start": "ember serve", |
30 | | - "test": "npm-run-all lint test:*", |
| 30 | + "test": "npm-run-all --print-name \"lint\" \"test:*\"", |
31 | 31 | "test:ember": "ember test", |
32 | 32 | "ember-compatibility-tests": "ember try:each" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | 35 | "ember-cli-babel": "^7.26.11", |
36 | | - "ember-cli-htmlbars": "^6.0.1", |
| 36 | + "ember-cli-htmlbars": "^6.1.1", |
37 | 37 | "ember-in-element-polyfill": "^1.0.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "@ember/optional-features": "^2.0.0", |
41 | | - "@ember/test-helpers": "^2.7.0", |
42 | | - "@embroider/test-setup": "^1.6.0", |
| 41 | + "@ember/test-helpers": "^2.8.1", |
| 42 | + "@embroider/test-setup": "^1.8.3", |
43 | 43 | "@glimmer/component": "^1.1.2", |
44 | 44 | "@glimmer/tracking": "^1.1.2", |
45 | 45 | "babel-eslint": "^10.1.0", |
46 | 46 | "broccoli-asset-rev": "^3.0.0", |
47 | 47 | "chai": "^4.2.0", |
48 | 48 | "ember-auto-import": "^2.6.3", |
49 | | - "ember-cli": "~4.4.1", |
| 49 | + "ember-cli": "~4.8.0", |
50 | 50 | "ember-cli-dependency-checker": "^3.3.1", |
51 | 51 | "ember-cli-fastboot": "^4.1.1", |
52 | 52 | "ember-cli-fastboot-testing": "^0.5.0", |
53 | 53 | "ember-cli-inject-live-reload": "^2.1.0", |
54 | 54 | "ember-cli-sri": "^2.1.1", |
55 | 55 | "ember-cli-terser": "^4.0.2", |
56 | 56 | "ember-disable-prototype-extensions": "^1.1.3", |
57 | | - "ember-export-application-global": "^2.0.1", |
58 | 57 | "ember-load-initializers": "^2.1.2", |
59 | 58 | "ember-page-title": "^7.0.0", |
60 | | - "ember-qunit": "^5.1.5", |
| 59 | + "ember-qunit": "^6.0.0", |
61 | 60 | "ember-resolver": "^8.0.3", |
62 | | - "ember-source": "~4.4.0", |
| 61 | + "ember-source": "~4.8.0", |
63 | 62 | "ember-source-channel-url": "^3.0.0", |
64 | | - "ember-template-lint": "^4.8.0", |
| 63 | + "ember-template-lint": "^4.16.1", |
65 | 64 | "ember-try": "^3.0.0", |
66 | 65 | "eslint": "^7.32.0", |
67 | 66 | "eslint-config-prettier": "^8.5.0", |
68 | | - "eslint-plugin-ember": "^10.6.1", |
| 67 | + "eslint-plugin-ember": "^11.1.0", |
69 | 68 | "eslint-plugin-node": "^11.1.0", |
70 | | - "eslint-plugin-prettier": "^4.0.0", |
71 | | - "eslint-plugin-qunit": "^7.2.0", |
| 69 | + "eslint-plugin-prettier": "^4.2.1", |
| 70 | + "eslint-plugin-qunit": "^7.3.1", |
72 | 71 | "loader.js": "^4.7.0", |
73 | 72 | "npm-run-all": "^4.1.5", |
74 | | - "prettier": "^2.6.2", |
75 | | - "qunit": "^2.19.1", |
| 73 | + "prettier": "^2.7.1", |
| 74 | + "qunit": "^2.19.2", |
76 | 75 | "qunit-dom": "^2.0.0", |
77 | 76 | "release-plan": "^0.5.1", |
78 | 77 | "webpack": "^5.85.0" |
79 | 78 | }, |
80 | 79 | "engines": { |
81 | | - "node": "12.* || 14.* || >= 16" |
| 80 | + "node": "12.* || 14.* || 16.* || >= 18" |
82 | 81 | }, |
83 | 82 | "publishConfig": { |
84 | 83 | "registry": "https://registry.npmjs.org" |
|
0 commit comments