Skip to content

Commit e040851

Browse files
authored
Merge pull request #476 from trycompai/dependabot/npm_and_yarn/main/types/react-19.1.2
chore(deps): bump @types/react from 19.1.0 to 19.1.2
2 parents c24856f + a7078bb commit e040851

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@
106106
"@comp/db": "workspace:*",
107107
"@trigger.dev/build": "3.3.17",
108108
"@types/node": "^22.15.2",
109-
"@types/react": "19.1.0",
109+
"@types/react": "19.1.2",
110110
"@types/react-dom": "19.1.1",
111111
"postcss": "^8.5.3",
112112
"tailwindcss": "^3.4.17",
113113
"typescript": "^5.8.3"
114114
},
115115
"resolutions": {
116-
"@types/react": "19.1.0",
116+
"@types/react": "19.1.2",
117117
"@types/react-dom": "19.1.1"
118118
},
119119
"pnpm": {

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@comp/ui": "workspace:*",
2121
"@comp/db": "workspace:*",
2222
"@types/node": "^22.13.2",
23-
"@types/react": "^19.1.0",
23+
"@types/react": "^19.1.2",
2424
"@types/react-dom": "^19.1.1",
2525
"postcss": "^8.5.2",
2626
"tailwindcss": "^3.4.17",

packages/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"typescript": "^5.7.2",
31-
"@types/react": "^19.1.0",
31+
"@types/react": "^19.1.2",
3232
"@types/react-dom": "^19.1.1",
3333
"tsup": "^8.4.0"
3434
}

0 commit comments

Comments
 (0)