@microlink/react-json-view 1.27.2 → 1.28.0

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 +3 -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.27.2",
5
+ "version": "1.28.0",
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.12.1",
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",
@@ -303,14 +303,13 @@
303
303
  "react-select": "~5.10.2",
304
304
  "react-test-renderer": "~16.14.0",
305
305
  "sass": "~1.47.0",
306
- "sass-loader": "~10.1.1",
306
+ "sass-loader": "~16.0.7",
307
307
  "simple-git-hooks": "latest",
308
308
  "sinon": "~9.2.3",
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",