瀏覽代碼

Update react-collapse and react-motion

bubble
Larry Gregory 6 年之前
父節點
當前提交
57a3be28b0
共有 4 個文件被更改,包括 5 次插入5 次删除
  1. +2
    -2
      package.json
  2. +1
    -1
      src/core/components/debug.jsx
  3. +1
    -1
      src/core/components/errors.jsx
  4. +1
    -1
      src/core/components/layout-utils.jsx

+ 2
- 2
package.json 查看文件

@@ -61,13 +61,13 @@
"react-addons-perf": "^15.4.0",
"react-addons-shallow-compare": "0.14.8",
"react-addons-test-utils": "^15.6.2",
"react-collapse": "2.3.1",
"react-collapse": "^4.0.3",
"react-dom": "^15.6.2",
"react-height": "^2.0.0",
"react-hot-loader": "1.3.1",
"react-immutable-proptypes": "2.1.0",
"react-markdown": "^2.5.0",
"react-motion": "0.4.4",
"react-motion": "^0.5.2",
"react-object-inspector": "0.2.1",
"react-redux": "^4.x.x",
"react-split-pane": "0.1.57",


+ 1
- 1
src/core/components/debug.jsx 查看文件

@@ -1,6 +1,6 @@
import React from "react"
import PropTypes from "prop-types"
import Collapse from "react-collapse"
import { Collapse } from "react-collapse"
import { presets } from "react-motion"
import ObjectInspector from "react-object-inspector"
import Perf from "react-addons-perf"


+ 1
- 1
src/core/components/errors.jsx 查看文件

@@ -1,7 +1,7 @@
import React from "react"
import PropTypes from "prop-types"
import { List } from "immutable"
import Collapse from "react-collapse"
import { Collapse } from "react-collapse"

export default class Errors extends React.Component {



+ 1
- 1
src/core/components/layout-utils.jsx 查看文件

@@ -1,6 +1,6 @@
import React from "react"
import PropTypes from "prop-types"
import OriCollapse from "react-collapse"
import { Collapse as OriCollapse } from "react-collapse"

function xclass(...args) {
return args.filter(a => !!a).join(" ").trim()


Loading…
取消
儲存