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] <support@github.com> * chore(deps): update react-dom --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valentin Knabel <dev@vknabel.com>
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)