@microlink/react-json-view 1.31.17 → 1.31.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@microlink/react-json-view",
|
|
3
3
|
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
|
|
4
4
|
"homepage": "https://github.com/microlinkhq/react-json-view",
|
|
5
|
-
"version": "1.31.
|
|
5
|
+
"version": "1.31.18",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"main": "dist/main.js",
|
|
8
8
|
"exports": {
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"@commitlint/config-conventional": "latest",
|
|
298
298
|
"@ksmithut/prettier-standard": "latest",
|
|
299
299
|
"babel-loader": "10.1.1",
|
|
300
|
-
"babel-plugin-istanbul": "
|
|
300
|
+
"babel-plugin-istanbul": "8.0.0",
|
|
301
301
|
"babel-plugin-react-html-attrs": "~3.0.5",
|
|
302
302
|
"babel-preset-react-app": "10.1.0",
|
|
303
303
|
"browser-sync": "~3.0.3",
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
"sass": "~1.99.0",
|
|
327
327
|
"sass-loader": "~16.0.7",
|
|
328
328
|
"simple-git-hooks": "latest",
|
|
329
|
-
"sinon": "~21.0
|
|
329
|
+
"sinon": "~21.1.0",
|
|
330
330
|
"standard": "latest",
|
|
331
331
|
"standard-version": "latest",
|
|
332
332
|
"style-loader": "~4.0.0",
|