Skip to content

Commit

Permalink
chore(deps): update react monorepo with types to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and browniebroke committed Jun 22, 2022
1 parent 8355564 commit da265a4
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 118 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"gatsby-plugin-typescript": "4.17.0",
"gatsby-source-filesystem": "4.17.0",
"gatsby-transformer-sharp": "4.17.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"styled-components": "5.3.5"
},
"devDependencies": {
"@playwright/test": "1.22.2",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-helmet": "6.1.5",
"@types/styled-components": "5.1.25",
"typescript": "4.7.4",
Expand Down
12 changes: 6 additions & 6 deletions gatsby-image-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"devDependencies": {
"@size-limit/preset-small-lib": "7.0.8",
"@types/jest": "28.1.3",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
"@types/react-test-renderer": "17.0.2",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-test-renderer": "18.0.0",
"@types/styled-components": "5.1.25",
"babel-jest": "28.1.1",
"dts-cli": "1.5.1",
"gatsby-plugin-image": "2.17.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"size-limit": "7.0.8",
"ts-jest": "28.0.5",
"tslib": "2.4.0",
Expand Down
Loading

0 comments on commit da265a4

Please sign in to comment.