Skip to content

Commit

Permalink
Add @inquirer/core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 2, 2024
1 parent 4a01278 commit 9a73d1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package-lock=false
save-exact=true
save-dev=true

# Icons to lint with SVGLint on CI (see `lint` step on verify.yml workflow)
icons=icons/*.svg
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"url": "https://opencollective.com/simple-icons"
},
"devDependencies": {
"@inquirer/core": "8.1.0",
"@inquirer/prompts": "5.0.2",
"chalk": "5.3.0",
"editorconfig-checker": "5.1.5",
Expand Down
3 changes: 2 additions & 1 deletion scripts/add-icon-data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env node
import process from 'node:process';
import {ExitPromptError, checkbox, confirm, input} from '@inquirer/prompts';
import {ExitPromptError} from '@inquirer/core';
import {checkbox, confirm, input} from '@inquirer/prompts';
import chalk from 'chalk';
import {search} from 'fast-fuzzy';
import getRelativeLuminance from 'get-relative-luminance';
Expand Down

0 comments on commit 9a73d1a

Please sign in to comment.