You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@
156
156
"handlebars": "4.7.7",
157
157
"ignore": "5.2.4",
158
158
"indent-string": "^4.0.0",
159
-
"interpret": "^3.1.0",
159
+
"interpret": "^3.1.1",
160
160
"is-installed-globally": "0.4.0",
161
161
"json5": "2.2.3",
162
162
"lodash": "4.17.21",
@@ -236,7 +236,7 @@
236
236
{
237
237
"package": "interpret",
238
238
"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"
240
240
},
241
241
{
242
242
"package": "normalize-newline",
@@ -246,7 +246,7 @@
246
246
{
247
247
"package": "rechoir",
248
248
"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"
0 commit comments