|
14 | 14 | "dist-types" |
15 | 15 | ], |
16 | 16 | "scripts": { |
17 | | - "build": "concurrently 'npm:build:*'", |
18 | | - "build:js": "rollup --config", |
19 | | - "build:types": "rm -rf dist-types; pnpm glint --build", |
| 17 | + "prepare": "pnpm build", |
| 18 | + "build": "rollup --config", |
20 | 19 | "lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'", |
21 | 20 | "lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", |
22 | 21 | "lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern", |
|
36 | 35 | "@ember/string": "^3.1.1", |
37 | 36 | "@ember/test-waiters": "^3.1.0", |
38 | 37 | "@embroider/addon-shim": "^1.0.0", |
| 38 | + "decorator-transforms": "^2.3.0", |
39 | 39 | "ember-modify-based-class-resource": "^1.1.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
|
47 | 47 | "@babel/runtime": "^7.22.5", |
48 | 48 | "@ember-data/store": "^5.0.0", |
49 | 49 | "@ember-data/tracking": "^5.3.0", |
50 | | - "@embroider/addon-dev": "^3.1.1", |
| 50 | + "@ember/library-tsconfig": "^1.1.3", |
| 51 | + "@embroider/addon-dev": "^8.0.0", |
51 | 52 | "@glimmer/component": "^1.1.2", |
52 | 53 | "@glimmer/tracking": "^1.1.2", |
53 | 54 | "@glint/core": "^1.3.0", |
54 | 55 | "@glint/environment-ember-loose": "^1.0.2", |
55 | 56 | "@glint/template": "^1.0.2", |
56 | 57 | "@nullvoxpopuli/eslint-configs": "^3.1.3", |
| 58 | + "@rollup/plugin-babel": "^6.0.4", |
57 | 59 | "@tsconfig/ember": "^3.0.3", |
58 | 60 | "@types/ember": "^4.0.0", |
59 | 61 | "@types/ember-data__store": "^4.0.3", |
|
76 | 78 | "@types/ember__utils": "^4.0.0", |
77 | 79 | "@typescript-eslint/eslint-plugin": "^6.19.0", |
78 | 80 | "@typescript-eslint/parser": "^6.19.0", |
79 | | - "concurrently": "^8.2.0", |
| 81 | + "concurrently": "^9.1.2", |
80 | 82 | "ember-resources": "^6.0.0", |
81 | 83 | "ember-source": "~5.6.0", |
82 | 84 | "ember-template-lint": "^5.10.3", |
|
87 | 89 | "eslint-plugin-prettier": "^5.1.3", |
88 | 90 | "eslint-plugin-qunit": "^8.0.1", |
89 | 91 | "execa": "^8.0.1", |
90 | | - "prettier": "^3.2.4", |
91 | | - "prettier-plugin-ember-template-tag": "^2.0.0", |
| 92 | + "prettier": "^3.5.3", |
| 93 | + "prettier-plugin-ember-template-tag": "^2.0.5", |
92 | 94 | "publint": "^0.2.7", |
93 | | - "rollup": "~4.11.0", |
| 95 | + "rollup": "~4.40.2", |
94 | 96 | "rollup-plugin-copy": "^3.5.0", |
95 | 97 | "rollup-plugin-delete": "^2.0.0", |
96 | | - "rollup-plugin-ts": "^3.4.5", |
97 | 98 | "typescript": "^5.3.3" |
98 | 99 | }, |
99 | 100 | "publishConfig": { |
|
0 commit comments