|
23 | 23 | }, |
24 | 24 | "scripts": { |
25 | 25 | "build": "ember build --environment=production", |
26 | | - "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
| 26 | + "lint": "concurrently \"yarn:lint:*(!fix)\" --names \"lint:\"", |
27 | 27 | "lint:css": "stylelint \"**/*.css\"", |
28 | | - "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", |
29 | | - "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
| 28 | + "lint:css:fix": "concurrently \"yarn:lint:css -- --fix\"", |
| 29 | + "lint:fix": "concurrently \"yarn:lint:*:fix\" --names \"fix:\"", |
30 | 30 | "lint:hbs": "ember-template-lint .", |
31 | 31 | "lint:hbs:fix": "ember-template-lint . --fix", |
32 | 32 | "lint:js": "eslint . --cache", |
33 | 33 | "lint:js:fix": "eslint . --fix", |
34 | 34 | "start": "ember serve", |
35 | | - "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
| 35 | + "test": "concurrently \"yarn:lint\" \"yarn:test:*\" --names \"lint,test:\"", |
36 | 36 | "test:ember": "ember test", |
37 | 37 | "test:ember-compatibility": "ember try:each" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@babel/core": "^7.23.2", |
| 40 | + "@babel/core": "^7.25.2", |
41 | 41 | "@glimmer/component": "^1.1.2", |
42 | 42 | "ember-cli-babel": "^8.2.0", |
43 | 43 | "ember-cli-htmlbars": "^6.3.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/eslint-parser": "^7.22.15", |
47 | | - "@babel/plugin-proposal-decorators": "^7.23.2", |
48 | | - "@ember/optional-features": "^2.0.0", |
49 | | - "@ember/test-helpers": "^3.2.0", |
50 | | - "@embroider/test-setup": "^3.0.2", |
| 46 | + "@babel/eslint-parser": "^7.25.1", |
| 47 | + "@babel/plugin-proposal-decorators": "^7.24.7", |
| 48 | + "@ember/optional-features": "^2.1.0", |
| 49 | + "@ember/test-helpers": "^3.3.1", |
| 50 | + "@embroider/test-setup": "^4.0.0", |
51 | 51 | "@glimmer/tracking": "^1.1.2", |
52 | 52 | "broccoli-asset-rev": "^3.0.0", |
53 | 53 | "concurrently": "^8.2.2", |
54 | | - "ember-cli": "~5.4.2", |
| 54 | + "ember-auto-import": "^2.10.0", |
| 55 | + "ember-cli": "~5.12.0", |
55 | 56 | "ember-cli-clean-css": "^3.0.0", |
56 | 57 | "ember-cli-terser": "^4.0.2", |
57 | 58 | "ember-load-initializers": "^2.1.2", |
58 | | - "ember-page-title": "^8.0.0", |
59 | | - "ember-qunit": "^8.0.1", |
60 | | - "ember-resolver": "^11.0.1", |
61 | | - "ember-source": "~5.4.0", |
| 59 | + "ember-page-title": "^8.2.3", |
| 60 | + "ember-qunit": "^8.1.0", |
| 61 | + "ember-resolver": "^12.0.1", |
| 62 | + "ember-source": "~5.12.0", |
62 | 63 | "ember-source-channel-url": "^3.0.0", |
63 | | - "ember-template-lint": "^5.11.2", |
| 64 | + "ember-template-lint": "^6.0.0", |
64 | 65 | "ember-try": "^3.0.0", |
65 | | - "eslint": "^8.52.0", |
66 | | - "eslint-config-prettier": "^9.0.0", |
67 | | - "eslint-plugin-ember": "^11.11.1", |
68 | | - "eslint-plugin-n": "^16.2.0", |
69 | | - "eslint-plugin-prettier": "^5.0.1", |
70 | | - "eslint-plugin-qunit": "^8.0.1", |
| 66 | + "eslint": "^8.57.1", |
| 67 | + "eslint-config-prettier": "^9.1.0", |
| 68 | + "eslint-plugin-ember": "^12.2.1", |
| 69 | + "eslint-plugin-n": "^16.6.2", |
| 70 | + "eslint-plugin-prettier": "^5.2.1", |
| 71 | + "eslint-plugin-qunit": "^8.1.2", |
71 | 72 | "loader.js": "^4.7.0", |
72 | | - "prettier": "^3.0.3", |
73 | | - "qunit": "^2.20.0", |
74 | | - "qunit-dom": "^2.0.0", |
| 73 | + "prettier": "^3.3.3", |
| 74 | + "qunit": "^2.22.0", |
| 75 | + "qunit-dom": "^3.2.1", |
75 | 76 | "stylelint": "^15.11.0", |
76 | 77 | "stylelint-config-standard": "^34.0.0", |
77 | | - "stylelint-prettier": "^4.0.2", |
78 | | - "webpack": "^5.89.0" |
79 | | - }, |
80 | | - "peerDependencies": { |
81 | | - "ember-source": "^4.0.0" |
| 78 | + "stylelint-prettier": "^4.1.0", |
| 79 | + "webpack": "^5.95.0" |
82 | 80 | }, |
83 | 81 | "engines": { |
84 | 82 | "node": ">= 18" |
|
0 commit comments