update rjsf

This commit is contained in:
Aarni Halinen
2022-04-10 23:13:06 +03:00
parent 085277ac84
commit cf77735c39
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -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",
+1 -1
View File
@@ -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",