|
55 | 55 | "@glint/template": "^1.7.4", |
56 | 56 | "@tsconfig/ember": "^3.0.12", |
57 | 57 | "@types/qunit": "^2.19.13", |
58 | | - "@types/rsvp": "^4.0.9<% if (emberData) {%>", |
59 | | - "@warp-drive/core-types": "~5.7.0<% }} %>", |
| 58 | + "@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>", |
| 59 | + "@warp-drive/core": "~5.8.0", |
| 60 | + "@warp-drive/ember": "~5.8.0", |
| 61 | + "@warp-drive/json-api": "~5.8.0", |
| 62 | + "@warp-drive/legacy": "~5.8.0", |
| 63 | + "@warp-drive/utilities": "~5.8.0<% } %>", |
60 | 64 | "broccoli-asset-rev": "^3.0.0", |
61 | 65 | "concurrently": "^9.2.1", |
62 | 66 | "ember-auto-import": "^2.12.0", |
|
84 | 88 | "eslint-config-prettier": "^9.1.2", |
85 | 89 | "eslint-plugin-ember": "^12.7.5", |
86 | 90 | "eslint-plugin-n": "^17.23.2", |
87 | | - "eslint-plugin-qunit": "^8.2.6", |
| 91 | + "eslint-plugin-qunit": "^8.2.6<% if (warpDrive) { %>", |
| 92 | + "eslint-plugin-warp-drive": "^5.8.0<% } %>", |
88 | 93 | "globals": "^15.15.0", |
89 | 94 | "loader.js": "^4.7.0", |
90 | 95 | "prettier": "^3.8.1", |
|
0 commit comments