@microlink/react-json-view 1.24.0 → 1.24.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.
Files changed (1) hide show
  1. package/package.json +2 -2
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.24.0",
5
+ "version": "1.24.1",
6
6
  "main": "dist/main.js",
7
7
  "author": {
8
8
  "name": "Mac Gainor"
@@ -209,7 +209,7 @@
209
209
  "dependencies": {
210
210
  "react-base16-styling": "~0.9.0",
211
211
  "react-lifecycles-compat": "~3.0.4",
212
- "react-textarea-autosize": "~8.3.2"
212
+ "react-textarea-autosize": "~8.5.7"
213
213
  },
214
214
  "devDependencies": {
215
215
  "@babel/core": "^7.13.0",