Skip to content

Commit

Permalink
chore: pin ink
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 5, 2019
1 parent 5fa482b commit ab29f3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/ink-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/node": "^12.12.14",
"@types/react": "16.9.11",
"ink": "^2.6.0",
"ink": "2.5.0",
"react": "16.11.0",
"typescript": "^3.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion cli/introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"chalk": "^3.0.0",
"execa": "3.3.0",
"figures": "^3.1.0",
"ink": "^2.6.0",
"ink": "2.5.0",
"ink-progress-bar": "^3.0.0",
"ink-spinner": "^3.0.1",
"make-dir": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion cli/sdk/src/engineCommands.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { getPlatform } from '@prisma/get-platform'
import chalk from 'chalk'
import { execSync } from 'child_process'
import execa from 'execa'
import path from 'path'
import { ConfigMetaFormat } from './isdlToDatamodel2'
Expand Down

0 comments on commit ab29f3e

Please sign in to comment.