Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react monorepo #5988

Merged
merged 4 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
"@types/jsonpath": "0.2.4",
"@types/lodash": "4.17.15",
"@types/papaparse": "5.3.15",
"@types/react": "19.0.1",
"@types/react": "19.0.8",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"@types/react-window": "1.8.8",
"@types/url-regex-safe": "1.0.2",
"@welldone-software/why-did-you-render": "8.0.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import type { DataEditorProps } from "@glideapps/glide-data-grid";
import { isObjectEditorCallbackResult } from "@glideapps/glide-data-grid";
import type { PropsWithChildren, RefObject } from "react";
import type { ReactNode, RefObject } from "react";

import { useEditBarContext } from "../../../shared/edit-bar-scroller";
import { useScrollLock } from "../../../shared/use-scroll-lock";
import { InteractableManager } from "./interactable-manager";

const ScrollLockWrapper = ({ children }: PropsWithChildren) => {
const ScrollLockWrapper = ({
children,
}: { children: ReactNode | Promise<ReactNode> }) => {
/**
* The editBarContext provides the node that will have vertical scroll when the page is longer than the viewport
*/
Expand Down
4 changes: 2 additions & 2 deletions apps/hashdotdesign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@storybook/react": "7.6.20",
"@storybook/react-webpack5": "7.6.20",
"@storybook/testing-library": "0.2.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"storybook": "7.6.20"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/hashdotdev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"@types/md5": "2.3.5",
"@types/node": "22.12.0",
"@types/prismjs": "1.26.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react-html-parser": "2.0.6",
"@types/unist": "3.0.3",
"babel-loader": "9.2.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/plugin-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@sentry/webpack-plugin": "2.23.0",
"@types/lodash.debounce": "4.0.9",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/webextension-polyfill": "0.12.1",
"@types/ws": "8.5.14",
"babel-loader": "9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion blocks/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@types/lodash.debounce": "4.0.9",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/lodash.debounce": "4.0.9",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"@types/react-is": "19.0.0",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/prismjs": "1.26.5",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/countdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-datepicker": "4.19.6",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/lodash": "4.17.15",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.0.14",
"eslint": "9.17.0",
"mock-block-dock": "0.0.10",
Expand Down
2 changes: 1 addition & 1 deletion blocks/faq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/how-to/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/kanban-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/lodash.clonedeep": "4.5.9",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.isequal": "4.5.8",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/minesweeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/paragraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/person/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/dompurify": "2.4.0",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.0.14",
"eslint": "9.17.0",
"mock-block-dock": "0.0.38",
Expand Down
2 changes: 1 addition & 1 deletion blocks/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/lodash.debounce": "4.0.9",
"@types/lodash.isequal": "4.5.8",
"@types/lodash.uniqueid": "4.0.9",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion blocks/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/react-dom": "19.0.2",
"@types/react-dom": "19.0.3",
"block-scripts": "0.3.4",
"eslint": "9.17.0",
"mock-block-dock": "0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion libs/@blockprotocol/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@local/tsconfig": "0.0.0-private",
"@types/lodash.isequal": "4.5.8",
"@types/node": "22.12.0",
"@types/react": "19.0.1",
"@types/react": "19.0.8",
"eslint": "9.17.0",
"rimraf": "6.0.1",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion libs/@blockprotocol/type-system/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@rollup/plugin-typescript": "12.1.2",
"@rollup/plugin-wasm": "6.2.2",
"@types/node": "22.12.0",
"@types/react": "19.0.1",
"@types/react": "19.0.8",
"@vitest/coverage-istanbul": "2.1.8",
"eslint": "9.17.0",
"react": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/@hashintel/block-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@local/tsconfig": "0.0.0-private",
"@mui/material": "5.16.14",
"@mui/system": "5.16.14",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react-syntax-highlighter": "15.5.13",
"eslint": "9.17.0",
"eslint-plugin-storybook": "0.11.2",
Expand Down
4 changes: 2 additions & 2 deletions libs/@hashintel/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@mui/material": "5.16.14",
"@mui/system": "5.16.14",
"@storybook/react": "7.6.20",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"eslint": "9.17.0",
"eslint-plugin-storybook": "0.11.2",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@tldraw/editor@npm:2.0.0-alpha.12": "patch:@tldraw/editor@npm%3A2.0.0-alpha.12#~/.yarn/patches/@tldraw-editor-npm-2.0.0-alpha.12-ba59bf001c.patch",
"@tldraw/tlschema@npm:2.0.0-alpha.12": "patch:@tldraw/tlschema@npm%3A2.0.0-alpha.12#~/.yarn/patches/@tldraw-tlschema-npm-2.0.0-alpha.12-13bf88407b.patch",
"@types/express": "4.17.21",
"@types/react": "19.0.1",
"@types/react": "19.0.8",
"blockprotocol@npm:0.0.10": "patch:blockprotocol@npm%3A0.0.12#~/.yarn/patches/blockprotocol-npm-0.0.12-2558a31f0a.patch",
"prosemirror-model@npm:>=1.0.0": "patch:prosemirror-model@npm%3A1.18.2#~/.yarn/patches/prosemirror-model-npm-1.18.2-479d845b52.patch",
"prosemirror-model@npm:^1.0.0": "patch:prosemirror-model@npm%3A1.18.2#~/.yarn/patches/prosemirror-model-npm-1.18.2-479d845b52.patch",
Expand Down
Loading
Loading