Skip to content

Commit

Permalink
Fix: Use strict version instead of ranges
Browse files Browse the repository at this point in the history
Prevent reoccurence of issues similar to #1553
  • Loading branch information
SBoudrias committed Sep 16, 2024
1 parent 5fe03a4 commit 9937ea0
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.4",
"@inquirer/core": "9.2.0",
"@inquirer/figures": "1.0.5",
"@inquirer/type": "1.5.4",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/type": "^1.5.4"
"@inquirer/core": "9.2.0",
"@inquirer/type": "1.5.4"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/core/README.md",
"dependencies": {
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.4",
"@inquirer/figures": "1.0.5",
"@inquirer/type": "1.5.4",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.5.5",
"@types/wrap-ansi": "^3.0.0",
Expand All @@ -71,7 +71,7 @@
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/figures": "^1.0.5",
"@inquirer/prompts": "^6.0.0",
"@inquirer/core": "9.2.0",
"@inquirer/figures": "1.0.5",
"@inquirer/prompts": "6.0.0",
"yoctocolors-cjs": "^2.1.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/type": "^1.5.4",
"@inquirer/core": "9.2.0",
"@inquirer/type": "1.5.4",
"external-editor": "^3.1.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/expand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/type": "^1.5.4",
"@inquirer/core": "9.2.0",
"@inquirer/type": "1.5.4",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/type": "^1.5.4"
"@inquirer/core": "9.2.0",
"@inquirer/type": "1.5.4"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"license": "MIT",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/prompts": "^6.0.0",
"@inquirer/type": "^1.5.4",
"@inquirer/core": "9.2.0",
"@inquirer/prompts": "6.0.0",
"@inquirer/type": "1.5.4",
"@types/mute-stream": "^0.0.4",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/number/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/number/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/type": "^1.5.4"
"@inquirer/core": "9.2.0",
"@inquirer/type": "1.5.4"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/password/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/type": "^1.5.4",
"@inquirer/core": "9.2.0",
"@inquirer/type": "1.5.4",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
22 changes: 11 additions & 11 deletions packages/prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@
}
},
"dependencies": {
"@inquirer/checkbox": "^3.0.0",
"@inquirer/confirm": "^4.0.0",
"@inquirer/editor": "^3.0.0",
"@inquirer/expand": "^3.0.0",
"@inquirer/input": "^3.0.0",
"@inquirer/number": "^2.0.0",
"@inquirer/password": "^3.0.0",
"@inquirer/rawlist": "^3.0.0",
"@inquirer/search": "^2.0.0",
"@inquirer/select": "^3.0.0"
"@inquirer/checkbox": "3.0.0",
"@inquirer/confirm": "4.0.0",
"@inquirer/editor": "3.0.0",
"@inquirer/expand": "3.0.0",
"@inquirer/input": "3.0.0",
"@inquirer/number": "2.0.0",
"@inquirer/password": "3.0.0",
"@inquirer/rawlist": "3.0.0",
"@inquirer/search": "2.0.0",
"@inquirer/select": "3.0.0"
},
"devDependencies": {
"@inquirer/type": "^1.5.4"
"@inquirer/type": "1.5.4"
},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/prompts/README.md",
"sideEffects": false
Expand Down
6 changes: 3 additions & 3 deletions packages/rawlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/type": "^1.5.4",
"@inquirer/core": "9.2.0",
"@inquirer/type": "1.5.4",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/search/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.4",
"@inquirer/core": "9.2.0",
"@inquirer/figures": "1.0.5",
"@inquirer/type": "1.5.4",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/select/README.md",
"dependencies": {
"@inquirer/core": "^9.2.0",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.4",
"@inquirer/core": "9.2.0",
"@inquirer/figures": "1.0.5",
"@inquirer/type": "1.5.4",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.33"
"@inquirer/testing": "2.1.33"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/testing/README.md",
"dependencies": {
"@inquirer/type": "^1.5.4",
"@inquirer/type": "1.5.4",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.5.5",
"ansi-escapes": "^4.3.2",
Expand Down

0 comments on commit 9937ea0

Please sign in to comment.