Skip to content

Commit

Permalink
wip upgrade to ember5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Dec 8, 2023
1 parent 524da4e commit bdfd1c9
Show file tree
Hide file tree
Showing 2 changed files with 3,750 additions and 6,642 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@babel/core": "^7.23.2",
"@fleetbase/ember-core": "^0.1.8",
"@fleetbase/ember-ui": "^0.2.5",
"@fleetbase/ember-core": "link:../ember-core",
"@fleetbase/ember-ui": "link:../ember-ui",
"@fleetbase/fleetops-data": "^0.1.5",
"@fortawesome/ember-fontawesome": "^0.4.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"ember-composable-helpers": "^5.0.0",
"ember-concurrency": "^3.1.1",
"ember-concurrency-decorators": "^2.0.3",
"ember-data": "^5.3.0",
"ember-data": "^4.12.5",
"ember-engines": "^0.9.0",
"ember-load-initializers": "^2.1.2",
"ember-math-helpers": "^4.0.0",
Expand All @@ -104,8 +104,7 @@
"webpack": "^5.89.0"
},
"peerDependencies": {
"ember-engines": "^0.9.0",
"ember-source": ">= 4.0.0"
"ember-engines": "^0.9.0"
},
"engines": {
"node": ">= 18"
Expand Down
Loading

0 comments on commit bdfd1c9

Please sign in to comment.