Skip to content

Commit 06310d8

Browse files
committedSep 28, 2024·
fix: 🐞 explicit version of inquirer always
explicit version of inquirer always
1 parent a021857 commit 06310d8

File tree

2 files changed

+2
-52
lines changed

2 files changed

+2
-52
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
"eslint-plugin-unused-imports": "4.1.4",
100100
"figlet": "1.7.0",
101101
"husky": "9.1.6",
102-
"inquirer": "8.2.6",
103102
"is-ci": "3.0.1",
104103
"json-diff": "1.0.6",
105104
"knip": "5.30.6",
@@ -118,7 +117,7 @@
118117
"webpack-node-externals": "3.0.0",
119118
"webpack-shell-plugin-next": "2.3.2"
120119
},
121-
"peerDependencies": {
120+
"overrides": {
122121
"inquirer": "8.2.6"
123122
}
124123
}

‎pnpm-lock.yaml

+1-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.