Skip to content

Commit dfe5a39

Browse files
⬆️ (deps): bump react from 19.2.1 to 19.2.3
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.1 to 19.2.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/v19.2.3/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7deeac7 commit dfe5a39

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"driver.js": "^1.4.0",
2323
"next": "16.0.7",
24-
"react": "^19.2.1",
24+
"react": "^19.2.3",
2525
"react-dom": "^19.2.1"
2626
},
2727
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
dependencies:
334334
"@types/json-schema" "^7.0.15"
335335

336-
"@eslint/eslintrc@^3.3.1", "@eslint/eslintrc@^3.3.3":
336+
"@eslint/eslintrc@^3.3.1":
337337
version "3.3.3"
338338
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz"
339339
integrity sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==
@@ -2893,10 +2893,10 @@ react-is@^16.13.1:
28932893
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
28942894
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
28952895

2896-
react@^19.2.1:
2897-
version "19.2.1"
2898-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.1.tgz#8600fa205e58e2e807f6ef431c9f6492591a2700"
2899-
integrity sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==
2896+
react@^19.2.3:
2897+
version "19.2.3"
2898+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.3.tgz#d83e5e8e7a258cf6b4fe28640515f99b87cd19b8"
2899+
integrity sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==
29002900

29012901
reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9:
29022902
version "1.0.10"

0 commit comments

Comments
 (0)