Skip to content

Commit 1ca7bc8

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.2.0 to 19.0.0 - [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.0.0/packages/react) Updates `@types/react` from 18.0.27 to 19.0.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-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bab90d commit 1ca7bc8

File tree

5 files changed

+649
-445
lines changed

5 files changed

+649
-445
lines changed

apps/examples/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"gatsby": "^5.5.0",
17-
"react": "^18.2.0",
17+
"react": "^19.0.0",
1818
"react-dom": "^18.2.0",
1919
"react-use-intercom": "workspace:*"
2020
}

apps/examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"next": "13.4.7",
11-
"react": "^18.2.0",
11+
"react": "^19.0.0",
1212
"react-dom": "^18.2.0",
1313
"react-use-intercom": "workspace:*"
1414
}

apps/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"preview": "vite preview --host"
1212
},
1313
"dependencies": {
14-
"react": "^18.2.0",
14+
"react": "^19.0.0",
1515
"react-dom": "^18.2.0",
1616
"react-router-dom": "^5.2.0",
1717
"react-use-intercom": "workspace:*",
1818
"styled-components": "^5.3.6",
1919
"styled-normalize": "^8.0.7"
2020
},
2121
"devDependencies": {
22-
"@types/react": "^18.0.27",
22+
"@types/react": "^19.0.8",
2323
"@types/react-dom": "^18.0.10",
2424
"@types/react-router-dom": "^5.1.5",
2525
"@types/styled-components": "^5.1.2",

packages/react-use-intercom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
"@testing-library/react": "^14.0.0",
7373
"@types/jest": "^27.5.2",
7474
"@types/node": "^18.11.19",
75-
"@types/react": "^18.2.14",
75+
"@types/react": "^19.0.8",
7676
"@types/react-dom": "^18.2.6",
7777
"eslint-plugin-simple-import-sort": "^10.0.0",
7878
"jest": "^29.4.1",
7979
"jest-environment-jsdom": "^29.4.1",
80-
"react": "^18.2.0",
80+
"react": "^19.0.0",
8181
"react-dom": "^18.2.0",
8282
"react-test-renderer": "^18.2.0",
8383
"size-limit": "^7.0.3",

0 commit comments

Comments
 (0)