mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-16 22:41:59 +03:00
fix(deps): update dependency @rjsf/core to v5
This commit is contained in:
parent
76183cfa43
commit
81eb7a028c
|
@ -62,7 +62,7 @@
|
|||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@emotion/react": "^11.13.3",
|
||||
"@reduxjs/toolkit": "^2.2.7",
|
||||
"@rjsf/core": "^4.2.3",
|
||||
"@rjsf/core": "^5.20.0",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@emotion/react": "^11.13.3",
|
||||
"@reduxjs/toolkit": "^2.2.7",
|
||||
"@rjsf/core": "^4.2.3",
|
||||
"@rjsf/core": "^5.20.0",
|
||||
"@types/jsan": "^3.1.5",
|
||||
"@types/json-schema": "^7.0.15",
|
||||
"@types/lodash": "^4.17.7",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.25.4",
|
||||
"@rjsf/core": "^4.2.3",
|
||||
"@rjsf/core": "^5.20.0",
|
||||
"@types/codemirror": "^5.60.15",
|
||||
"@types/json-schema": "^7.0.15",
|
||||
"@types/simple-element-resize-detector": "^1.3.3",
|
||||
|
|
|
@ -731,8 +731,8 @@ importers:
|
|||
specifier: ^2.2.7
|
||||
version: 2.2.7(react-redux@9.1.2)(react@18.3.1)
|
||||
'@rjsf/core':
|
||||
specifier: ^4.2.3
|
||||
version: 4.2.3(react@18.3.1)
|
||||
specifier: ^5.20.0
|
||||
version: 5.20.0(@rjsf/utils@5.20.0)(react@18.3.1)
|
||||
'@types/jsan':
|
||||
specifier: ^3.1.5
|
||||
version: 3.1.5
|
||||
|
@ -897,8 +897,8 @@ importers:
|
|||
specifier: ^2.2.7
|
||||
version: 2.2.7(react-redux@9.1.2)(react@18.3.1)
|
||||
'@rjsf/core':
|
||||
specifier: ^4.2.3
|
||||
version: 4.2.3(react@18.3.1)
|
||||
specifier: ^5.20.0
|
||||
version: 5.20.0(@rjsf/utils@5.20.0)(react@18.3.1)
|
||||
'@testing-library/dom':
|
||||
specifier: ^10.4.0
|
||||
version: 10.4.0
|
||||
|
@ -2437,8 +2437,8 @@ importers:
|
|||
specifier: ^7.25.4
|
||||
version: 7.25.4
|
||||
'@rjsf/core':
|
||||
specifier: ^4.2.3
|
||||
version: 4.2.3(react@18.3.1)
|
||||
specifier: ^5.20.0
|
||||
version: 5.20.0(@rjsf/utils@5.20.0)(react@18.3.1)
|
||||
'@types/codemirror':
|
||||
specifier: ^5.60.15
|
||||
version: 5.60.15
|
||||
|
@ -7343,23 +7343,33 @@ packages:
|
|||
warning: 4.0.3
|
||||
dev: false
|
||||
|
||||
/@rjsf/core@4.2.3(react@18.3.1):
|
||||
resolution: {integrity: sha512-dRXhd1Tac/9OcG0VDrYDF2boNTyKINEEITEtJ4L1Yce2iMVk66U52BhWKIFp/WXDM27vwnOfwQo4NwGiqeQeHw==}
|
||||
engines: {node: '>=12'}
|
||||
/@rjsf/core@5.20.0(@rjsf/utils@5.20.0)(react@18.3.1):
|
||||
resolution: {integrity: sha512-WLxtdNx+KlOXmVpCcyAgXqiQEL9k8ejC8rFYMAhdY7kzuh1e/0y13wHjoTkFXFg/Cxd2faENxf+oQoe1TC3n5g==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16 || >=17'
|
||||
'@rjsf/utils': ^5.19.x
|
||||
react: ^16.14.0 || >=17
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.15
|
||||
ajv: 6.12.6
|
||||
core-js-pure: 3.38.1
|
||||
json-schema-merge-allof: 0.6.0
|
||||
jsonpointer: 5.0.1
|
||||
'@rjsf/utils': 5.20.0(react@18.3.1)
|
||||
lodash: 4.17.21
|
||||
lodash-es: 4.17.21
|
||||
markdown-to-jsx: 7.5.0(react@18.3.1)
|
||||
nanoid: 3.3.7
|
||||
prop-types: 15.8.1
|
||||
react: 18.3.1
|
||||
react-is: 16.9.0
|
||||
|
||||
/@rjsf/utils@5.20.0(react@18.3.1):
|
||||
resolution: {integrity: sha512-1hICYfz4DI+kgyITJgKcOAX2WoTMHLVwb199dz9ZnTH90YzbpbaQeXoEs06/i5vy0HNYLJ6uKd4Ety5eN4Uf+w==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: ^16.14.0 || >=17
|
||||
dependencies:
|
||||
json-schema-merge-allof: 0.8.1
|
||||
jsonpointer: 5.0.1
|
||||
lodash: 4.17.21
|
||||
lodash-es: 4.17.21
|
||||
react: 18.3.1
|
||||
react-is: 18.3.1
|
||||
|
||||
/@sinclair/typebox@0.27.8:
|
||||
resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==}
|
||||
|
@ -9596,6 +9606,7 @@ packages:
|
|||
fast-json-stable-stringify: 2.1.0
|
||||
json-schema-traverse: 0.4.1
|
||||
uri-js: 4.4.1
|
||||
dev: true
|
||||
|
||||
/ajv@8.17.1:
|
||||
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
|
||||
|
@ -10781,10 +10792,6 @@ packages:
|
|||
browserslist: 4.23.3
|
||||
dev: true
|
||||
|
||||
/core-js-pure@3.38.1:
|
||||
resolution: {integrity: sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ==}
|
||||
requiresBuild: true
|
||||
|
||||
/core-util-is@1.0.3:
|
||||
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
||||
|
||||
|
@ -12525,6 +12532,7 @@ packages:
|
|||
|
||||
/fast-deep-equal@3.1.3:
|
||||
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
||||
dev: true
|
||||
|
||||
/fast-glob@3.3.2:
|
||||
resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
|
||||
|
@ -12543,6 +12551,7 @@ packages:
|
|||
|
||||
/fast-json-stable-stringify@2.1.0:
|
||||
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
||||
dev: true
|
||||
|
||||
/fast-levenshtein@2.0.6:
|
||||
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
||||
|
@ -14742,8 +14751,9 @@ packages:
|
|||
dependencies:
|
||||
lodash: 4.17.21
|
||||
|
||||
/json-schema-merge-allof@0.6.0:
|
||||
resolution: {integrity: sha512-LEw4VMQVRceOPLuGRWcxW5orTTiR9ZAtqTAe4rQUjNADTeR81bezBVFa0MqIwp0YmHIM1KkhSjZM7o+IQhaPbQ==}
|
||||
/json-schema-merge-allof@0.8.1:
|
||||
resolution: {integrity: sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dependencies:
|
||||
compute-lcm: 1.1.2
|
||||
json-schema-compare: 0.2.2
|
||||
|
@ -14751,6 +14761,7 @@ packages:
|
|||
|
||||
/json-schema-traverse@0.4.1:
|
||||
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
||||
dev: true
|
||||
|
||||
/json-schema-traverse@1.0.0:
|
||||
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
||||
|
@ -15257,7 +15268,6 @@ packages:
|
|||
react: '>= 0.14.0'
|
||||
dependencies:
|
||||
react: 18.3.1
|
||||
dev: true
|
||||
|
||||
/matcher@3.0.0:
|
||||
resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
|
||||
|
@ -16935,9 +16945,6 @@ packages:
|
|||
/react-is@16.13.1:
|
||||
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
||||
|
||||
/react-is@16.9.0:
|
||||
resolution: {integrity: sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==}
|
||||
|
||||
/react-is@17.0.2:
|
||||
resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
|
||||
dev: true
|
||||
|
@ -19166,6 +19173,7 @@ packages:
|
|||
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
||||
dependencies:
|
||||
punycode: 2.3.1
|
||||
dev: true
|
||||
|
||||
/urijs@1.19.11:
|
||||
resolution: {integrity: sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==}
|
||||
|
|
Loading…
Reference in New Issue
Block a user