Skip to content

Commit

Permalink
fix: incorrect import and update yarn lock (#6610)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle authored Feb 12, 2021
1 parent ce075d9 commit e40cebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
BuildRequest,
BuildResult,
BuildType,
} from 'amplify-function-plugin-interface/src';
} from 'amplify-function-plugin-interface';
import * as which from 'which';
import execa from 'execa';
import archiver from 'archiver';
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7069,18 +7069,6 @@ amdefine@>=0.0.4:
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=

[email protected]:
version "1.14.1"
resolved "https://registry.npmjs.org/amplify-cli-core/-/amplify-cli-core-1.14.1.tgz#7bdf82b00f82cdb4f83895349a0963abb797ada7"
integrity sha512-iHeFaePbG24sZX/oJi/d+k1b74sFor5NJREMa7am2YLbdq9TsiPAgcVXNjzYbfESJoaQLUdBYpQsJYr10XEOUw==
dependencies:
ajv "^6.12.3"
amplify-cli-logger "1.1.0"
dotenv "^8.2.0"
fs-extra "^8.1.0"
hjson "^3.2.1"
lodash "^4.17.19"

ansi-align@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb"
Expand Down

0 comments on commit e40cebd

Please sign in to comment.