Skip to content

Commit

Permalink
chore(deps): update react monorepo (#6484)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and cngonzalez committed May 8, 2024
1 parent 989ea4f commit 4ebd0b8
Show file tree
Hide file tree
Showing 8 changed files with 530 additions and 518 deletions.
2 changes: 1 addition & 1 deletion dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.149",
"@types/node": "^18.19.8",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/semver": "^7.5.6",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@sanity/types": "3.39.1",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.14.149",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"jsdom": "^23.0.1"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@types/lodash": "^4.14.149",
"@types/node": "^18.19.8",
"@types/node-ipc": "^9.2.0",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/ws": "~8.5.3",
"@vitejs/plugin-react": "^4.2.1",
Expand All @@ -92,8 +92,8 @@
"jest-dev-server": "^9.0.1",
"jest-environment-node": "^29.7.0",
"node-ipc": "npm:@node-ipc/[email protected]",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"rimraf": "^3.0.2",
"rxjs": "^7.8.1",
"styled-components": "^6.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@sanity/icons": "^2.11.8",
"@types/arrify": "^1.0.4",
"@types/object-inspect": "^1.13.0",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"rimraf": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@sanity/types": "workspace:*",
"@sanity/util": "workspace:*",
"@types/lodash": "^4.14.149",
"react": "^18.2.0",
"react": "^18.3.0",
"sanity": "workspace:*",
"styled-components": "^6.1.8"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,15 @@
"@types/log-symbols": "^2.0.0",
"@types/node": "^18.19.8",
"@types/raf": "^3.4.0",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/refractor": "^3.0.0",
"@types/resolve-from": "^4.0.0",
"@types/rimraf": "^3.0.2",
"@types/semver": "^6.2.3",
"@types/tar-fs": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"rimraf": "^3.0.2",
"rxjs-etc": "^10.6.2",
"styled-components": "^6.1.8"
Expand Down
Loading

0 comments on commit 4ebd0b8

Please sign in to comment.