@ember-data/legacy-compat 5.4.0-alpha.73 → 5.4.0-alpha.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/legacy-compat",
|
|
3
3
|
"description": "Compatibility Shims for Older EmberData",
|
|
4
|
-
"version": "5.4.0-alpha.
|
|
4
|
+
"version": "5.4.0-alpha.74",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -92,34 +92,34 @@
|
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@embroider/macros": "^1.16.1",
|
|
95
|
-
"@warp-drive/build-config": "0.0.0-alpha.
|
|
95
|
+
"@warp-drive/build-config": "0.0.0-alpha.11"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
|
-
"@ember-data/graph": "5.4.0-alpha.
|
|
99
|
-
"@ember-data/json-api": "5.4.0-alpha.
|
|
100
|
-
"@ember-data/request": "5.4.0-alpha.
|
|
101
|
-
"@ember-data/store": "5.4.0-alpha.
|
|
98
|
+
"@ember-data/graph": "5.4.0-alpha.74",
|
|
99
|
+
"@ember-data/json-api": "5.4.0-alpha.74",
|
|
100
|
+
"@ember-data/request": "5.4.0-alpha.74",
|
|
101
|
+
"@ember-data/store": "5.4.0-alpha.74",
|
|
102
102
|
"@ember/string": "^3.1.1",
|
|
103
103
|
"@ember/test-waiters": "^3.1.0",
|
|
104
104
|
"ember-inflector": "^4.0.2",
|
|
105
|
-
"@warp-drive/core-types": "0.0.0-alpha.
|
|
105
|
+
"@warp-drive/core-types": "0.0.0-alpha.60"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@babel/core": "^7.24.5",
|
|
109
109
|
"@babel/plugin-transform-typescript": "^7.24.5",
|
|
110
110
|
"@babel/preset-env": "^7.24.5",
|
|
111
111
|
"@babel/preset-typescript": "^7.24.1",
|
|
112
|
-
"@ember-data/graph": "5.4.0-alpha.
|
|
113
|
-
"@ember-data/json-api": "5.4.0-alpha.
|
|
114
|
-
"@ember-data/request": "5.4.0-alpha.
|
|
115
|
-
"@ember-data/request-utils": "5.4.0-alpha.
|
|
116
|
-
"@ember-data/store": "5.4.0-alpha.
|
|
117
|
-
"@ember-data/tracking": "5.4.0-alpha.
|
|
112
|
+
"@ember-data/graph": "5.4.0-alpha.74",
|
|
113
|
+
"@ember-data/json-api": "5.4.0-alpha.74",
|
|
114
|
+
"@ember-data/request": "5.4.0-alpha.74",
|
|
115
|
+
"@ember-data/request-utils": "5.4.0-alpha.74",
|
|
116
|
+
"@ember-data/store": "5.4.0-alpha.74",
|
|
117
|
+
"@ember-data/tracking": "5.4.0-alpha.74",
|
|
118
118
|
"@ember/test-waiters": "^3.1.0",
|
|
119
119
|
"@ember/string": "^3.1.1",
|
|
120
120
|
"@glimmer/component": "^1.1.2",
|
|
121
|
-
"@warp-drive/core-types": "0.0.0-alpha.
|
|
122
|
-
"@warp-drive/internal-config": "5.4.0-alpha.
|
|
121
|
+
"@warp-drive/core-types": "0.0.0-alpha.60",
|
|
122
|
+
"@warp-drive/internal-config": "5.4.0-alpha.74",
|
|
123
123
|
"ember-inflector": "^4.0.2",
|
|
124
124
|
"ember-source": "~5.8.0",
|
|
125
125
|
"pnpm-sync-dependencies-meta-injected": "0.0.14",
|