Browse Source

chore: lock webpack version

DaiQiangReal 1 year ago
parent
commit
bd811b964d
3 changed files with 312 additions and 330 deletions
  1. 2 1
      packages/semi-ui/package.json
  2. 1 1
      packages/semi-ui/webpack.config.js
  3. 309 328
      yarn.lock

+ 2 - 1
packages/semi-ui/package.json

@@ -112,6 +112,7 @@
         "terser-webpack-plugin": "^4.2.3",
         "through2": "^4.0.2",
         "ts-loader": "^5.4.5",
-        "webpackbar": "^5.0.0-3"
+        "webpackbar": "^5.0.0-3",
+        "webpack": "^5.77.0"
     }
 }

+ 1 - 1
packages/semi-ui/webpack.config.js

@@ -93,4 +93,4 @@ module.exports = function ({ minimize }) {
             }
         }
     };
-};
+};

File diff suppressed because it is too large
+ 309 - 328
yarn.lock


Some files were not shown because too many files changed in this diff