Skip to content

Commit

Permalink
Merge pull request #802 from nickschot/tracked-built-ins-peerdep
Browse files Browse the repository at this point in the history
Make tracked-built-ins a peerDependency
  • Loading branch information
nickschot authored Nov 24, 2023
2 parents 2686e8e + be20b9d commit bc978a4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Requirements
* Ember.js v4.0 or above
* Ember CLI v3.12 or above
* ember-concurrency v3.x
* tracked-built-ins v3.x
* ember-auto-import v2.x

**NOTE:** This addon utilizes ResizeObservers. If you require support for older browser you can install a ResizeObserver polyfill like [ember-resize-observer-polyfill](https://github.com/PrecisionNutrition/ember-resize-observer-polyfill).
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"qunit": "2.20.0",
"qunit-dom": "3.0.0",
"sass": "1.69.5",
"tracked-built-ins": "^3.3.0",
"webpack": "5.89.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions ember-mobile-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"ember-gesture-modifiers": "^5.0.0",
"ember-on-resize-modifier": "^2.0.0",
"ember-set-body-class": "^1.0.1",
"tracked-built-ins": "^3.0.0",
"wobble": "^1.5.1"
},
"devDependencies": {
Expand All @@ -78,7 +77,8 @@
"rollup-plugin-copy": "3.5.0"
},
"peerDependencies": {
"ember-source": ">=4.0.0"
"ember-source": ">=4.0.0",
"tracked-built-ins": ">=3.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
10 changes: 7 additions & 3 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"qunit": "2.20.0",
"qunit-dom": "3.0.0",
"sass": "1.69.5",
"tracked-built-ins": "^3.3.0",
"webpack": "5.89.0"
},
"engines": {
Expand Down

0 comments on commit bc978a4

Please sign in to comment.