Skip to content

Commit

Permalink
Merge pull request #744 from nickschot/replace-tracked-maps-sets
Browse files Browse the repository at this point in the history
Replace tracked-maps-and-sets with tracked-built-ins
  • Loading branch information
nickschot authored Oct 20, 2023
2 parents a8164ba + deb0044 commit 712c1ad
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 17 deletions.
2 changes: 1 addition & 1 deletion addon/addon/components/mobile-menu-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';

import { action } from '@ember/object';
import { TrackedSet } from 'tracked-maps-and-sets';
import { TrackedSet } from 'tracked-built-ins';

import MobileMenu from 'ember-mobile-menu/components/mobile-menu';
import normalizeCoordinates from '../utils/normalize-coordinates';
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ember-gesture-modifiers": "^5.0.0",
"ember-on-resize-modifier": "^2.0.0",
"ember-set-body-class": "^1.0.1",
"tracked-maps-and-sets": "^3.0.0",
"tracked-built-ins": "^3.0.0",
"wobble": "^1.5.1"
},
"devDependencies": {
Expand Down
43 changes: 28 additions & 15 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 712c1ad

Please sign in to comment.