akfun 3.0.3 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akfun",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "前端脚手架:支持Vue技术栈和react技术栈",
5
5
  "keywords": [
6
6
  "前端工程",
@@ -154,7 +154,7 @@
154
154
  "webpack-hot-middleware": "^2.25.1",
155
155
  "webpack-merge": "^5.8.0",
156
156
  "webpack-node-externals": "^3.0.0",
157
- "yargs": "^17.3.1"
157
+ "yargs": "^12.0.5"
158
158
  },
159
159
  "devDependencies": {
160
160
  "@commitlint/cli": "^16.1.0",
@@ -48,7 +48,7 @@ exports.cssLoaders = function (options) {
48
48
  return true;
49
49
  }
50
50
  return false;
51
- },
51
+ }
52
52
  },
53
53
  sourceMap: options.sourceMap
54
54
  }