mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
fix(deps): update dependency @rjsf/core to v4 (#1095)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3ccf1a54d2
commit
f43aba4908
|
@ -74,7 +74,7 @@
|
||||||
"@babel/preset-env": "^7.16.11",
|
"@babel/preset-env": "^7.16.11",
|
||||||
"@babel/preset-react": "^7.16.7",
|
"@babel/preset-react": "^7.16.7",
|
||||||
"@babel/preset-typescript": "^7.16.7",
|
"@babel/preset-typescript": "^7.16.7",
|
||||||
"@rjsf/core": "^3.2.1",
|
"@rjsf/core": "^4.0.1",
|
||||||
"@testing-library/jest-dom": "^5.16.2",
|
"@testing-library/jest-dom": "^5.16.2",
|
||||||
"@testing-library/react": "^12.1.2",
|
"@testing-library/react": "^12.1.2",
|
||||||
"@types/jest": "^27.4.0",
|
"@types/jest": "^27.4.0",
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.17.0",
|
"@babel/runtime": "^7.17.0",
|
||||||
"@rjsf/core": "^3.2.1",
|
"@rjsf/core": "^4.0.1",
|
||||||
"@types/base16": "^1.0.2",
|
"@types/base16": "^1.0.2",
|
||||||
"@types/codemirror": "^5.60.5",
|
"@types/codemirror": "^5.60.5",
|
||||||
"@types/json-schema": "^7.0.9",
|
"@types/json-schema": "^7.0.9",
|
||||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -4830,7 +4830,7 @@ __metadata:
|
||||||
"@redux-devtools/slider-monitor": ^3.1.1
|
"@redux-devtools/slider-monitor": ^3.1.1
|
||||||
"@redux-devtools/ui": ^1.2.1
|
"@redux-devtools/ui": ^1.2.1
|
||||||
"@reduxjs/toolkit": ^1.7.2
|
"@reduxjs/toolkit": ^1.7.2
|
||||||
"@rjsf/core": ^3.2.1
|
"@rjsf/core": ^4.0.1
|
||||||
"@testing-library/jest-dom": ^5.16.2
|
"@testing-library/jest-dom": ^5.16.2
|
||||||
"@testing-library/react": ^12.1.2
|
"@testing-library/react": ^12.1.2
|
||||||
"@types/jest": ^27.4.0
|
"@types/jest": ^27.4.0
|
||||||
|
@ -5491,7 +5491,7 @@ __metadata:
|
||||||
"@babel/preset-react": ^7.16.7
|
"@babel/preset-react": ^7.16.7
|
||||||
"@babel/preset-typescript": ^7.16.7
|
"@babel/preset-typescript": ^7.16.7
|
||||||
"@babel/runtime": ^7.17.0
|
"@babel/runtime": ^7.17.0
|
||||||
"@rjsf/core": ^3.2.1
|
"@rjsf/core": ^4.0.1
|
||||||
"@storybook/addon-essentials": ^6.4.18
|
"@storybook/addon-essentials": ^6.4.18
|
||||||
"@storybook/react": ^6.4.18
|
"@storybook/react": ^6.4.18
|
||||||
"@testing-library/dom": ^8.11.3
|
"@testing-library/dom": ^8.11.3
|
||||||
|
@ -5635,9 +5635,9 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@rjsf/core@npm:^3.2.1":
|
"@rjsf/core@npm:^4.0.1":
|
||||||
version: 3.2.1
|
version: 4.0.1
|
||||||
resolution: "@rjsf/core@npm:3.2.1"
|
resolution: "@rjsf/core@npm:4.0.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/json-schema": ^7.0.7
|
"@types/json-schema": ^7.0.7
|
||||||
ajv: ^6.7.0
|
ajv: ^6.7.0
|
||||||
|
@ -5649,8 +5649,8 @@ __metadata:
|
||||||
prop-types: ^15.7.2
|
prop-types: ^15.7.2
|
||||||
react-is: ^16.9.0
|
react-is: ^16.9.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ">=16"
|
react: ">=16 || >=17"
|
||||||
checksum: 2142d4a31229ea242b79aca4ed93e2fe89e75f15ce93111457c3017d3ab295cae8f53e4dd870c619afa571959d00f46b3c19085c6a336f522c891fc07ecc46f1
|
checksum: 8c117d7bd41171f132f7218cde154662599b44ef1409668feefc42319a2e014c1bdb3d9cfe6525d99a8199a11b40c22084a86d94116c0d44d78e1293aa666961
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user