Skip to content

Commit

Permalink
Bump node-fetch, react, react-addons-update and react-dom
Browse files Browse the repository at this point in the history
Removes [node-fetch](https://github.com/node-fetch/node-fetch). It's no longer used after updating ancestor dependencies [node-fetch](https://github.com/node-fetch/node-fetch), [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-addons-update](https://github.com/facebook/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies need to be updated together.


Removes `node-fetch`

Updates `react` from 15.6.2 to 18.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react)

Updates `react-addons-update` from 15.6.2 to 15.6.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits)

Updates `react-dom` from 15.6.2 to 18.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: react
  dependency-type: direct:production
- dependency-name: react-addons-update
  dependency-type: direct:production
- dependency-name: react-dom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2022
1 parent 0fdfb67 commit 73e9e21
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 120 deletions.
137 changes: 21 additions & 116 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"gulp-load-plugins": "^1.2.4",
"gulp-util": "^3.0.7",
"map-stream": "0.0.7",
"react": "^15.3.1",
"react-addons-update": "^15.3.1",
"react-dom": "^15.3.1",
"react": "^18.2.0",
"react-addons-update": "^15.6.3",
"react-dom": "^18.2.0",
"react-hot-loader": "^1.3.0",
"svg4everybody": "^2.1.0",
"touch": "^1.0.0",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"jest-cli": "14.1.0",
"react-addons-test-utils": "15.6.2",
"react-dom": "15.7.0"
"react-dom": "18.2.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
Expand Down

0 comments on commit 73e9e21

Please sign in to comment.