Skip to content

Commit

Permalink
Update dependency react 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 8572166
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions search-custom-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"@microsoft/sp-core-library": "1.12.1",
"@microsoft/sp-dialog": "1.12.1",
"@types/es6-promise": "0.0.33",
"@types/react": "17.0.18",
"@types/react": "18.3.1",
"@types/react-dom": "17.0.9",
"@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": "18.3.1",
"react-dom": "17.0.2"
},
"resolutions": {
"@types/react": "17.0.18"
"@types/react": "18.3.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-2.9": "0.14.47",
Expand Down
4 changes: 2 additions & 2 deletions search-extensibility-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@microsoft/sp-http": "1.12.1",
"typescript": "~4.3.0",
"react-dom": "17.0.2",
"react": "17.0.2"
"react": "18.3.1"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.12.1",
Expand All @@ -36,7 +36,7 @@
"@webcomponents/webcomponentsjs": "2.6.0",
"@types/es6-promise": "0.0.33",
"@types/react-dom": "17.0.9",
"@types/react": "17.0.18",
"@types/react": "18.3.1",
"tslib": "2.3.1",
"gulp": "4.0.2",
"@types/chai": "4.2.21",
Expand Down
8 changes: 4 additions & 4 deletions search-parts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@pnp/spfx-property-controls": "3.2.0",
"@pnp/telemetry-js": "2.0.0",
"@types/es6-promise": "0.0.33",
"@types/react": "17.0.18",
"@types/react": "18.3.1",
"@types/react-dom": "17.0.9",
"@types/webpack-env": "1.16.2",
"@uifabric/file-type-icons": "7.6.30",
Expand All @@ -49,7 +49,7 @@
"immutability-helper": "3.1.1",
"moment": "2.29.1",
"office-ui-fabric-react": "7.174.0",
"react": "17.0.2",
"react": "18.3.1",
"react-ace": "9.4.3",
"react-collapsible": "2.8.3",
"react-dom": "17.0.2",
Expand All @@ -67,7 +67,7 @@
"@types/fabric": "4.5.2",
"@types/mocha": "9.0.0",
"@types/node": "16.6.1",
"@types/react": "17.0.18",
"@types/react": "18.3.1",
"@types/react-dom": "17.0.9",
"@types/sharepoint": "2016.1.10",
"@types/webpack-env": "1.16.2",
Expand All @@ -90,6 +90,6 @@
"webpack-dev-server": "3.11.2"
},
"resolutions": {
"@types/react": "17.0.18"
"@types/react": "18.3.1"
}
}

0 comments on commit 8572166

Please sign in to comment.