mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
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:
@@ -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.';
|
||||
|
||||
Reference in New Issue
Block a user