|
20 | 20 | }, |
21 | 21 | "scripts": { |
22 | 22 | "build": "ember build --environment=production", |
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\"", |
| 23 | + "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
| 24 | + "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"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 --print-name \"lint\" \"test:*\"", |
| 30 | + "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"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.1.1", |
| 36 | + "ember-cli-htmlbars": "^6.2.0", |
37 | 37 | "ember-in-element-polyfill": "^1.0.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
| 40 | + "@babel/eslint-parser": "^7.21.3", |
| 41 | + "@babel/plugin-proposal-decorators": "^7.21.0", |
40 | 42 | "@ember/optional-features": "^2.0.0", |
41 | | - "@ember/test-helpers": "^2.8.1", |
42 | | - "@embroider/test-setup": "^1.8.3", |
| 43 | + "@ember/string": "^3.0.1", |
| 44 | + "@ember/test-helpers": "^2.9.3", |
| 45 | + "@embroider/test-setup": "^2.1.1", |
43 | 46 | "@glimmer/component": "^1.1.2", |
44 | 47 | "@glimmer/tracking": "^1.1.2", |
45 | | - "babel-eslint": "^10.1.0", |
46 | 48 | "broccoli-asset-rev": "^3.0.0", |
47 | 49 | "chai": "^4.2.0", |
| 50 | + "concurrently": "^8.0.1", |
48 | 51 | "ember-auto-import": "^2.6.3", |
49 | | - "ember-cli": "~4.8.0", |
| 52 | + "ember-cli": "~4.12.1", |
50 | 53 | "ember-cli-dependency-checker": "^3.3.1", |
51 | 54 | "ember-cli-fastboot": "^4.1.1", |
52 | 55 | "ember-cli-fastboot-testing": "^0.5.0", |
53 | 56 | "ember-cli-inject-live-reload": "^2.1.0", |
54 | 57 | "ember-cli-sri": "^2.1.1", |
55 | 58 | "ember-cli-terser": "^4.0.2", |
56 | | - "ember-disable-prototype-extensions": "^1.1.3", |
57 | 59 | "ember-load-initializers": "^2.1.2", |
58 | 60 | "ember-page-title": "^7.0.0", |
59 | | - "ember-qunit": "^6.0.0", |
60 | | - "ember-resolver": "^8.0.3", |
61 | | - "ember-source": "~4.8.0", |
| 61 | + "ember-qunit": "^6.2.0", |
| 62 | + "ember-resolver": "^10.0.0", |
| 63 | + "ember-source": "~4.12.0", |
62 | 64 | "ember-source-channel-url": "^3.0.0", |
63 | | - "ember-template-lint": "^4.16.1", |
| 65 | + "ember-template-lint": "^5.7.2", |
64 | 66 | "ember-try": "^3.0.0", |
65 | | - "eslint": "^7.32.0", |
66 | | - "eslint-config-prettier": "^8.5.0", |
67 | | - "eslint-plugin-ember": "^11.1.0", |
68 | | - "eslint-plugin-node": "^11.1.0", |
| 67 | + "eslint": "^8.37.0", |
| 68 | + "eslint-config-prettier": "^8.8.0", |
| 69 | + "eslint-plugin-ember": "^11.5.0", |
| 70 | + "eslint-plugin-n": "^15.7.0", |
69 | 71 | "eslint-plugin-prettier": "^4.2.1", |
70 | | - "eslint-plugin-qunit": "^7.3.1", |
| 72 | + "eslint-plugin-qunit": "^7.3.4", |
71 | 73 | "loader.js": "^4.7.0", |
72 | | - "npm-run-all": "^4.1.5", |
73 | | - "prettier": "^2.7.1", |
74 | | - "qunit": "^2.19.2", |
| 74 | + "prettier": "^2.8.7", |
| 75 | + "qunit": "^2.19.4", |
75 | 76 | "qunit-dom": "^2.0.0", |
76 | 77 | "release-plan": "^0.5.1", |
77 | 78 | "webpack": "^5.85.0" |
|
0 commit comments