fix: 修改 gcoord 的依赖类型

This commit is contained in:
yanxiong 2022-10-09 16:37:28 +08:00
parent 4cd9c7cd86
commit 8e7cf3aba9
1 changed files with 2 additions and 4 deletions

View File

@ -156,7 +156,8 @@
"webpack-dev-server": "^3.1.7",
"webpack-merge": "^4.1.4",
"worker-loader": "^2.0.0",
"yorkie": "^2.0.0"
"yorkie": "^2.0.0",
"gcoord": "^0.3.2"
},
"scripts": {
"dev": "npm run worker && dumi dev",
@ -224,8 +225,5 @@
},
"tnpm": {
"mode": "yarn"
},
"dependencies": {
"gcoord": "^0.3.2"
}
}