@microlink/react-json-view 1.30.2 → 1.31.1
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 +5 -5
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.
|
|
5
|
+
"version": "1.31.1",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"main": "dist/main.js",
|
|
8
8
|
"author": {
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
},
|
|
267
267
|
"devDependencies": {
|
|
268
268
|
"@babel/core": "^7.13.0",
|
|
269
|
-
"@babel/eslint-parser": "~7.
|
|
269
|
+
"@babel/eslint-parser": "~7.28.6",
|
|
270
270
|
"@babel/plugin-proposal-private-property-in-object": "~7.21.11",
|
|
271
271
|
"@babel/plugin-syntax-class-properties": "~7.12.1",
|
|
272
272
|
"@babel/plugin-syntax-jsx": "~7.28.6",
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"@commitlint/cli": "latest",
|
|
275
275
|
"@commitlint/config-conventional": "latest",
|
|
276
276
|
"@ksmithut/prettier-standard": "latest",
|
|
277
|
-
"babel-loader": "
|
|
277
|
+
"babel-loader": "10.0.0",
|
|
278
278
|
"babel-plugin-istanbul": "6.1.1",
|
|
279
279
|
"babel-plugin-react-html-attrs": "~2.1.0",
|
|
280
280
|
"babel-preset-react-app": "10.1.0",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"html-webpack-plugin": "^5.6.6",
|
|
294
294
|
"ignore-styles": "~5.0.1",
|
|
295
295
|
"jsdom": "~28.1.0",
|
|
296
|
-
"mocha": "~
|
|
296
|
+
"mocha": "~11.7.5",
|
|
297
297
|
"moment": "~2.30.1",
|
|
298
298
|
"nano-staged": "latest",
|
|
299
299
|
"prettier": "~2.2.1",
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"sinon": "~21.0.2",
|
|
308
308
|
"standard": "latest",
|
|
309
309
|
"standard-version": "latest",
|
|
310
|
-
"style-loader": "~
|
|
310
|
+
"style-loader": "~4.0.0",
|
|
311
311
|
"tinyrun": "~1.0.2",
|
|
312
312
|
"webpack": "~5.93.0",
|
|
313
313
|
"webpack-bundle-analyzer": "~4.10.2",
|