Skip to content

Commit

Permalink
Update dependency react-dom to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent 9576cf4 commit 23c4b5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions search-custom-renderer/package.json
Expand Up @@ -18,13 +18,13 @@
"@microsoft/sp-dialog": "1.12.1",
"@types/es6-promise": "0.0.33",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"@types/react-dom": "18.3.0",
"@types/webpack-env": "1.16.2",
"custom-event-polyfill": "1.0.7",
"moment": "2.29.1",
"office-ui-fabric-react": "7.174.0",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "18.3.1"
},
"resolutions": {
"@types/react": "17.0.18"
Expand Down
4 changes: 2 additions & 2 deletions search-extensibility-library/package.json
Expand Up @@ -23,7 +23,7 @@
"office-ui-fabric-react": "7.174.0",
"@microsoft/sp-http": "1.12.1",
"typescript": "~4.3.0",
"react-dom": "17.0.2",
"react-dom": "18.3.1",
"react": "17.0.2"
},
"devDependencies": {
Expand All @@ -35,7 +35,7 @@
"@webcomponents/custom-elements": "1.5.0",
"@webcomponents/webcomponentsjs": "2.6.0",
"@types/es6-promise": "0.0.33",
"@types/react-dom": "17.0.9",
"@types/react-dom": "18.3.0",
"@types/react": "17.0.18",
"tslib": "2.3.1",
"gulp": "4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions search-parts/package.json
Expand Up @@ -33,7 +33,7 @@
"@pnp/telemetry-js": "2.0.0",
"@types/es6-promise": "0.0.33",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"@types/react-dom": "18.3.0",
"@types/webpack-env": "1.16.2",
"@uifabric/file-type-icons": "7.6.30",
"@uifabric/icons": "7.5.23",
Expand All @@ -52,7 +52,7 @@
"react": "17.0.2",
"react-ace": "9.4.3",
"react-collapsible": "2.8.3",
"react-dom": "17.0.2",
"react-dom": "18.3.1",
"react-js-pagination": "3.0.3",
"video.js": "7.14.3"
},
Expand All @@ -68,7 +68,7 @@
"@types/mocha": "9.0.0",
"@types/node": "16.6.1",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"@types/react-dom": "18.3.0",
"@types/sharepoint": "2016.1.10",
"@types/webpack-env": "1.16.2",
"@webcomponents/custom-elements": "1.5.0",
Expand Down

0 comments on commit 23c4b5b

Please sign in to comment.