diff --git a/package.json b/package.json index 8878e27..1b84b6b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ember-cli-dependency-checker": "^3.2.0", "ember-cli-deploy": "^1.0.2", "ember-cli-deploy-build": "^2.0.0", - "ember-cli-deploy-gzip": "^2.0.0", + "ember-cli-deploy-display-revisions": "^2.1.2", "ember-cli-deploy-revision-data": "^1.0.0", "ember-cli-deploy-simply-ssh": "^1.0.3", "ember-cli-htmlbars": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index 3288077..e78793b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5652,6 +5652,16 @@ cli-spinners@^2.0.0, cli-spinners@^2.4.0: resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.4.0.tgz#c6256db216b878cfba4720e719cec7cf72685d7f" integrity sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== +cli-table3@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.0.tgz#b7b1bc65ca8e7b5cef9124e13dc2b21e2ce4faee" + integrity sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ== + dependencies: + object-assign "^4.1.0" + string-width "^4.2.0" + optionalDependencies: + colors "^1.1.2" + cli-table@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23" @@ -5773,7 +5783,7 @@ colors@1.0.3: resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= -colors@^1.4.0: +colors@^1.1.2, colors@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== @@ -6846,18 +6856,18 @@ ember-cli-deploy-build@^2.0.0: glob "^7.1.1" rsvp "^3.5.0" -ember-cli-deploy-gzip@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ember-cli-deploy-gzip/-/ember-cli-deploy-gzip-2.0.0.tgz#b959885d312418b23a022286d543c0544c34b124" - integrity sha512-yZqKsxgfyzUYNwBkub9zUPJkTt2QAYSiixRWBbT/y8CGkOJbMk8vhTxTBZuuvpKcwnWglN+Be4fIyvvcRKVSwQ== +ember-cli-deploy-display-revisions@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ember-cli-deploy-display-revisions/-/ember-cli-deploy-display-revisions-2.1.2.tgz#8168a92684a48484e70a88370014be689bf4fe97" + integrity sha512-b5aqlF8WzxOBd7v0A5enV3ef/jEoScEKxhjC8llFSCs5aUqRW/azgco/FzPgwF0Il+4uey3clzHboKjk7ix14A== dependencies: - chalk "^4.1.0" + cli-table3 "^0.6.0" core-object "^3.1.5" - ember-cli-deploy-plugin "^0.2.6" - minimatch "^3.0.4" + ember-cli-deploy-plugin "^0.2.3" + luxon "^1.25.0" rsvp "^4.8.5" -ember-cli-deploy-plugin@0.2.9, ember-cli-deploy-plugin@^0.2.1, ember-cli-deploy-plugin@^0.2.6: +ember-cli-deploy-plugin@0.2.9, ember-cli-deploy-plugin@^0.2.1, ember-cli-deploy-plugin@^0.2.3, ember-cli-deploy-plugin@^0.2.6: version "0.2.9" resolved "https://registry.yarnpkg.com/ember-cli-deploy-plugin/-/ember-cli-deploy-plugin-0.2.9.tgz#a3d395b8adad7ef68d8bacdd0b0f4a61bcf9e651" integrity sha1-o9OVuK2tfvaNi6zdCw9KYbz55lE= @@ -11152,6 +11162,11 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" +luxon@^1.25.0: + version "1.26.0" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.26.0.tgz#d3692361fda51473948252061d0f8561df02b578" + integrity sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A== + macro-decorators@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/macro-decorators/-/macro-decorators-0.1.2.tgz#1d5cf1276d343371040af192901947f2a0af03c1"