@microlink/react-json-view 1.27.2 → 1.28.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 +7 -8
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.28.1",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"main": "dist/main.js",
|
|
8
8
|
"author": {
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"@babel/eslint-parser": "~7.12.1",
|
|
270
270
|
"@babel/plugin-proposal-private-property-in-object": "~7.21.11",
|
|
271
271
|
"@babel/plugin-syntax-class-properties": "~7.12.1",
|
|
272
|
-
"@babel/plugin-syntax-jsx": "~7.
|
|
272
|
+
"@babel/plugin-syntax-jsx": "~7.28.6",
|
|
273
273
|
"@babel/register": "7.12.10",
|
|
274
274
|
"@commitlint/cli": "latest",
|
|
275
275
|
"@commitlint/config-conventional": "latest",
|
|
@@ -291,9 +291,9 @@
|
|
|
291
291
|
"finepack": "latest",
|
|
292
292
|
"git-authors-cli": "latest",
|
|
293
293
|
"github-generate-release": "latest",
|
|
294
|
-
"html-webpack-plugin": "^
|
|
294
|
+
"html-webpack-plugin": "^5.6.6",
|
|
295
295
|
"ignore-styles": "~5.0.1",
|
|
296
|
-
"jsdom": "~
|
|
296
|
+
"jsdom": "~28.1.0",
|
|
297
297
|
"mocha": "~8.2.1",
|
|
298
298
|
"moment": "~2.29.1",
|
|
299
299
|
"nano-staged": "latest",
|
|
@@ -303,18 +303,17 @@
|
|
|
303
303
|
"react-select": "~5.10.2",
|
|
304
304
|
"react-test-renderer": "~16.14.0",
|
|
305
305
|
"sass": "~1.47.0",
|
|
306
|
-
"sass-loader": "~
|
|
306
|
+
"sass-loader": "~16.0.7",
|
|
307
307
|
"simple-git-hooks": "latest",
|
|
308
|
-
"sinon": "~
|
|
308
|
+
"sinon": "~21.0.2",
|
|
309
309
|
"standard": "latest",
|
|
310
310
|
"standard-version": "latest",
|
|
311
311
|
"style-loader": "~1.3.0",
|
|
312
312
|
"tinyrun": "~1.0.2",
|
|
313
|
-
"typescript": "^4.5.4",
|
|
314
313
|
"webpack": "~5.93.0",
|
|
315
314
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
316
315
|
"webpack-bundle-size-analyzer": "~3.1.0",
|
|
317
|
-
"webpack-cli": "~
|
|
316
|
+
"webpack-cli": "~6.0.1",
|
|
318
317
|
"webpack-dev-server": "~5.0.4"
|
|
319
318
|
},
|
|
320
319
|
"engines": {
|