Skip to content

Commit

Permalink
fix(cli): directly depend on cli-spinners v2.6.0 to prevent #1113
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Oct 4, 2021
1 parent 202a485 commit 80644a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"cdktf": "0.0.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.2",
"cli-spinners": "2.6.0",
"codemaker": "^0.22.0",
"constructs": "^10.0.0",
"cross-fetch": "^3.1.4",
Expand Down Expand Up @@ -76,9 +77,6 @@
"ws": "^7.5.3",
"zod": "^1.11.7"
},
"resolutions": {
"cli-spinners": "2.6.0"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"plugins": [
Expand Down
1 change: 0 additions & 1 deletion test/run-against-dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ staging=$(mktemp -d)
cd ${staging}
npm init -y > /dev/null
npm install ${CDKTF_DIST}/js/*.tgz
npm install cli-spinners@2.6.0 # workaround for #1113
export PATH=${staging}/node_modules/.bin:$PATH

# restore working directory
Expand Down

0 comments on commit 80644a3

Please sign in to comment.