ui: Upgrade consul-api-double to fix datacenter mocks (#9045)

pull/9041/head
John Cowen 4 years ago committed by GitHub
parent d7c7858d87
commit 827e53694c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ references:
test-results: &TEST_RESULTS_DIR /tmp/test-results
cache:
yarn: &YARN_CACHE_KEY consul-ui-v3-{{ checksum "ui/packages/consul-ui/yarn.lock" }}
yarn: &YARN_CACHE_KEY consul-ui-v3-{{ checksum "ui/yarn.lock" }}
rubygem: &RUBYGEM_CACHE_KEY static-site-gems-v1-{{ checksum "Gemfile.lock" }}
environment: &ENVIRONMENT

@ -56,7 +56,7 @@
"@ember/render-modifiers": "^1.0.2",
"@glimmer/component": "^1.0.0",
"@glimmer/tracking": "^1.0.0",
"@hashicorp/consul-api-double": "^6.1.0",
"@hashicorp/consul-api-double": "^6.1.4",
"@hashicorp/ember-cli-api-double": "^3.1.0",
"@xstate/fsm": "^1.4.0",
"babel-eslint": "^10.0.3",

@ -1243,10 +1243,10 @@
faker "^4.1.0"
js-yaml "^3.13.1"
"@hashicorp/consul-api-double@^6.1.0":
version "6.1.2"
resolved "https://registry.yarnpkg.com/@hashicorp/consul-api-double/-/consul-api-double-6.1.2.tgz#06f1d5e81014b34d6cf5d4935cec1c2eafec1000"
integrity sha512-UtM0TuViKS79QD9MuS2LwOassjrNlO0+yy858gXCo1CsxYDRdDNaeFSfKmp2mMmhjxXlxUeXwl4eSZPRczKdAQ==
"@hashicorp/consul-api-double@^6.1.4":
version "6.1.4"
resolved "https://registry.yarnpkg.com/@hashicorp/consul-api-double/-/consul-api-double-6.1.4.tgz#ef86f6d3bf0871374b108190081d535cd8db8165"
integrity sha512-7DLR0KE66164ju2MIFzC3A5LE09gfxz12MfbWaKmaVAGfgN7aO/mZ3nKHZjSlEwLUUHhftZ6GvuveAP/wlKabw==
"@hashicorp/ember-cli-api-double@^3.1.0":
version "3.1.2"

Loading…
Cancel
Save