@microlink/react-json-view 1.31.14 → 1.31.16
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 +4 -4
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.16",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"main": "dist/main.js",
|
|
8
8
|
"exports": {
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"@ksmithut/prettier-standard": "latest",
|
|
299
299
|
"babel-loader": "10.1.1",
|
|
300
300
|
"babel-plugin-istanbul": "7.0.1",
|
|
301
|
-
"babel-plugin-react-html-attrs": "~
|
|
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",
|
|
304
304
|
"c8": "latest",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"react-dom": "~16.14.0",
|
|
324
324
|
"react-select": "~5.10.2",
|
|
325
325
|
"react-test-renderer": "~16.14.0",
|
|
326
|
-
"sass": "~1.
|
|
326
|
+
"sass": "~1.99.0",
|
|
327
327
|
"sass-loader": "~16.0.7",
|
|
328
328
|
"simple-git-hooks": "latest",
|
|
329
329
|
"sinon": "~21.0.2",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"style-loader": "~4.0.0",
|
|
333
333
|
"tinyrun": "~1.1.0",
|
|
334
334
|
"webpack": "~5.105.4",
|
|
335
|
-
"webpack-bundle-analyzer": "~5.
|
|
335
|
+
"webpack-bundle-analyzer": "~5.3.0",
|
|
336
336
|
"webpack-bundle-size-analyzer": "~3.1.0",
|
|
337
337
|
"webpack-cli": "~6.0.1",
|
|
338
338
|
"webpack-dev-server": "~5.2.3"
|