Skip to content

Commit

Permalink
chore(deps): update dependencies [react]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 15dd5ca commit 099efb5
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 199 deletions.
4 changes: 2 additions & 2 deletions examples/ui-prompting-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@sap-ux/ui-components": "workspace:*",
"@sap-ux/ui-prompting": "workspace:*",
"react-markdown": "5.0.2",
"react-markdown": "5.0.3",
"sanitize-html": "2.12.1"
},
"peerDependencies": {
Expand All @@ -45,7 +45,7 @@
"@types/inquirer": "8.2.6",
"@types/mem-fs": "1.1.2",
"@types/mem-fs-editor": "7.0.1",
"@types/react": "16.14.55",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.24",
"@types/sanitize-html": "2.11.0",
"@types/uuid": "3.4.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/control-property-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@testing-library/react": "12.1.5",
"@testing-library/dom": "9.3.3",
"@types/react-dom": "16.9.24",
"@types/react-redux": "7.1.33",
"@types/react-redux": "7.1.34",
"@types/redux-logger": "3.0.7",
"@types/remote-redux-devtools": "0.5.4",
"@types/source-map-support": "0.5.0",
"@types/react": "16.14.55",
"@types/react": "16.14.62",
"body-parser": "1.20.3",
"eslint-plugin-react": "7.33.2",
"http-proxy-middleware": "1.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@fluentui/react": "8.120.5",
"react-movable": "2.5.4",
"react-select": "5.8.0",
"react-select": "5.8.1",
"react-virtualized": "9.22.5",
"sanitize-html": "2.12.1",
"uuid": "3.4.0"
Expand All @@ -56,9 +56,9 @@
"@testing-library/react": "12.1.5",
"@types/enzyme": "3.10.13",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/react": "16.14.55",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.24",
"@types/react-virtualized": "9.21.29",
"@types/react-virtualized": "9.21.30",
"@types/sanitize-html": "2.11.0",
"@types/uuid": "3.4.11",
"babel-jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-prompting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@sap-ux/ui-components": "workspace:*",
"react-markdown": "5.0.2"
"react-markdown": "5.0.3"
},
"peerDependencies": {
"react": ">=16.14.0",
Expand All @@ -54,7 +54,7 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@types/inquirer": "8.2.6",
"@types/react": "16.14.55",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.24",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
Expand Down
Loading

0 comments on commit 099efb5

Please sign in to comment.