Skip to content

Commit

Permalink
chore(core): update license-webpack-plugin to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Feb 21, 2022
1 parent 33c9ca9 commit b9cffaf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -180,7 +180,7 @@
"kill-port": "^1.6.1",
"less": "3.12.2",
"less-loader": "^10.1.0",
"license-webpack-plugin": "4.0.0",
"license-webpack-plugin": "^4.0.2",
"loader-utils": "1.2.3",
"memfs": "^3.0.1",
"metro-resolver": "^0.67.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Expand Up @@ -40,7 +40,7 @@
"fork-ts-checker-webpack-plugin": "6.2.10",
"fs-extra": "^9.1.0",
"glob": "7.1.4",
"license-webpack-plugin": "4.0.0",
"license-webpack-plugin": "^4.0.2",
"rxjs": "^6.5.4",
"source-map-support": "0.5.19",
"tree-kill": "1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Expand Up @@ -72,7 +72,7 @@
"identity-obj-proxy": "3.0.0",
"less": "3.12.2",
"less-loader": "^10.1.0",
"license-webpack-plugin": "4.0.0",
"license-webpack-plugin": "^4.0.2",
"loader-utils": "1.2.3",
"mini-css-extract-plugin": "~2.4.7",
"parse5": "4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -16205,6 +16205,13 @@ license-webpack-plugin@4.0.0:
dependencies:
webpack-sources "^3.0.0"

license-webpack-plugin@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz#1e18442ed20b754b82f1adeff42249b81d11aec6"
integrity sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==
dependencies:
webpack-sources "^3.0.0"

lie@~3.3.0:
version "3.3.0"
resolved "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz"
Expand Down

0 comments on commit b9cffaf

Please sign in to comment.