mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-26 03:41:18 +01:00
* chore: update hds and flight-icons * fix: add missing deps and use .css from HDS * update HDS components to new syntax * database-connection-edit: add @waitFor to fix rotate-related acceeptance tests * use stub to fix confirm-modal-test --------- Co-authored-by: Alexey Kulakov <uni_que@me.com>
31 lines
730 B
JSON
31 lines
730 B
JSON
{
|
|
"name": "sync",
|
|
"keywords": [
|
|
"ember-addon",
|
|
"ember-engine"
|
|
],
|
|
"dependencies": {
|
|
"@hashicorp/design-system-components": "*",
|
|
"ember-cli-htmlbars": "*",
|
|
"ember-cli-babel": "*",
|
|
"ember-concurrency": "*",
|
|
"@ember/test-waiters": "*",
|
|
"ember-cli-typescript": "*",
|
|
"ember-auto-import": "*",
|
|
"@types/ember": "latest",
|
|
"@types/ember-data": "latest",
|
|
"@types/ember-data__store": "latest",
|
|
"@types/ember__array": "latest",
|
|
"@types/ember__component": "latest",
|
|
"@types/ember__controller": "latest",
|
|
"@types/ember__engine": "latest",
|
|
"@types/ember__routing": "latest",
|
|
"@types/rsvp": "latest"
|
|
},
|
|
"ember-addon": {
|
|
"paths": [
|
|
"../core"
|
|
]
|
|
}
|
|
}
|