@microlink/react-json-view 1.31.1 → 1.31.2
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.2",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"main": "dist/main.js",
|
|
8
8
|
"author": {
|
|
@@ -275,12 +275,12 @@
|
|
|
275
275
|
"@commitlint/config-conventional": "latest",
|
|
276
276
|
"@ksmithut/prettier-standard": "latest",
|
|
277
277
|
"babel-loader": "10.0.0",
|
|
278
|
-
"babel-plugin-istanbul": "
|
|
278
|
+
"babel-plugin-istanbul": "7.0.1",
|
|
279
279
|
"babel-plugin-react-html-attrs": "~2.1.0",
|
|
280
280
|
"babel-preset-react-app": "10.1.0",
|
|
281
281
|
"browser-sync": "~3.0.3",
|
|
282
282
|
"c8": "latest",
|
|
283
|
-
"chai": "~
|
|
283
|
+
"chai": "~6.2.2",
|
|
284
284
|
"cheerio": "1.0.0-rc.3",
|
|
285
285
|
"ci-publish": "latest",
|
|
286
286
|
"conventional-changelog-cli": "latest",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"standard": "latest",
|
|
309
309
|
"standard-version": "latest",
|
|
310
310
|
"style-loader": "~4.0.0",
|
|
311
|
-
"tinyrun": "~1.0
|
|
311
|
+
"tinyrun": "~1.1.0",
|
|
312
312
|
"webpack": "~5.93.0",
|
|
313
313
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
314
314
|
"webpack-bundle-size-analyzer": "~3.1.0",
|