Skip to content

Commit 643dc2c

Browse files
chore(deps): update npm packages
1 parent f20d547 commit 643dc2c

File tree

3 files changed

+578
-550
lines changed

3 files changed

+578
-550
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@sapphire/ts-config": "^5.0.0",
2323
"@stencil/react-output-target": "^1.0.0",
2424
"@types/node": "^22.0.0",
25-
"@types/react": "19.1.9",
26-
"@types/react-dom": "19.1.7",
25+
"@types/react": "19.2.2",
26+
"@types/react-dom": "19.2.2",
2727
"@typescript-eslint/eslint-plugin": "^8.0.0",
2828
"@typescript-eslint/parser": "^8.0.0",
2929
"cz-conventional-changelog": "^3.3.0",
@@ -39,15 +39,15 @@
3939
"lint-staged": "^16.0.0",
4040
"prettier": "^3.0.0",
4141
"pretty-quick": "^4.0.0",
42-
"react": "19.1.1",
43-
"react-dom": "19.1.1",
42+
"react": "19.2.0",
43+
"react-dom": "19.2.0",
4444
"replace-in-file": "^8.0.0",
4545
"typescript": "^5.1.6"
4646
},
4747
"resolutions": {
4848
"minimist": "^1.2.7",
49-
"@types/react": "19.1.9",
50-
"@types/react-dom": "19.1.7"
49+
"@types/react": "19.2.2",
50+
"@types/react-dom": "19.2.2"
5151
},
5252
"commitlint": {
5353
"extends": [

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"tslib": "^2.6.0"
2626
},
2727
"peerDependencies": {
28-
"react": "19.1.1",
29-
"react-dom": "19.1.1"
28+
"react": "19.2.0",
29+
"react-dom": "19.2.0"
3030
},
3131
"directories": {
3232
"lib": "src"

0 commit comments

Comments
 (0)