Skip to content

Commit

Permalink
Update ember-source in various packages
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Mar 25, 2024
1 parent 2927cfd commit 0b6eee2
Show file tree
Hide file tree
Showing 7 changed files with 175 additions and 957 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript-eslint/parser": "^5.17.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-resources": "^6.3.1",
"ember-source": "~4.12.0",
"ember-source": "~5.4.0",
"ember-template-imports": "^3.0.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tracked-built-ins": "^2.0.1"
},
"peerDependencies": {
"ember-source": "~4.12.0"
"ember-source": "~5.4.0"
},
"scripts": {}
}
4 changes: 2 additions & 2 deletions packages/boxel-motion/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@typescript-eslint/parser": "^5.48.1",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^8.0.1",
"ember-source": "~4.12.0",
"ember-source": "~5.4.0",
"ember-template-imports": "^3.1.2",
"ember-template-lint": "^5.11.2",
"ember-template-lint-plugin-prettier": "^5.0.0",
Expand All @@ -89,7 +89,7 @@
},
"peerDependencies": {
"@glint/environment-ember-loose": "^1.4.0",
"ember-source": "^4.0.0",
"ember-source": "^5.4.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/boxel-ui/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"peerDependencies": {
"@glint/environment-ember-loose": "^1.4.0",
"ember-source": "^4.0.0",
"ember-source": "^5.4.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/boxel-ui/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"peerDependencies": {
"@glint/environment-ember-loose": "^1.4.0",
"ember-source": "^4.0.0"
"ember-source": "^5.4.0"
},
"engines": {
"node": ">= 18"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"date-fns": "^2.28.0",
"diff": "^5.1.0",
"ember-concurrency-async-plugin": "workspace:*",
"ember-source": "~4.12.0",
"ember-source": "~5.4.0",
"flat": "^5.0.2",
"glimmer-scoped-css": "^0.4.0",
"http-status-codes": "^2.2.0",
Expand Down
Loading

0 comments on commit 0b6eee2

Please sign in to comment.