|
12 | 12 | },
|
13 | 13 | "scripts": {
|
14 | 14 | "build": "ember build --environment=production",
|
15 |
| - "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
16 |
| - "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
| 15 | + "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
| 16 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"", |
17 | 17 | "lint:hbs": "ember-template-lint .",
|
18 | 18 | "lint:hbs:fix": "ember-template-lint . --fix",
|
19 | 19 | "lint:js": "eslint . --cache",
|
20 | 20 | "lint:js:fix": "eslint . --fix",
|
21 | 21 | "lint:glint": "glint",
|
22 | 22 | "start": "ember serve",
|
23 |
| - "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
| 23 | + "test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"", |
24 | 24 | "test:ember": "ember test"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 | 27 | "@babel/core": "^7.24.3",
|
28 | 28 | "@babel/eslint-parser": "^7.23.10",
|
29 |
| - "@babel/plugin-proposal-decorators": "^7.21.0", |
| 29 | + "@babel/plugin-proposal-decorators": "^7.23.2", |
30 | 30 | "@cardstack/boxel-motion": "workspace:*",
|
31 | 31 | "@ember/optional-features": "^2.0.0",
|
32 | 32 | "@ember/string": "^3.1.1",
|
33 |
| - "@ember/test-helpers": "^2.9.3", |
| 33 | + "@ember/test-helpers": "^3.2.0", |
34 | 34 | "@embroider/compat": "^3.2.2",
|
35 | 35 | "@embroider/core": "^3.3.0",
|
36 | 36 | "@embroider/macros": "^1.13.2",
|
|
49 | 49 | "@typescript-eslint/eslint-plugin": "^5.48.1",
|
50 | 50 | "@typescript-eslint/parser": "^5.48.1",
|
51 | 51 | "broccoli-asset-rev": "^3.0.0",
|
52 |
| - "concurrently": "^8.0.1", |
53 |
| - "ember-a11y-testing": "^5.2.1", |
| 52 | + "concurrently": "^8.2.2", |
| 53 | + "ember-a11y-testing": "^6.1.1", |
54 | 54 | "ember-auto-import": "^2.7.2",
|
55 |
| - "ember-cli": "^4.12.1", |
| 55 | + "ember-cli": "^5.4.1", |
56 | 56 | "ember-cli-babel": "^8.2.0",
|
57 |
| - "ember-cli-dependency-checker": "^3.3.1", |
| 57 | + "ember-cli-clean-css": "^3.0.0", |
| 58 | + "ember-cli-dependency-checker": "^3.3.2", |
| 59 | + "ember-cli-deprecation-workflow": "mixonic/ember-cli-deprecation-workflow#0b4cbe7", |
58 | 60 | "ember-cli-deploy": "^1.0.2",
|
59 | 61 | "ember-cli-deploy-build": "^2.0.0",
|
60 | 62 | "ember-cli-deploy-cloudfront": "^5.0.0",
|
61 | 63 | "ember-cli-deploy-revision-data": "^2.0.0",
|
62 | 64 | "ember-cli-deploy-s3": "^3.1.0",
|
63 | 65 | "ember-cli-deploy-smart-compress": "^2.0.0",
|
64 |
| - "ember-cli-deprecation-workflow": "mixonic/ember-cli-deprecation-workflow#0b4cbe7", |
65 | 66 | "ember-cli-htmlbars": "^6.3.0",
|
66 | 67 | "ember-cli-inject-live-reload": "^2.1.0",
|
67 | 68 | "ember-cli-sri": "^2.1.1",
|
|
71 | 72 | "ember-keyboard": "^8.2.0",
|
72 | 73 | "ember-load-initializers": "^2.1.2",
|
73 | 74 | "ember-modifier": "^4.1.0",
|
74 |
| - "ember-page-title": "^7.0.0", |
75 |
| - "ember-qunit": "^6.2.0", |
76 |
| - "ember-resolver": "^10.0.0", |
| 75 | + "ember-page-title": "^8.0.0", |
| 76 | + "ember-qunit": "^8.0.1", |
| 77 | + "ember-resolver": "^11.0.1", |
77 | 78 | "ember-resources": "^6.3.1",
|
78 |
| - "ember-source": "^4.12.0", |
| 79 | + "ember-source": "^5.4.0", |
79 | 80 | "ember-source-channel-url": "^3.0.0",
|
80 | 81 | "ember-template-imports": "^3.0.1",
|
81 |
| - "ember-template-lint": "^5.7.2", |
| 82 | + "ember-template-lint": "^5.11.2", |
82 | 83 | "ember-try": "^2.0.0",
|
83 |
| - "eslint": "^8.37.0", |
84 |
| - "eslint-config-prettier": "^8.8.0", |
85 |
| - "eslint-plugin-ember": "^11.6.0", |
86 |
| - "eslint-plugin-n": "^15.7.0", |
87 |
| - "eslint-plugin-prettier": "^5.0.0", |
88 |
| - "eslint-plugin-qunit": "^7.3.4", |
| 84 | + "eslint": "^8.52.0", |
| 85 | + "eslint-config-prettier": "^9.0.0", |
| 86 | + "eslint-plugin-ember": "^11.11.1", |
| 87 | + "eslint-plugin-n": "^16.2.0", |
| 88 | + "eslint-plugin-prettier": "^5.0.1", |
| 89 | + "eslint-plugin-qunit": "^8.0.1", |
89 | 90 | "glimmer-scoped-css": "^0.4.0",
|
90 | 91 | "loader.js": "^4.7.0",
|
91 | 92 | "normalize.css": "8.0.1",
|
92 |
| - "prettier": "^2.8.7", |
| 93 | + "prettier": "^3.0.3", |
93 | 94 | "prettier-plugin-ember-template-tag": "^1.1.0",
|
94 |
| - "qunit": "^2.19.4", |
| 95 | + "qunit": "^2.20.0", |
95 | 96 | "qunit-dom": "^2.0.0",
|
96 |
| - "tracked-built-ins": "^3.2.0", |
| 97 | + "tracked-built-ins": "^3.3.0", |
97 | 98 | "typescript": "~5.1.6",
|
98 | 99 | "webpack": "^5.89.0"
|
99 | 100 | },
|
100 | 101 | "engines": {
|
101 |
| - "node": "14.* || 16.* || >= 18" |
| 102 | + "node": ">= 18" |
102 | 103 | },
|
103 | 104 | "volta": {
|
104 | 105 | "extends": "../../../package.json"
|
|
0 commit comments