build(deps): bump react, react-dom and @types/react (#801)

* build(deps): bump react, react-dom and @types/react

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

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 `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` from 18.3.12 to 19.0.1
- [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-major
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* updated deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
This commit is contained in:
dependabot[bot] 2024-12-10 16:30:27 +00:00 committed by GitHub
parent 3721dd2bfd
commit c543ab2c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 485 additions and 624 deletions

1095
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,27 +15,27 @@
},
"dependencies": {
"@boxyhq/saml20": "1.5.1",
"daisyui": "4.12.14",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"daisyui": "4.12.20",
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-gtm-module": "2.0.11"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react": "19.0.1",
"@types/react-gtm-module": "2.0.4",
"@typescript-eslint/parser": "8.18.0",
"autoprefixer": "10.4.20",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.0.4",
"json": "11.0.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"release-it": "17.10.0",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.14.0"