Skip to content

Commit db33ef7

Browse files
Bump react from 19.2.0 to 19.2.1 (#163)
* Bump react from 19.2.0 to 19.2.1 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.0 to 19.2.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/v19.2.1/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): update react-dom --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valentin Knabel <[email protected]>
1 parent aab72d1 commit db33ef7

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"docusaurus-lunr-search": "^3.6.0",
2020
"postcss": "^8.5.3",
2121
"prism-react-renderer": "^2.3.0",
22-
"react": "^19.2.0",
23-
"react-dom": "^19.2.0",
22+
"react": "^19.2.1",
23+
"react-dom": "^19.2.1",
2424
"semver": "^7.7.3",
2525
"tailwind-merge": "^3.4.0",
2626
"tailwindcss": "^4.1.17",
@@ -2188,9 +2188,9 @@
21882188

21892189
"rc": ["[email protected]", "", { "dependencies": { "deep-extend": "^0.6.0", "ini": "~1.3.0", "minimist": "^1.2.0", "strip-json-comments": "~2.0.1" }, "bin": { "rc": "./cli.js" } }, "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw=="],
21902190

2191-
"react": ["[email protected].0", "", {}, "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ=="],
2191+
"react": ["[email protected].1", "", {}, "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw=="],
21922192

2193-
"react-dom": ["[email protected].0", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.0" } }, "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ=="],
2193+
"react-dom": ["[email protected].1", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.1" } }, "sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg=="],
21942194

21952195
"react-fast-compare": ["[email protected]", "", {}, "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ=="],
21962196

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"docusaurus-lunr-search": "^3.6.0",
3434
"postcss": "^8.5.3",
3535
"prism-react-renderer": "^2.3.0",
36-
"react": "^19.2.0",
37-
"react-dom": "^19.2.0",
36+
"react": "^19.2.1",
37+
"react-dom": "^19.2.1",
3838
"semver": "^7.7.3",
3939
"tailwind-merge": "^3.4.0",
4040
"tailwindcss": "^4.1.17"
@@ -50,11 +50,7 @@
5050
"yaml": "^2.8.2"
5151
},
5252
"browserslist": {
53-
"production": [
54-
">0.5%",
55-
"not dead",
56-
"not op_mini all"
57-
],
53+
"production": [">0.5%", "not dead", "not op_mini all"],
5854
"development": [
5955
"last 3 chrome version",
6056
"last 3 firefox version",
@@ -65,8 +61,6 @@
6561
"node": ">=18.0"
6662
},
6763
"lint-staged": {
68-
"*.svg": [
69-
"svgo --multipass"
70-
]
64+
"*.svg": ["svgo --multipass"]
7165
}
7266
}

0 commit comments

Comments
 (0)