@kne/modules-dev 2.1.22 → 2.2.0

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.
@@ -23,18 +23,7 @@ module.exports = {
23
23
  "assert": false,
24
24
  "querystring": false,
25
25
  "zlib": false,
26
- "fs": false,
27
- // 支持 node: 协议的模块导入
28
- "node:diagnostics_channel": false,
29
- "node:http": false,
30
- "node:https": false,
31
- "node:stream": false,
32
- "node:buffer": false,
33
- "node:util": false,
34
- "node:url": false,
35
- "node:zlib": false,
36
- "node:path": false,
37
- "node:fs": false
26
+ "fs": false
38
27
  };
39
28
  return webpackConfig;
40
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kne/modules-dev",
3
- "version": "2.1.22",
3
+ "version": "2.2.0",
4
4
  "description": "用于辅助在项目内启动一个规范化组件开发的环境",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -45,7 +45,7 @@
45
45
  "@kne/md-doc": "^0.1.13",
46
46
  "@kne/react-fetch": "^1.4.3",
47
47
  "@kne/react-icon": "^0.1.4",
48
- "ajv": "^8.14.0",
48
+ "ajv": "^8.18.0",
49
49
  "chokidar": "^3.5.3",
50
50
  "classnames": "^2.3.2",
51
51
  "commander": "^12.1.0",
@@ -64,7 +64,7 @@
64
64
  "loader-utils": "*",
65
65
  "react": ">=18",
66
66
  "react-router-dom": ">=6.4",
67
- "react-scripts": ">=5"
67
+ "@kne/react-scripts": ">=5"
68
68
  },
69
69
  "browserslist": {
70
70
  "production": [