Skip to content

Commit 0212d5c

Browse files
Bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.3.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) Updates `@types/react` from 18.3.27 to 19.2.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.2.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15b452a commit 0212d5c

11 files changed

Lines changed: 71 additions & 78 deletions

File tree

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@agent-patterns/core": "workspace:*",
1313
"next": "14.1.0",
14-
"react": "^18.2.0",
14+
"react": "^19.2.3",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20.11.0",
19-
"@types/react": "^18.2.48",
19+
"@types/react": "^19.2.9",
2020
"@types/react-dom": "^18.2.17",
2121
"autoprefixer": "^10.4.17",
2222
"postcss": "^8.4.33",

apps/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@agent-patterns/insights-list": "workspace:*",
1919
"@agent-patterns/detail-card": "workspace:*",
2020
"next": "14.1.0",
21-
"react": "^18.2.0",
21+
"react": "^19.2.3",
2222
"react-dom": "^18.2.0",
2323
"zod": "^3.22.4"
2424
},
2525
"devDependencies": {
2626
"@types/node": "^20.11.0",
27-
"@types/react": "^18.2.48",
27+
"@types/react": "^19.2.9",
2828
"@types/react-dom": "^18.2.17",
2929
"autoprefixer": "^10.4.17",
3030
"postcss": "^8.4.33",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@testing-library/react": "^14.1.2",
1717
"@testing-library/jest-dom": "^6.1.5",
1818
"@types/node": "^20.11.0",
19-
"@types/react": "^18.2.48",
19+
"@types/react": "^19.2.9",
2020
"@typescript-eslint/eslint-plugin": "^6.19.0",
2121
"@typescript-eslint/parser": "^6.19.0",
2222
"@vitejs/plugin-react": "^4.2.1",

patterns/agent-form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "./component.tsx",
77
"dependencies": {
88
"@agent-patterns/core": "workspace:*",
9-
"react": "^18.2.0",
9+
"react": "^19.2.3",
1010
"zod": "^3.22.4"
1111
},
1212
"peerDependencies": {
13-
"react": "^18.2.0"
13+
"react": "^19.2.3"
1414
}
1515
}
1616

patterns/chart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "./component.tsx",
77
"dependencies": {
88
"@agent-patterns/core": "workspace:*",
9-
"react": "^18.2.0",
9+
"react": "^19.2.3",
1010
"zod": "^3.22.4"
1111
},
1212
"peerDependencies": {
13-
"react": "^18.2.0"
13+
"react": "^19.2.3"
1414
}
1515
}
1616

patterns/data-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "./component.tsx",
77
"dependencies": {
88
"@agent-patterns/core": "workspace:*",
9-
"react": "^18.2.0",
9+
"react": "^19.2.3",
1010
"zod": "^3.22.4"
1111
},
1212
"peerDependencies": {
13-
"react": "^18.2.0"
13+
"react": "^19.2.3"
1414
}
1515
}
1616

patterns/detail-card/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "./component.tsx",
77
"dependencies": {
88
"@agent-patterns/core": "workspace:*",
9-
"react": "^18.2.0",
9+
"react": "^19.2.3",
1010
"zod": "^3.22.4"
1111
},
1212
"peerDependencies": {
13-
"react": "^18.2.0"
13+
"react": "^19.2.3"
1414
}
1515
}
1616

patterns/insights-list/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "./component.tsx",
77
"dependencies": {
88
"@agent-patterns/core": "workspace:*",
9-
"react": "^18.2.0",
9+
"react": "^19.2.3",
1010
"zod": "^3.22.4"
1111
},
1212
"peerDependencies": {
13-
"react": "^18.2.0"
13+
"react": "^19.2.3"
1414
}
1515
}
1616

patterns/metric-card/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "./component.tsx",
77
"dependencies": {
88
"@agent-patterns/core": "workspace:*",
9-
"react": "^18.2.0",
9+
"react": "^19.2.3",
1010
"zod": "^3.22.4"
1111
},
1212
"peerDependencies": {
13-
"react": "^18.2.0"
13+
"react": "^19.2.3"
1414
}
1515
}
1616

patterns/thinking-indicator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "./component.tsx",
77
"dependencies": {
88
"@agent-patterns/core": "workspace:*",
9-
"react": "^18.2.0",
9+
"react": "^19.2.3",
1010
"zod": "^3.22.4"
1111
},
1212
"peerDependencies": {
13-
"react": "^18.2.0"
13+
"react": "^19.2.3"
1414
}
1515
}
1616

0 commit comments

Comments
 (0)