|
16 | 16 | }, |
17 | 17 | "scripts": { |
18 | 18 | "build": "ember build --environment=production", |
19 | | - "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
| 19 | + "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
20 | 20 | "lint:css": "stylelint \"**/*.css\"", |
21 | | - "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", |
22 | | - "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
| 21 | + "lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"", |
| 22 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"", |
23 | 23 | "lint:hbs": "ember-template-lint .", |
24 | 24 | "lint:hbs:fix": "ember-template-lint . --fix", |
25 | 25 | "lint:js": "eslint . --cache", |
26 | 26 | "lint:js:fix": "eslint . --fix", |
27 | 27 | "start": "ember server", |
28 | | - "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
| 28 | + "test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"", |
29 | 29 | "test:ember": "ember test", |
30 | 30 | "test:ember-compatibility": "ember try:each", |
31 | 31 | "test:blueprint": "mocha node-tests --recursive" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
| 34 | + "@babel/core": "^7.25.2", |
34 | 35 | "chalk": "^4.1.2", |
35 | | - "ember-cli-babel": "^8.0.0", |
| 36 | + "ember-cli-babel": "^8.2.0", |
36 | 37 | "ember-cli-build-config-editor": "^0.5.0", |
37 | | - "ember-cli-htmlbars": "^6.2.0" |
| 38 | + "ember-cli-htmlbars": "^6.3.0" |
38 | 39 | }, |
39 | 40 | "devDependencies": { |
40 | 41 | "@babel/eslint-parser": "7.28.4", |
41 | 42 | "@babel/plugin-proposal-decorators": "7.28.0", |
42 | 43 | "@ember/optional-features": "2.2.0", |
43 | | - "@ember/string": "4.0.1", |
44 | 44 | "@ember/test-helpers": "5.3.0", |
45 | 45 | "@embroider/macros": "1.18.1", |
46 | 46 | "@embroider/test-setup": "4.0.0", |
|
55 | 55 | "ember-bootstrap": "6.5.0", |
56 | 56 | "ember-cli": "6.7.0", |
57 | 57 | "ember-cli-blueprint-test-helpers": "0.19.2", |
| 58 | + "ember-cli-clean-css": "^3.0.0", |
58 | 59 | "ember-cli-dependency-checker": "3.3.3", |
59 | 60 | "ember-cli-inject-live-reload": "2.1.0", |
60 | 61 | "ember-cli-sri": "2.1.1", |
|
71 | 72 | "ember-try": "4.0.0", |
72 | 73 | "eslint": "8.57.1", |
73 | 74 | "eslint-config-prettier": "10.1.8", |
74 | | - "eslint-plugin-ember": "11.12.0", |
| 75 | + "eslint-plugin-ember": "12.2.1", |
75 | 76 | "eslint-plugin-n": "17.23.1", |
76 | 77 | "eslint-plugin-prettier": "5.5.4", |
77 | 78 | "eslint-plugin-qunit": "8.2.5", |
|
0 commit comments