Skip to content

Commit 6b280b3

Browse files
committedSep 25, 2024·
fix: 🐞 use "inquirer" peer dependency to fix issue of ESM
use "inquirer" peer dependency to fix issue of ESM
1 parent ffac5b0 commit 6b280b3

File tree

2 files changed

+4664
-3662
lines changed

2 files changed

+4664
-3662
lines changed
 

‎package.json

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"eslint-plugin-unused-imports": "4.1.4",
100100
"figlet": "1.7.0",
101101
"husky": "9.1.6",
102+
"inquirer": "8.2.6",
102103
"is-ci": "3.0.1",
103104
"json-diff": "1.0.6",
104105
"knip": "5.30.5",
@@ -116,5 +117,8 @@
116117
"webpack-cli": "5.1.4",
117118
"webpack-node-externals": "3.0.0",
118119
"webpack-shell-plugin-next": "2.3.2"
120+
},
121+
"peerDependencies": {
122+
"inquirer": "8.2.6"
119123
}
120124
}

‎pnpm-lock.yaml

+4,660-3,662
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.