Skip to content

Commit f27ed0a

Browse files
authored
Drop all ember-data/warp-drive blueprint packages - not needed (#1119)
Was included in the blueprint, but we don't use at all. Create dependency noise
1 parent dca5c6c commit f27ed0a

File tree

3 files changed

+18
-113
lines changed

3 files changed

+18
-113
lines changed

pnpm-lock.yaml

Lines changed: 18 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@
3232
"@babel/core": "^7.27.1",
3333
"@babel/eslint-parser": "^7.27.1",
3434
"@babel/plugin-proposal-decorators": "^7.27.1",
35-
"@ember-data/adapter": "~5.3.13",
36-
"@ember-data/graph": "~5.3.13",
37-
"@ember-data/json-api": "~5.3.13",
38-
"@ember-data/legacy-compat": "~5.3.13",
39-
"@ember-data/model": "~5.3.13",
40-
"@ember-data/request": "~5.3.13",
41-
"@ember-data/request-utils": "~5.3.13",
42-
"@ember-data/serializer": "~5.3.13",
43-
"@ember-data/store": "~5.3.13",
44-
"@ember-data/tracking": "~5.3.13",
4535
"@ember/optional-features": "^2.2.0",
4636
"@ember/test-helpers": "^5.2.1",
4737
"@embroider/macros": "^1.17.2",
@@ -56,7 +46,6 @@
5646
"@tsconfig/ember": "^3.0.10",
5747
"@types/eslint__js": "^8.42.3",
5848
"@types/qunit": "^2.19.12",
59-
"@warp-drive/core-types": "~0.0.3",
6049
"babel-plugin-dynamic-import-node": "^2.3.3",
6150
"broccoli-asset-rev": "^3.0.0",
6251
"concurrently": "^9.1.2",

test-app/tsconfig.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@
1212
},
1313
"types": [
1414
"ember-source/types",
15-
"ember-data/unstable-preview-types",
16-
"@ember-data/store/unstable-preview-types",
17-
"@ember-data/adapter/unstable-preview-types",
18-
"@ember-data/graph/unstable-preview-types",
19-
"@ember-data/json-api/unstable-preview-types",
20-
"@ember-data/legacy-compat/unstable-preview-types",
21-
"@ember-data/request/unstable-preview-types",
22-
"@ember-data/request-utils/unstable-preview-types",
23-
"@ember-data/model/unstable-preview-types",
24-
"@ember-data/serializer/unstable-preview-types",
25-
"@ember-data/tracking/unstable-preview-types",
26-
"@warp-drive/core-types/unstable-preview-types"
2715
]
2816
}
2917
}

0 commit comments

Comments
 (0)