Update UI audit dependencies (#11523)

* Upgrade ember-cli-storybook, ember-cli-browserstack, add resolutions

* Swap out custom DurationJS for current
This commit is contained in:
Chelsea Shaw
2021-05-04 11:49:48 -05:00
committed by GitHub
parent 8722dd1d54
commit ef10aed763
5 changed files with 935 additions and 2503 deletions

View File

@@ -2,7 +2,7 @@ import { typeOf } from '@ember/utils';
import EmberError from '@ember/error';
import Component from '@ember/component';
import { set, computed } from '@ember/object';
import Duration from 'Duration.js';
import Duration from '@icholy/duration';
import layout from '../templates/components/ttl-picker';
const ERROR_MESSAGE = 'TTLs must be specified in whole number increments, please enter a whole number.';