build(deps-dev): bump @types/react from 19.1.12 to 19.1.15 (#1014)

* build(deps-dev): bump @types/react from 19.1.12 to 19.1.15

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.1.12 to 19.1.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

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.prabhakara@ory.sh>
This commit is contained in:
dependabot[bot] 2025-10-10 09:35:33 +01:00 committed by GitHub
parent c9a56026ff
commit 85ac624b78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 793 additions and 901 deletions

1
next-env.d.ts vendored
View File

@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

1673
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,26 +16,26 @@
"dependencies": {
"@boxyhq/saml20": "1.12.1",
"daisyui": "4.12.24",
"next": "15.5.3",
"react": "19.1.1",
"react-dom": "19.1.1",
"next": "15.5.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-gtm-module": "2.0.11"
},
"devDependencies": {
"@types/node": "22.15.28",
"@types/react": "19.1.12",
"@types/node": "24.7.1",
"@types/react": "19.2.2",
"@types/react-gtm-module": "2.0.4",
"@typescript-eslint/parser": "8.33.0",
"@typescript-eslint/parser": "8.46.0",
"autoprefixer": "10.4.21",
"eslint": "9.35.0",
"eslint-config-next": "15.5.3",
"eslint": "9.37.0",
"eslint-config-next": "15.5.4",
"json": "11.0.0",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"release-it": "19.0.4",
"release-it": "19.0.5",
"tailwindcss": "3.4.17",
"typescript": "^5.8.3"
"typescript": "5.9.3"
},
"engines": {
"node": ">=18.14.0"