Skip to content

Commit

Permalink
fix(deps): update dependencies [react]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 45c01b0 commit 1d65d3d
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 128 deletions.
6 changes: 3 additions & 3 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,8 +45,8 @@
"@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-dom": "16.9.24",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.25",
"@types/sanitize-html": "2.11.0",
"@types/uuid": "3.4.11",
"@types/ws": "8.5.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/control-property-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@testing-library/jest-dom": "6.4.8",
"@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-dom": "16.9.25",
"@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": "2.0.7",
Expand Down
8 changes: 4 additions & 4 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.9.0",
"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-dom": "16.9.24",
"@types/react-virtualized": "9.21.29",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.25",
"@types/react-virtualized": "9.22.0",
"@types/sanitize-html": "2.11.0",
"@types/uuid": "3.4.11",
"babel-jest": "29.7.0",
Expand Down
6 changes: 3 additions & 3 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 @@ -55,8 +55,8 @@
"@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-dom": "16.9.24",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.25",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"copyfiles": "2.4.1",
Expand Down
Loading

0 comments on commit 1d65d3d

Please sign in to comment.