修改依赖

This commit is contained in:
Boyuzhou 2018-01-22 16:44:41 +08:00
parent 6770417d91
commit e07a22189d
1 changed files with 64 additions and 65 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bee-tree", "name": "bee-tree",
"version": "1.0.1", "version": "1.0.2",
"description": "Tree ui component for react", "description": "Tree ui component for react",
"keywords": [ "keywords": [
"react", "react",
@ -39,9 +39,7 @@
"dependencies": { "dependencies": {
"babel-runtime": "^6.23.0", "babel-runtime": "^6.23.0",
"bee-animate": "^1.0.0", "bee-animate": "^1.0.0",
"bee-checkbox": "^1.0.1", "bee-checkbox": "^1.0.5",
"bee-form-control": "^1.0.2",
"bee-icon": "1.0.3",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"tinper-bee-core": "latest" "tinper-bee-core": "latest"
}, },
@ -55,6 +53,7 @@
"bee-button": "latest", "bee-button": "latest",
"bee-layout": "latest", "bee-layout": "latest",
"bee-panel": "latest", "bee-panel": "latest",
"bee-icon": "1.0.3",
"chai": "^3.5.0", "chai": "^3.5.0",
"console-polyfill": "~0.2.1", "console-polyfill": "~0.2.1",
"cz-conventional-changelog": "^2.1.0", "cz-conventional-changelog": "^2.1.0",