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 jordanl17 committed Apr 29, 2024
1 parent d80bee2 commit 210d16e
Show file tree
Hide file tree
Showing 7 changed files with 169 additions and 217 deletions.
4 changes: 2 additions & 2 deletions dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.4.5",
"vite": "^4.5.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.149",
"@types/node": "^18.19.8",
"@types/react": "^18.3.0",
"@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.3.0",
"@types/react": "^18.2.79",
"jsdom": "^23.0.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"@types/lodash": "^4.14.149",
"@types/node": "^18.19.8",
"@types/node-ipc": "^9.2.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/ws": "~8.5.3",
"@vitejs/plugin-react": "^4.2.1",
"express": "^4.18.3",
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.3.0",
"@types/react": "^18.2.79",
"rimraf": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@
"@types/log-symbols": "^2.0.0",
"@types/node": "^18.19.8",
"@types/raf": "^3.4.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@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",
Expand Down
Loading

0 comments on commit 210d16e

Please sign in to comment.