From cf77735c39a26a8c2dae41dea48c7166e778ac25 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sun, 10 Apr 2022 23:13:06 +0300 Subject: [PATCH] update rjsf --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c82b5c1..1cd8a8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@next/bundle-analyzer": "^12.1.0", - "@rjsf/core": "^3.2.1", + "@rjsf/core": "^4.1.1", "@sentry/nextjs": "^6.19.6", "axios": "^0.26.0", "date-fns": "^2.23.0", @@ -2655,9 +2655,9 @@ "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==" }, "node_modules/@rjsf/core": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-3.2.1.tgz", - "integrity": "sha512-dk8ihvxFbcuIwU7G+HiJbFgwyIvaumPt5g5zfnuC26mwTUPlaDGFXKK2yITp8tJ3+hcwS5zEXtAN9wUkfuM4jA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-4.1.1.tgz", + "integrity": "sha512-/R37fLwnhAavQVlYoILwYIha0ymgKtMWdtehgiODcf++rl4/jq38RjXhqF5wQT9uOYAHmtutokJsTFei1VY4bw==", "dependencies": { "@types/json-schema": "^7.0.7", "ajv": "^6.7.0", @@ -2673,7 +2673,7 @@ "node": ">=12" }, "peerDependencies": { - "react": ">=16" + "react": ">=16 || >=17" } }, "node_modules/@rjsf/core/node_modules/react-is": { @@ -16483,9 +16483,9 @@ "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==" }, "@rjsf/core": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-3.2.1.tgz", - "integrity": "sha512-dk8ihvxFbcuIwU7G+HiJbFgwyIvaumPt5g5zfnuC26mwTUPlaDGFXKK2yITp8tJ3+hcwS5zEXtAN9wUkfuM4jA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-4.1.1.tgz", + "integrity": "sha512-/R37fLwnhAavQVlYoILwYIha0ymgKtMWdtehgiODcf++rl4/jq38RjXhqF5wQT9uOYAHmtutokJsTFei1VY4bw==", "requires": { "@types/json-schema": "^7.0.7", "ajv": "^6.7.0", diff --git a/package.json b/package.json index 9372d0e..d3fe5eb 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@next/bundle-analyzer": "^12.1.0", - "@rjsf/core": "^3.2.1", + "@rjsf/core": "^4.1.1", "@sentry/nextjs": "^6.19.6", "axios": "^0.26.0", "date-fns": "^2.23.0",