Skip to content

Commit

Permalink
⬆ Bump the react-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the react-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `19.0.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.1` | `19.0.3` |
| [react-instantsearch](https://github.com/algolia/instantsearch) | `7.13.8` | `7.15.1` |



Updates `react` from 18.3.1 to 19.0.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/v19.0.0/packages/react)

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

Updates `react-dom` from 18.3.1 to 19.0.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/v19.0.0/packages/react-dom)

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

Updates `react-instantsearch` from 7.13.8 to 7.15.1
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/[email protected]@7.15.1)

Updates `react-instantsearch-core` from 7.13.8 to 7.15.1
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/[email protected]@7.15.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent bb7632a commit bf2226a
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 74 deletions.
138 changes: 69 additions & 69 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"instantsearch.css": "^8.5.1",
"lodash": "^4.17.21",
"lucide-react": "^0.473.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-instantsearch": "^7.13.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-instantsearch": "^7.15.1",
"react-instantsearch-core": "^7.11.2",
"react-responsive-carousel": "^3.2.23",
"remix-sitemap": "^3.2.0",
Expand All @@ -36,8 +36,8 @@
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@types/lodash": "^4.17.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"esbuild-plugin-css-modules": "^0.3.0",
"postcss": "^8.5.1",
Expand Down

0 comments on commit bf2226a

Please sign in to comment.