|
14 | 14 | }, |
15 | 15 | "scripts": { |
16 | 16 | "build": "ember build --environment=production", |
17 | | - "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
| 17 | + "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
18 | 18 | "lint:css": "stylelint \"**/*.css\"", |
19 | | - "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", |
20 | | - "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
| 19 | + "lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"", |
| 20 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"", |
21 | 21 | "lint:hbs": "ember-template-lint .", |
22 | 22 | "lint:hbs:fix": "ember-template-lint . --fix", |
23 | 23 | "lint:js": "eslint . --cache", |
24 | 24 | "lint:js:fix": "eslint . --fix", |
25 | 25 | "start": "ember serve", |
26 | | - "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
| 26 | + "test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"", |
27 | 27 | "test:mocha": "mocha", |
28 | 28 | "test:ember": "ember test", |
29 | 29 | "test:ember-compatibility": "ember try:each" |
|
49 | 49 | "silent-error": "^1.1.1" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@babel/eslint-parser": "^7.24.1", |
53 | | - "@babel/plugin-proposal-decorators": "^7.24.1", |
| 52 | + "@babel/eslint-parser": "^7.25.1", |
| 53 | + "@babel/plugin-proposal-decorators": "^7.24.7", |
54 | 54 | "@ember/optional-features": "^2.1.0", |
55 | | - "@ember/test-helpers": "^3.3.0", |
56 | | - "@embroider/test-setup": "^3.0.3", |
| 55 | + "@ember/test-helpers": "^3.3.1", |
| 56 | + "@embroider/test-setup": "^4.0.0", |
57 | 57 | "@glimmer/component": "^1.1.2", |
58 | 58 | "@glimmer/tracking": "^1.1.2", |
59 | 59 | "broccoli-asset-rev": "^3.0.0", |
60 | 60 | "broccoli-test-helper": "^1.5.0", |
61 | 61 | "concurrently": "^8.2.2", |
62 | | - "ember-auto-import": "^2.7.2", |
63 | | - "ember-cli": "~5.8.1", |
| 62 | + "ember-auto-import": "^2.8.1", |
| 63 | + "ember-cli": "~5.12.0", |
64 | 64 | "ember-cli-clean-css": "^3.0.0", |
65 | 65 | "ember-cli-dependency-checker": "^3.3.2", |
66 | 66 | "ember-cli-htmlbars": "^6.3.0", |
|
69 | 69 | "ember-cli-terser": "^4.0.2", |
70 | 70 | "ember-load-initializers": "^2.1.2", |
71 | 71 | "ember-page-title": "^8.2.3", |
72 | | - "ember-qunit": "^8.0.2", |
73 | | - "ember-resolver": "^11.0.1", |
74 | | - "ember-source": "~5.8.0", |
| 72 | + "ember-qunit": "^8.1.0", |
| 73 | + "ember-resolver": "^12.0.1", |
| 74 | + "ember-source": "~5.12.0", |
75 | 75 | "ember-source-channel-url": "^3.0.0", |
76 | | - "ember-template-lint": "^5.13.0", |
| 76 | + "ember-template-lint": "^6.0.0", |
77 | 77 | "ember-try": "^3.0.0", |
78 | | - "eslint": "^8.57.0", |
| 78 | + "eslint": "^8.57.1", |
79 | 79 | "eslint-config-prettier": "^9.1.0", |
80 | | - "eslint-plugin-ember": "^11.12.0", |
| 80 | + "eslint-plugin-ember": "^12.2.1", |
81 | 81 | "eslint-plugin-n": "^16.6.2", |
82 | | - "eslint-plugin-prettier": "^5.1.3", |
83 | | - "eslint-plugin-qunit": "^8.1.1", |
| 82 | + "eslint-plugin-prettier": "^5.2.1", |
| 83 | + "eslint-plugin-qunit": "^8.1.2", |
84 | 84 | "glob": "^7.1.3", |
85 | 85 | "lint-to-the-future": "^2.0.0", |
86 | 86 | "lint-to-the-future-eslint": "^2.0.1", |
87 | 87 | "loader.js": "^4.7.0", |
88 | 88 | "mocha": "^9.1.2", |
89 | | - "prettier": "^3.2.5", |
90 | | - "qunit": "^2.20.1", |
91 | | - "qunit-dom": "^2.0.0", |
| 89 | + "prettier": "^3.3.3", |
| 90 | + "qunit": "^2.22.0", |
| 91 | + "qunit-dom": "^3.2.1", |
92 | 92 | "sinon": "^17.0.1", |
93 | 93 | "stylelint": "^15.11.0", |
94 | 94 | "stylelint-config-standard": "^34.0.0", |
95 | 95 | "stylelint-prettier": "^4.1.0", |
96 | | - "webpack": "^5.91.0" |
| 96 | + "webpack": "^5.95.0" |
97 | 97 | }, |
98 | 98 | "peerDependencies": { |
99 | 99 | "ember-source": ">=3.16" |
|
0 commit comments