mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
javascript-stringify
This commit is contained in:
parent
3d7c2b0fac
commit
e699396dc0
|
@ -67,7 +67,7 @@
|
||||||
"d3-state-visualizer": "^1.3.2",
|
"d3-state-visualizer": "^1.3.2",
|
||||||
"devui": "^1.0.0-4",
|
"devui": "^1.0.0-4",
|
||||||
"get-params": "^0.1.2",
|
"get-params": "^0.1.2",
|
||||||
"javascript-stringify": "^1.6.0",
|
"javascript-stringify": "^2.0.1",
|
||||||
"jsan": "^3.1.13",
|
"jsan": "^3.1.13",
|
||||||
"jsondiffpatch": "^0.4.1",
|
"jsondiffpatch": "^0.4.1",
|
||||||
"localforage": "^1.9.0",
|
"localforage": "^1.9.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import { Editor } from 'devui';
|
import { Editor } from 'devui';
|
||||||
import stringify from 'javascript-stringify';
|
import { stringify } from 'javascript-stringify';
|
||||||
|
|
||||||
export default class RawTab extends Component {
|
export default class RawTab extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"dateformat": "^3.0.3",
|
"dateformat": "^3.0.3",
|
||||||
"hex-rgba": "^1.0.2",
|
"hex-rgba": "^1.0.2",
|
||||||
"javascript-stringify": "^1.6.0",
|
"javascript-stringify": "^2.0.1",
|
||||||
"jsondiffpatch": "^0.4.1",
|
"jsondiffpatch": "^0.4.1",
|
||||||
"jss": "^6.5.0",
|
"jss": "^6.5.0",
|
||||||
"jss-nested": "^3.0.1",
|
"jss-nested": "^3.0.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import JSONTree from 'react-json-tree';
|
import JSONTree from 'react-json-tree';
|
||||||
import stringify from 'javascript-stringify';
|
import { stringify } from 'javascript-stringify';
|
||||||
import getItemString from './getItemString';
|
import getItemString from './getItemString';
|
||||||
import getJsonTreeTheme from './getJsonTreeTheme';
|
import getJsonTreeTheme from './getJsonTreeTheme';
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"devui": "^1.0.0-4",
|
"devui": "^1.0.0-4",
|
||||||
"es6template": "^1.0.5",
|
"es6template": "^1.0.5",
|
||||||
"javascript-stringify": "^1.6.0",
|
"javascript-stringify": "^2.0.1",
|
||||||
"jsan": "^3.1.13",
|
"jsan": "^3.1.13",
|
||||||
"object-path": "^0.11.4",
|
"object-path": "^0.11.4",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import React, { PureComponent, Component } from 'react';
|
import React, { PureComponent, Component } from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import stringify from 'javascript-stringify';
|
import { stringify } from 'javascript-stringify';
|
||||||
import objectPath from 'object-path';
|
import objectPath from 'object-path';
|
||||||
import jsan from 'jsan';
|
import jsan from 'jsan';
|
||||||
import diff from 'simple-diff';
|
import diff from 'simple-diff';
|
||||||
|
|
|
@ -9551,10 +9551,10 @@ iterate-value@^1.0.0:
|
||||||
es-get-iterator "^1.0.2"
|
es-get-iterator "^1.0.2"
|
||||||
iterate-iterator "^1.0.1"
|
iterate-iterator "^1.0.1"
|
||||||
|
|
||||||
javascript-stringify@^1.6.0:
|
javascript-stringify@^2.0.1:
|
||||||
version "1.6.0"
|
version "2.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-1.6.0.tgz#142d111f3a6e3dae8f4a9afd77d45855b5a9cce3"
|
resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.0.1.tgz#6ef358035310e35d667c675ed63d3eb7c1aa19e5"
|
||||||
integrity sha1-FC0RHzpuPa6PSpr9d9RYVbWpzOM=
|
integrity sha512-yV+gqbd5vaOYjqlbk16EG89xB5udgjqQF3C5FAORDg4f/IS1Yc5ERCv5e/57yBcfJYw05V5JyIXabhwb75Xxow==
|
||||||
|
|
||||||
jest-changed-files@^26.2.0:
|
jest-changed-files@^26.2.0:
|
||||||
version "26.2.0"
|
version "26.2.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user