Skip to content

Commit 8882780

Browse files
committedApr 2, 2023
build(npm): sync interpret version with webpack-cli & document source of the sync
1 parent 62c1625 commit 8882780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"handlebars": "4.7.7",
157157
"ignore": "5.2.4",
158158
"indent-string": "^4.0.0",
159-
"interpret": "^3.1.0",
159+
"interpret": "^3.1.1",
160160
"is-installed-globally": "0.4.0",
161161
"json5": "2.2.3",
162162
"lodash": "4.17.21",
@@ -236,7 +236,7 @@
236236
{
237237
"package": "interpret",
238238
"policy": "wanted",
239-
"because": "we want to keep interpret ~similar to what webpack-cli uses (which is ^3.1.0 since 2022-11-15)"
239+
"because": "we want to keep interpret ~similar to what webpack-cli uses (which is ^3.1.1 since 2022-11-15). See https://github.com/webpack/webpack-cli/blame/master/packages/webpack-cli/package.json"
240240
},
241241
{
242242
"package": "normalize-newline",
@@ -246,7 +246,7 @@
246246
{
247247
"package": "rechoir",
248248
"policy": "wanted",
249-
"because": "we want to keep rechoir ~similar to what webpack-cli uses (which is ^0.8.0 since 2022-11-15))"
249+
"because": "we want to keep rechoir ~similar to what webpack-cli uses (which is ^0.8.0 since 2022-11-15). See https://github.com/webpack/webpack-cli/blame/master/packages/webpack-cli/package.json"
250250
},
251251
{
252252
"package": "wrap-ansi",

0 commit comments

Comments
 (0)