mirror of https://github.com/kubeflow/examples.git
Bump webpack and react-scripts in /code_search/src/ui
Bumps [webpack](https://github.com/webpack/webpack) to 5.94.0 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `webpack` from 3.8.1 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v3.8.1...v5.94.0) Updates `react-scripts` from 1.1.4 to 5.0.1 - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect - dependency-name: react-scripts dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4a9165b7ef
commit
a027c723ab
File diff suppressed because it is too large
Load Diff
|
@ -7,7 +7,7 @@
|
|||
"@material-ui/icons": "^1.1.0",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-scripts": "1.1.4",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-syntax-highlighter": "^8.0.1",
|
||||
"superagent": "^3.8.3"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue