update deps

This commit is contained in:
King Wang 2021-12-04 11:24:42 +08:00
parent 322a153ed2
commit ad63e4a88e
3 changed files with 10 additions and 8 deletions

View File

@ -0,0 +1,3 @@
# TSRPC + Cocos 多人实时对战 Demo

View File

@ -4,13 +4,13 @@
"main": "index.js", "main": "index.js",
"private": true, "private": true,
"scripts": { "scripts": {
"proto": "tsrpc proto --config tsrpc.config.ts", "proto": "tsrpc proto",
"sync": "tsrpc link --config tsrpc.config.ts", "sync": "tsrpc link",
"api": "tsrpc api --config tsrpc.config.ts", "api": "tsrpc api",
"doc": "tsrpc doc --config tsrpc.config.ts", "doc": "tsrpc doc",
"dev": "tsrpc dev --config tsrpc.config.ts", "dev": "tsrpc dev",
"test": "mocha test/**/*.test.ts", "test": "mocha test/**/*.test.ts",
"build": "tsrpc build --config tsrpc.config.ts" "build": "tsrpc build"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^8.2.3", "@types/mocha": "^8.2.3",
@ -22,6 +22,6 @@
"typescript": "^4.5.2" "typescript": "^4.5.2"
}, },
"dependencies": { "dependencies": {
"tsrpc": "^3.1.3-dev.1" "tsrpc": "^3.1.3"
} }
} }

View File

@ -7,7 +7,6 @@
"version": "3.3.2" "version": "3.3.2"
}, },
"dependencies": { "dependencies": {
"tsrpc-base-client": "^1.2.3",
"tsrpc-browser": "^3.1.3" "tsrpc-browser": "^3.1.3"
} }
} }