Skip to content

Commit

Permalink
chore(deps): bump react and @types/react (#364)
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.2.0 to 18.3.1
- [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.3.1/packages/react)

Updates `@types/react` from 18.2.79 to 18.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent f5720b3 commit ee6c9c9
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 58 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"cross-env": "^7.0.3",
"fastify": "^4.26.2",
"isbot": "^5.1.11",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"chokidar": "^3.6.0",
"eslint": "^8.57.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@remix-run/react": "*",
"fastify": "^4.26.2",
"isbot": "^5.1.11",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@fastify/middie": "^8.3.0",
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"cross-env": "^7.0.3",
"fastify": "^4.26.2",
"isbot": "^5.1.11",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier-plugin-tailwindcss": "^0.5.14",
"prompt-confirm": "^2.0.4",
"publint": "^0.2.7",
"react": "^18.2.0",
"react": "^18.3.1",
"semver": "^7.6.0",
"tsup": "^8.0.2",
"type-fest": "^4.21.0",
Expand Down
102 changes: 51 additions & 51 deletions pnpm-lock.yaml

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

0 comments on commit ee6c9c9

Please sign in to comment.