@microlink/react-json-view 1.28.0 → 1.29.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 +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.28.0",
5
+ "version": "1.29.0",
6
6
  "types": "index.d.ts",
7
7
  "main": "dist/main.js",
8
8
  "author": {
@@ -274,11 +274,10 @@
274
274
  "@commitlint/cli": "latest",
275
275
  "@commitlint/config-conventional": "latest",
276
276
  "@ksmithut/prettier-standard": "latest",
277
- "@types/react": "^18.2.20",
278
277
  "babel-loader": "8.4.1",
279
278
  "babel-plugin-istanbul": "6.1.1",
280
279
  "babel-plugin-react-html-attrs": "~2.1.0",
281
- "babel-preset-react-app": "10.0.1",
280
+ "babel-preset-react-app": "10.1.0",
282
281
  "browser-sync": "~3.0.3",
283
282
  "c8": "latest",
284
283
  "chai": "~4.2.0",
@@ -291,11 +290,11 @@
291
290
  "finepack": "latest",
292
291
  "git-authors-cli": "latest",
293
292
  "github-generate-release": "latest",
294
- "html-webpack-plugin": "^4.5.2",
293
+ "html-webpack-plugin": "^5.6.6",
295
294
  "ignore-styles": "~5.0.1",
296
- "jsdom": "~16.4.0",
295
+ "jsdom": "~28.1.0",
297
296
  "mocha": "~8.2.1",
298
- "moment": "~2.29.1",
297
+ "moment": "~2.30.1",
299
298
  "nano-staged": "latest",
300
299
  "prettier": "~2.2.1",
301
300
  "react": "~16.14.0",
@@ -305,7 +304,7 @@
305
304
  "sass": "~1.47.0",
306
305
  "sass-loader": "~16.0.7",
307
306
  "simple-git-hooks": "latest",
308
- "sinon": "~9.2.3",
307
+ "sinon": "~21.0.2",
309
308
  "standard": "latest",
310
309
  "standard-version": "latest",
311
310
  "style-loader": "~1.3.0",
@@ -313,7 +312,7 @@
313
312
  "webpack": "~5.93.0",
314
313
  "webpack-bundle-analyzer": "~4.10.2",
315
314
  "webpack-bundle-size-analyzer": "~3.1.0",
316
- "webpack-cli": "~5.1.4",
315
+ "webpack-cli": "~6.0.1",
317
316
  "webpack-dev-server": "~5.0.4"
318
317
  },
319
318
  "engines": {