Merge pull request #14 from yswnldy/feature/types

fix(types): 更新依赖模块。
This commit is contained in:
孤月 2022-10-29 13:21:41 +08:00 committed by GitHub
commit a310bbfbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -20,10 +20,11 @@
"build-dev": "webpack --config webpack.config.dev.js --watch", "build-dev": "webpack --config webpack.config.dev.js --watch",
"build": "webpack --config webpack.config.js" "build": "webpack --config webpack.config.js"
}, },
"dependencies": {}, "dependencies": {
"socket.io-client": "^4.0.0"
},
"devDependencies": { "devDependencies": {
"component-inherit": "^0.0.3", "component-inherit": "^0.0.3",
"socket.io-client": "^4.0.0",
"babel-core": "^6.24.1", "babel-core": "^6.24.1",
"babel-eslint": "4.1.7", "babel-eslint": "4.1.7",
"babel-loader": "7.0.0", "babel-loader": "7.0.0",