Skip to content

Commit

Permalink
chore: revert inquirer to earlier version for script compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Dec 23, 2022
1 parent 5abc68f commit 9f97df8
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 65 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"vite-ecosystem-ci:test": "export ONLY_REACT_VERSION=18 && pnpm turbo e2e-test --filter=@previewjs/plugin-react -- --retries=3 --workers=2"
},
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/inquirer": "^8.2.5",
"@types/license-checker": "^25.0.3",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
Expand All @@ -37,7 +37,7 @@
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^5.1.1",
"inquirer": "^9.1.4",
"inquirer": "^8.2.5",
"license-checker": "^25.0.1",
"pnpm": "^7.19.0",
"prettier": "^2.8.1",
Expand Down

0 comments on commit 9f97df8

Please sign in to comment.