Skip to content

Commit d1ad040

Browse files
CopilotSwiftwork
andcommitted
Use caret range for @inquirer/prompts version
Co-authored-by: Swiftwork <455178+Swiftwork@users.noreply.github.com>
1 parent 09d463d commit d1ad040

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"preversion": "yarn lint && yarn prettier && yarn vitest run -c vite.config.js && yarn build"
4343
},
4444
"dependencies": {
45-
"@inquirer/prompts": "7.9.0",
45+
"@inquirer/prompts": "^7.9.0",
4646
"ajv": "^8.17.1",
4747
"chalk": "^5.3.0",
4848
"change-case": "^5.4.4",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ __metadata:
18831883
languageName: node
18841884
linkType: hard
18851885

1886-
"@inquirer/prompts@npm:7.9.0":
1886+
"@inquirer/prompts@npm:^7.9.0":
18871887
version: 7.9.0
18881888
resolution: "@inquirer/prompts@npm:7.9.0"
18891889
dependencies:
@@ -3075,7 +3075,7 @@ __metadata:
30753075
version: 0.0.0-use.local
30763076
resolution: "@reflag/cli@workspace:packages/cli"
30773077
dependencies:
3078-
"@inquirer/prompts": "npm:7.9.0"
3078+
"@inquirer/prompts": "npm:^7.9.0"
30793079
"@reflag/eslint-config": "npm:^0.0.2"
30803080
"@reflag/tsconfig": "npm:^0.0.2"
30813081
"@types/express": "npm:^5.0.0"

0 commit comments

Comments
 (0)