From b2203bc5209b87b4d45041509ecdbd756bae1938 Mon Sep 17 00:00:00 2001 From: Jaymz Date: Wed, 9 Jun 2021 16:18:13 +0800 Subject: [PATCH] add slash2 and more --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/package.json b/package.json index 28ccdca..db008bc 100644 --- a/package.json +++ b/package.json @@ -480,6 +480,30 @@ "version": "3.0.0", "reason": "https://github.com/mysticatea/abort-controller/blob/a935d38e09eb95d6b633a8c42fcceec9969e7b05/src/abort-controller.ts#L33" } + }, + "slash2": { + "*": { + "version": "*", + "reason": "https://github.com/pscedu/slash2" + } + }, + "source-list-map": { + "*": { + "version": "*", + "reason": "https://github.com/webpack/source-list-map" + } + }, + "webpack-theme-color-replacer": { + "*": { + "version": "*", + "reason": "https://github.com/hzsrc/webpack-theme-color-replacer" + } + }, + "webpack-sources": { + "*": { + "version": "*", + "reason": "https://github.com/webpack/webpack-sources" + } } } }