Skip to content

Commit

Permalink
Merge pull request #10174 from eth3lbert/drop-dep-tracked-toolbox
Browse files Browse the repository at this point in the history
Deprecate `tracked-toolbox` dependency
  • Loading branch information
Turbo87 authored Dec 10, 2024
2 parents ea4b126 + 12a6d5f commit 63355f6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion app/models/crate.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Model, { attr, hasMany } from '@ember-data/model';
import { waitForPromise } from '@ember/test-waiters';
import { cached } from '@glimmer/tracking';

import { apiAction } from '@mainmatter/ember-api-actions';
import { cached } from 'tracked-toolbox';

export default class Crate extends Model {
@attr name;
Expand Down
2 changes: 1 addition & 1 deletion app/models/version.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import Model, { attr, belongsTo, hasMany } from '@ember-data/model';
import { waitForPromise } from '@ember/test-waiters';
import { cached } from '@glimmer/tracking';

import { apiAction } from '@mainmatter/ember-api-actions';
import { keepLatestTask, task } from 'ember-concurrency';
import fetch from 'fetch';
import { alias } from 'macro-decorators';
import semverParse from 'semver/functions/parse';
import { cached } from 'tracked-toolbox';

import ajax from '../utils/ajax';

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"macro-decorators": "0.1.2",
"mermaid": "11.4.1",
"pretty-bytes": "6.1.1",
"semver": "7.6.3",
"tracked-toolbox": "2.0.0"
"semver": "7.6.3"
},
"devDependencies": {
"@axe-core/playwright": "4.10.1",
Expand Down
22 changes: 0 additions & 22 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 63355f6

Please sign in to comment.