Skip to content

Commit a9ac730

Browse files
committed
chore: update lock file
1 parent b12a19a commit a9ac730

File tree

2 files changed

+909
-866
lines changed

2 files changed

+909
-866
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"verdaccio-disconnect": "source .circleci/local_publish_helpers.sh && unsetNpmRegistryUrl",
2525
"verdaccio-stop": "kill -9 $(lsof -n -t -iTCP:4873 -sTCP:LISTEN)",
2626
"setup-dev": "(yarn && lerna run build) && yarn add-cli-no-save && (yarn hoist-cli && yarn rm-dev-link && yarn link-dev)",
27-
"add-cli-no-save": "yarn add @aws-amplify/amplify-category-api @aws-amplify/cli-internal -W && git checkout -- package.json yarn.lock",
27+
"add-cli-no-save": "yarn add @aws-amplify/amplify-category-api @aws-amplify/cli-internal -W && git checkout -- package.json yarn.lock",
2828
"hoist-cli": "rm -rf node_modules/amplify-cli-internal && mkdir node_modules/amplify-cli-internal && cp -r node_modules/@aws-amplify/cli-internal/ node_modules/amplify-cli-internal",
2929
"link-dev": "cd node_modules/amplify-cli-internal && ln -s \"$(pwd)/bin/amplify\" \"$(yarn global bin)/amplify-dev\" && cd -",
3030
"rm-dev-link": "rm -f \"$(yarn global bin)/amplify-dev\"",
@@ -62,7 +62,7 @@
6262
"packages/*"
6363
],
6464
"devDependencies": {
65-
"@aws-amplify/amplify-cli-core": "4.0.6",
65+
"@aws-amplify/amplify-cli-core": "^4.0.6",
6666
"@commitlint/cli": "^17.0.3",
6767
"@commitlint/config-conventional": "^17.0.3",
6868
"@commitlint/config-lerna-scopes": "^17.0.2",

0 commit comments

Comments
 (0)