4.0.0-publish
This commit is contained in:
parent
94b93e35e3
commit
ac9e146eeb
12
package.json
12
package.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "oak-general-business",
|
"name": "oak-general-business",
|
||||||
"version": "3.0.5",
|
"version": "4.0.0",
|
||||||
"description": "oak框架中公共业务逻辑的实现",
|
"description": "oak框架中公共业务逻辑的实现",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "XuChang"
|
"name": "XuChang"
|
||||||
|
|
@ -17,11 +17,11 @@
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"copy-to-clipboard": "^3.3.3",
|
"copy-to-clipboard": "^3.3.3",
|
||||||
"dayjs": "^1.11.9",
|
"dayjs": "^1.11.9",
|
||||||
"oak-common-aspect": "file:../oak-common-aspect",
|
"oak-common-aspect": "^2.3.3",
|
||||||
"oak-domain": "file:../oak-domain",
|
"oak-domain": "^4.0.0",
|
||||||
"oak-external-sdk": "file:../oak-external-sdk",
|
"oak-external-sdk": "^2.0.0",
|
||||||
"oak-frontend-base": "file:../oak-frontend-base",
|
"oak-frontend-base": "^4.0.0",
|
||||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
"oak-memory-tree-store": "^3.1.1",
|
||||||
"qrcode.react": "^3.1.0",
|
"qrcode.react": "^3.1.0",
|
||||||
"react-dnd": "^16.0.1",
|
"react-dnd": "^16.0.1",
|
||||||
"react-dnd-html5-backend": "^16.0.1",
|
"react-dnd-html5-backend": "^16.0.1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue