发布前更新依赖
This commit is contained in:
parent
ab65a79bff
commit
3e260b68cf
12
package.json
12
package.json
|
|
@ -20,11 +20,11 @@
|
|||
"antd-mobile-icons": "^0.3.0",
|
||||
"classnames": "^2.3.1",
|
||||
"dayjs": "^1.11.5",
|
||||
"oak-common-aspect": "file:../oak-common-aspect",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-external-sdk": "file:../oak-external-sdk",
|
||||
"oak-frontend-base": "file:../oak-frontend-base",
|
||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
||||
"oak-common-aspect": "^1.0.5",
|
||||
"oak-domain": "^1.1.14",
|
||||
"oak-external-sdk": "^1.0.3",
|
||||
"oak-frontend-base": "^1.0.14",
|
||||
"oak-memory-tree-store": "^1.0.7",
|
||||
"react-router-dom": "^6.4.2",
|
||||
"sha1": "^1.1.1",
|
||||
"tslib": "^2.4.0",
|
||||
|
|
@ -75,5 +75,5 @@
|
|||
"test": "ts-node ./test/test.ts",
|
||||
"prepare": "rimraf node_modules/react & rimraf node_modules/react-dom & rimraf node_modules/react-router"
|
||||
},
|
||||
"main": "src/index"
|
||||
"main": "lib/index"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue