update @rjsf/core

This commit is contained in:
Aarni Halinen
2021-12-09 21:10:09 +02:00
parent 3858d61c38
commit f9e855fd23
2 changed files with 16 additions and 16 deletions
+15 -15
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@next/bundle-analyzer": "^12.0.7",
"@rjsf/core": "^3.1.0",
"@rjsf/core": "^3.2.1",
"@sentry/nextjs": "^6.16.0",
"axios": "^0.21.1",
"date-fns": "^2.23.0",
@@ -2758,15 +2758,15 @@
"integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g=="
},
"node_modules/@rjsf/core": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-3.1.0.tgz",
"integrity": "sha512-EwM2juiQxEdXzFy9rIIsDr6/e+FYeR1cKx0/no8ASEuXZ1p+/nf/CxKGobzD6UhpRip7JK9PhhuHFEFBIjHFJA==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-3.2.1.tgz",
"integrity": "sha512-dk8ihvxFbcuIwU7G+HiJbFgwyIvaumPt5g5zfnuC26mwTUPlaDGFXKK2yITp8tJ3+hcwS5zEXtAN9wUkfuM4jA==",
"dependencies": {
"@types/json-schema": "^7.0.7",
"ajv": "^6.7.0",
"core-js-pure": "^3.6.5",
"json-schema-merge-allof": "^0.6.0",
"jsonpointer": "^4.0.1",
"jsonpointer": "^5.0.0",
"lodash": "^4.17.15",
"nanoid": "^3.1.23",
"prop-types": "^15.7.2",
@@ -9697,9 +9697,9 @@
}
},
"node_modules/jsonpointer": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.1.0.tgz",
"integrity": "sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz",
"integrity": "sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==",
"engines": {
"node": ">=0.10.0"
}
@@ -18920,15 +18920,15 @@
"integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g=="
},
"@rjsf/core": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-3.1.0.tgz",
"integrity": "sha512-EwM2juiQxEdXzFy9rIIsDr6/e+FYeR1cKx0/no8ASEuXZ1p+/nf/CxKGobzD6UhpRip7JK9PhhuHFEFBIjHFJA==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-3.2.1.tgz",
"integrity": "sha512-dk8ihvxFbcuIwU7G+HiJbFgwyIvaumPt5g5zfnuC26mwTUPlaDGFXKK2yITp8tJ3+hcwS5zEXtAN9wUkfuM4jA==",
"requires": {
"@types/json-schema": "^7.0.7",
"ajv": "^6.7.0",
"core-js-pure": "^3.6.5",
"json-schema-merge-allof": "^0.6.0",
"jsonpointer": "^4.0.1",
"jsonpointer": "^5.0.0",
"lodash": "^4.17.15",
"nanoid": "^3.1.23",
"prop-types": "^15.7.2",
@@ -24285,9 +24285,9 @@
}
},
"jsonpointer": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.1.0.tgz",
"integrity": "sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg=="
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz",
"integrity": "sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg=="
},
"jsx-ast-utils": {
"version": "3.2.1",
+1 -1
View File
@@ -62,7 +62,7 @@
},
"dependencies": {
"@next/bundle-analyzer": "^12.0.7",
"@rjsf/core": "^3.1.0",
"@rjsf/core": "^3.2.1",
"@sentry/nextjs": "^6.16.0",
"axios": "^0.21.1",
"date-fns": "^2.23.0",