We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cc2cff + 331e9d7 commit 794b1baCopy full SHA for 794b1ba
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kne/modules-dev",
3
- "version": "2.0.26",
+ "version": "2.0.27",
4
"description": "用于辅助在项目内启动一个规范化组件开发的环境",
5
"publishConfig": {
6
"source": "src/index.js",
@@ -31,6 +31,7 @@
31
"author": "linzp",
32
"license": "ISC",
33
"dependencies": {
34
+ "@babel/helper-module-transforms": "7.24.5",
35
"@kne/apply-template": "^0.1.1",
36
"@kne/camel-case": "^0.1.1",
37
"@kne/craco-module-federation": "^1.1.5",
@@ -39,7 +40,6 @@
39
40
"@kne/md-doc": "^0.1.8",
41
"@kne/react-fetch": "^1.4.3",
42
"ajv": "^8.14.0",
- "assert": "^2.1.0",
43
"chokidar": "^3.5.3",
44
"classnames": "^2.3.2",
45
"cross-spawn-promise": "^0.10.2",
0 commit comments