Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70cfe09

Browse files
authoredFeb 16, 2025··
chore(deps): update react monorepo with types to v19
1 parent e62cc68 commit 70cfe09

File tree

3 files changed

+107
-62
lines changed

3 files changed

+107
-62
lines changed
 

‎example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"gatsby-plugin-typescript": "5.14.0",
2121
"gatsby-source-filesystem": "5.14.0",
2222
"gatsby-transformer-sharp": "5.14.0",
23-
"react": "18.3.1",
24-
"react-dom": "18.3.1",
23+
"react": "19.0.0",
24+
"react-dom": "19.0.0",
2525
"react-helmet": "6.1.0",
2626
"styled-components": "6.1.15"
2727
},
2828
"devDependencies": {
2929
"@playwright/test": "1.50.1",
30-
"@types/react": "18.3.18",
31-
"@types/react-dom": "18.3.5",
30+
"@types/react": "19.0.9",
31+
"@types/react-dom": "19.0.3",
3232
"@types/react-helmet": "6.1.11",
3333
"@types/styled-components": "5.1.34",
3434
"typescript": "5.7.3",

‎gatsby-image-gallery/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"devDependencies": {
4040
"@size-limit/preset-small-lib": "11.1.6",
4141
"@types/jest": "29.5.14",
42-
"@types/react": "18.3.18",
43-
"@types/react-dom": "18.3.5",
44-
"@types/react-test-renderer": "18.3.1",
42+
"@types/react": "19.0.9",
43+
"@types/react-dom": "19.0.3",
44+
"@types/react-test-renderer": "19.0.0",
4545
"@types/styled-components": "5.1.34",
4646
"babel-jest": "29.7.0",
4747
"dts-cli": "2.0.5",
4848
"gatsby-plugin-image": "3.14.0",
49-
"react": "18.3.1",
50-
"react-dom": "18.3.1",
51-
"react-test-renderer": "18.3.1",
49+
"react": "19.0.0",
50+
"react-dom": "19.0.0",
51+
"react-test-renderer": "19.0.0",
5252
"size-limit": "11.1.6",
5353
"ts-jest": "29.2.5",
5454
"tslib": "2.8.1",

‎package-lock.json

+97-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.