Merge pull request #203 from lucasun/hotfix/v2.3.1

clipbord版本锁定在2.0.6,升级2.0.7会引起ts打包报错
This commit is contained in:
EricZeng
2021-03-09 18:11:02 +08:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{
"name": "mobx-ts-example",
"version": "1.0.0",
"name": "logi-kafka",
"version": "2.3.1",
"description": "",
"scripts": {
"start": "webpack-dev-server",
@@ -21,7 +21,7 @@
"@types/spark-md5": "^3.0.2",
"antd": "^3.26.15",
"clean-webpack-plugin": "^3.0.0",
"clipboard": "^2.0.6",
"clipboard": "2.0.6",
"cross-env": "^7.0.2",
"css-loader": "^2.1.0",
"echarts": "^4.5.0",
@@ -56,4 +56,4 @@
"dependencies": {
"format-to-json": "^1.0.4"
}
}
}