File tree Expand file tree Collapse file tree 7 files changed +13
-6
lines changed
Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 4949 "immutable" : " ^3.x.x" ,
5050 "js-yaml" : " ^3.5.5" ,
5151 "json-beautify" : " ^1.0.1" ,
52+ "prop-types" : " 15.6.0" ,
5253 "react" : " ^15.6.2" ,
5354 "react-addons-css-transition-group" : " ^15.4.2" ,
5455 "react-dd-menu" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from "react"
1+ import React from "react"
2+ import PropTypes from "prop-types"
23
34export default class EditorLayout extends React . Component {
45
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from "react"
1+ import React from "react"
2+ import PropTypes from "prop-types"
23import debounce from "lodash/debounce"
34
45
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from "react"
1+ import React from "react"
2+ import PropTypes from "prop-types"
23import AceEditor from "react-ace"
34import editorPluginsHook from "../editor-plugins/hook"
45import { placeMarkerDecorations } from "../editor-helpers/marker-placer"
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from "react"
1+ import React from "react"
2+ import PropTypes from "prop-types"
23import JumpIcon from "./jump-icon.svg"
34
45export class JumpToPath extends React . Component {
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from "react"
1+ import React from "react"
2+ import PropTypes from "prop-types"
23
34export default class StandaloneLayout extends React . Component {
45
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from "react"
1+ import React from "react"
2+ import PropTypes from "prop-types"
23import Swagger from "swagger-client"
34import "whatwg-fetch"
45import DropdownMenu from "./DropdownMenu"
You can’t perform that action at this time.
0 commit comments