Skip to content

Commit

Permalink
Merge pull request #624 from buschtoens/drop-ember-below-4.12
Browse files Browse the repository at this point in the history
Drop support for Ember versions older than 4.12
  • Loading branch information
SergeAstapov authored Jul 9, 2024
2 parents 01f8a60 + cc83d77 commit bd49905
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ auto-install-peers=false
# we want true isolation,
# if a dependency is not declared, we want an error
resolve-peers-from-workspace-root=false

# Fail if there is a missing or invalid peer dependency in the tree.
strict-peer-dependencies=true
5 changes: 2 additions & 3 deletions ember-lazy-mount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
},
"dependencies": {
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-shim": "^1.8.7",
"@embroider/macros": "^1.16.5",
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0"
},
"devDependencies": {
Expand All @@ -55,7 +54,7 @@
"rollup": "^4.18.1"
},
"peerDependencies": {
"ember-source": ">= 4.0.0"
"ember-source": "^4.12.0 || >= 5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
12 changes: 8 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd49905

Please sign in to comment.