@microlink/react-json-view 1.31.12 → 1.31.13

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.
Files changed (1) hide show
  1. package/package.json +6 -6
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.12",
5
+ "version": "1.31.13",
6
6
  "types": "index.d.ts",
7
7
  "main": "dist/main.js",
8
8
  "exports": {
@@ -67,14 +67,14 @@
67
67
  "name": "Andy Baird",
68
68
  "email": "andy@threadsculture.com"
69
69
  },
70
- {
71
- "name": "Nimgoble",
72
- "email": "nimgoble@gmail.com"
73
- },
74
70
  {
75
71
  "name": "Marc Bernard",
76
72
  "email": "59966492+mbtools@users.noreply.github.com"
77
73
  },
74
+ {
75
+ "name": "Nimgoble",
76
+ "email": "nimgoble@gmail.com"
77
+ },
78
78
  {
79
79
  "name": "Daniel Santos",
80
80
  "email": "dsantosp12@gmail.com"
@@ -284,7 +284,7 @@
284
284
  "dependencies": {
285
285
  "react-base16-styling": "~0.10.0",
286
286
  "react-lifecycles-compat": "~3.0.4",
287
- "react-textarea-autosize": "~8.5.7"
287
+ "react-textarea-autosize": "~8.5.9"
288
288
  },
289
289
  "devDependencies": {
290
290
  "@babel/core": "^7.13.0",