Bump @casl/react from 3.1.0 to 4.0.0 in /spiffworkflow-frontend (#2039)
Bumps [@casl/react](https://github.com/stalniy/casl/tree/HEAD/packages/casl-react) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/stalniy/casl/releases) - [Changelog](https://github.com/stalniy/casl/blob/master/packages/casl-react/CHANGELOG.md) - [Commits](https://github.com/stalniy/casl/commits/@casl/ability@4.0.0/packages/casl-react) --- updated-dependencies: - dependency-name: "@casl/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c6134d3024
commit
8fda7dd92b
|
@ -16,7 +16,7 @@
|
||||||
"@carbon/react": "^1.33.0",
|
"@carbon/react": "^1.33.0",
|
||||||
"@carbon/styles": "^1.51.0",
|
"@carbon/styles": "^1.51.0",
|
||||||
"@casl/ability": "^6.7.1",
|
"@casl/ability": "^6.7.1",
|
||||||
"@casl/react": "^3.1.0",
|
"@casl/react": "^4.0.0",
|
||||||
"@microsoft/fetch-event-source": "^2.0.1",
|
"@microsoft/fetch-event-source": "^2.0.1",
|
||||||
"@monaco-editor/react": "^4.4.5",
|
"@monaco-editor/react": "^4.4.5",
|
||||||
"@mui/icons-material": "^5.16.0",
|
"@mui/icons-material": "^5.16.0",
|
||||||
|
@ -2365,9 +2365,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@casl/react": {
|
"node_modules/@casl/react": {
|
||||||
"version": "3.1.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@casl/react/-/react-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@casl/react/-/react-4.0.0.tgz",
|
||||||
"integrity": "sha512-p4Xmex1Slxz/G0cBtZik+xyOkeOynBUe0UrMFTai6aYkYOb4NyUy3w+9rtnedjcuKijiow2HKJQjnSurLxdc/g==",
|
"integrity": "sha512-ovmI4JfNw7TfVVV+XhAJ//gXgMEkkPJU6YBWFVFZGa8Oikdh8Qxr/sdXcqj71QWEHAGN7aSKMtBE0MZylPUVsg==",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@casl/ability": "^3.0.0 || ^4.0.0 || ^5.1.0 || ^6.0.0",
|
"@casl/ability": "^3.0.0 || ^4.0.0 || ^5.1.0 || ^6.0.0",
|
||||||
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
||||||
|
@ -28082,9 +28082,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@casl/react": {
|
"@casl/react": {
|
||||||
"version": "3.1.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@casl/react/-/react-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@casl/react/-/react-4.0.0.tgz",
|
||||||
"integrity": "sha512-p4Xmex1Slxz/G0cBtZik+xyOkeOynBUe0UrMFTai6aYkYOb4NyUy3w+9rtnedjcuKijiow2HKJQjnSurLxdc/g==",
|
"integrity": "sha512-ovmI4JfNw7TfVVV+XhAJ//gXgMEkkPJU6YBWFVFZGa8Oikdh8Qxr/sdXcqj71QWEHAGN7aSKMtBE0MZylPUVsg==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"@codemirror/autocomplete": {
|
"@codemirror/autocomplete": {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"@carbon/react": "^1.33.0",
|
"@carbon/react": "^1.33.0",
|
||||||
"@carbon/styles": "^1.51.0",
|
"@carbon/styles": "^1.51.0",
|
||||||
"@casl/ability": "^6.7.1",
|
"@casl/ability": "^6.7.1",
|
||||||
"@casl/react": "^3.1.0",
|
"@casl/react": "^4.0.0",
|
||||||
"@microsoft/fetch-event-source": "^2.0.1",
|
"@microsoft/fetch-event-source": "^2.0.1",
|
||||||
"@monaco-editor/react": "^4.4.5",
|
"@monaco-editor/react": "^4.4.5",
|
||||||
"@mui/icons-material": "^5.16.0",
|
"@mui/icons-material": "^5.16.0",
|
||||||
|
|
Loading…
Reference in New Issue