Skip to content

Commit 92f6078

Browse files
fix(deps): update dependencies [react]
1 parent b41f1b4 commit 92f6078

File tree

5 files changed

+135
-162
lines changed

5 files changed

+135
-162
lines changed

examples/ui-prompting-examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@sap-ux/ui-components": "workspace:*",
2424
"@sap-ux/ui-prompting": "workspace:*",
25-
"react-markdown": "5.0.2",
25+
"react-markdown": "5.0.3",
2626
"sanitize-html": "2.12.1"
2727
},
2828
"peerDependencies": {
@@ -45,8 +45,8 @@
4545
"@types/inquirer": "8.2.6",
4646
"@types/mem-fs": "1.1.2",
4747
"@types/mem-fs-editor": "7.0.1",
48-
"@types/react": "16.14.55",
49-
"@types/react-dom": "16.9.24",
48+
"@types/react": "16.14.62",
49+
"@types/react-dom": "16.9.25",
5050
"@types/sanitize-html": "2.11.0",
5151
"@types/uuid": "3.4.11",
5252
"@types/ws": "8.5.12",

packages/control-property-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@testing-library/jest-dom": "6.4.8",
3232
"@testing-library/react": "12.1.5",
3333
"@testing-library/dom": "9.3.3",
34-
"@types/react-dom": "16.9.24",
35-
"@types/react-redux": "7.1.33",
34+
"@types/react-dom": "16.9.25",
35+
"@types/react-redux": "7.1.34",
3636
"@types/redux-logger": "3.0.7",
3737
"@types/remote-redux-devtools": "0.5.4",
3838
"@types/source-map-support": "0.5.0",
39-
"@types/react": "16.14.55",
39+
"@types/react": "16.14.62",
4040
"body-parser": "1.20.3",
4141
"eslint-plugin-react": "7.33.2",
4242
"http-proxy-middleware": "2.0.7",

packages/ui-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@fluentui/react": "8.120.5",
3737
"react-movable": "2.5.4",
38-
"react-select": "5.8.0",
38+
"react-select": "5.9.0",
3939
"react-virtualized": "9.22.5",
4040
"sanitize-html": "2.12.1",
4141
"uuid": "3.4.0"
@@ -56,9 +56,9 @@
5656
"@testing-library/react": "12.1.5",
5757
"@types/enzyme": "3.10.13",
5858
"@types/enzyme-adapter-react-16": "1.0.6",
59-
"@types/react": "16.14.55",
60-
"@types/react-dom": "16.9.24",
61-
"@types/react-virtualized": "9.21.29",
59+
"@types/react": "16.14.62",
60+
"@types/react-dom": "16.9.25",
61+
"@types/react-virtualized": "9.22.0",
6262
"@types/sanitize-html": "2.11.0",
6363
"@types/uuid": "3.4.11",
6464
"babel-jest": "29.7.0",

packages/ui-prompting/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@sap-ux/ui-components": "workspace:*",
37-
"react-markdown": "5.0.2"
37+
"react-markdown": "5.0.3"
3838
},
3939
"peerDependencies": {
4040
"react": ">=16.14.0",
@@ -55,8 +55,8 @@
5555
"@testing-library/jest-dom": "5.17.0",
5656
"@testing-library/react": "12.1.5",
5757
"@types/inquirer": "8.2.6",
58-
"@types/react": "16.14.55",
59-
"@types/react-dom": "16.9.24",
58+
"@types/react": "16.14.62",
59+
"@types/react-dom": "16.9.25",
6060
"babel-jest": "29.7.0",
6161
"babel-loader": "9.1.3",
6262
"copyfiles": "2.4.1",

0 commit comments

Comments
 (0)