npm: update react-json-formatter

main
Cameron Clough 2022-01-05 20:45:51 +00:00
parent 56c3057e11
commit 09c9c4f4c5
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
2 changed files with 18 additions and 0 deletions

17
package-lock.json generated
View File

@ -25,6 +25,7 @@
"react": "^17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-json-formatter": "github:incognitojam/react-json-formatter",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"styled-components": "^5.3.1",
@ -16999,6 +17000,17 @@
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
},
"node_modules/react-json-formatter": {
"version": "0.2.1",
"resolved": "git+ssh://git@github.com/incognitojam/react-json-formatter.git#915a9e3d7a239c67e416bd474e0866a6b8b33bcd",
"license": "MIT",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": ">16.0.0"
}
},
"node_modules/react-popper": {
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.2.5.tgz",
@ -34984,6 +34996,11 @@
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
},
"react-json-formatter": {
"version": "git+ssh://git@github.com/incognitojam/react-json-formatter.git#915a9e3d7a239c67e416bd474e0866a6b8b33bcd",
"from": "react-json-formatter@incognitojam/react-json-formatter",
"requires": {}
},
"react-popper": {
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.2.5.tgz",

View File

@ -20,6 +20,7 @@
"react": "^17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-json-formatter": "github:incognitojam/react-json-formatter",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"styled-components": "^5.3.1",