feat: update deps
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
81c76f4977
commit
a851bb543b
@ -10,7 +10,7 @@
|
|||||||
"watch": "npx lerna run watch --parallel",
|
"watch": "npx lerna run watch --parallel",
|
||||||
"build": "npx lerna run build",
|
"build": "npx lerna run build",
|
||||||
"build:plugins": "npx lerna run build --scope=@ms/plugins",
|
"build:plugins": "npx lerna run build --scope=@ms/plugins",
|
||||||
"lp": "npx lerna publish --scope=!@ms/plugins"
|
"lp": "npx lerna publish"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
@ -27,7 +27,11 @@
|
|||||||
"typescript": "^3.6.2"
|
"typescript": "^3.6.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ms/container": "^0.0.0",
|
"@ms/api": "^0.0.0",
|
||||||
"@ms/plugin": "^0.0.0"
|
"@ms/common": "^0.0.0",
|
||||||
|
"@ms/bukkit": "^0.0.0",
|
||||||
|
"@ms/sponge": "^0.0.0",
|
||||||
|
"@ms/plugin": "^0.0.0",
|
||||||
|
"@ms/container": "^0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
"typescript": "^3.6.2"
|
"typescript": "^3.6.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"inversify": "^5.0.1"
|
"@ms/api": "^0.0.0",
|
||||||
|
"@ms/common": "^0.0.0",
|
||||||
|
"@ms/container": "^0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user