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

build(deps): Bump the react group across 3 directories with 4 updates #1282

Merged
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,858 changes: 1,884 additions & 2,974 deletions brainstorm/package-lock.json

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions brainstorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"dependencies": {
"@azure/identity": "^4.5.0",
"@azure/msal-browser": "^3.28.0",
"@fluentui/react-components": "^9.56.5",
"@fluentui/react-icons": "^2.0.266",
"@fluidframework/azure-client": "^2.13.0",
"@fluidframework/odsp-client": "^2.13.0",
Expand All @@ -38,10 +37,10 @@
"fluid-framework": "^2.13.0",
"hashids": "^2.2.10",
"jsrsasign": "^11.1.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-transition-state": "^2.2.0",
"unique-names-generator": "^4.7.1",
"uuid": "^11.0.3"
Expand All @@ -56,8 +55,8 @@
"@playwright/test": "^1.49.1",
"@types/debug": "^4.1.7",
"@types/jsrsasign": "^10.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"copy-webpack-plugin": "^12.0.2",
Expand All @@ -78,5 +77,10 @@
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"overrides": {
"@fluentui/react-icons": {
"react": "^19.0.0"
}
}
}
2 changes: 1 addition & 1 deletion brainstorm/src/react/buttonux.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License.
*/

import React from "react";
import React, { JSX } from "react";
import { Items, Note } from "../schema/app_schema.js";
import { moveItem, findNote } from "../utils/app_helpers.js";
import {
Expand Down
2 changes: 1 addition & 1 deletion brainstorm/src/react/canvasux.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License.
*/

import React, { useEffect, useState } from "react";
import React, { JSX, useEffect, useState } from "react";
import { Note, Group, Items } from "../schema/app_schema.js";
import { Session } from "../schema/session_schema.js";
import {
Expand Down
2 changes: 1 addition & 1 deletion brainstorm/src/react/groupux.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License.
*/

import React, { useEffect, useState } from "react";
import React, { JSX, useEffect, useState } from "react";
import { Group, Items, Note } from "../schema/app_schema.js";
import { moveItem } from "../utils/app_helpers.js";
import { ConnectableElement, useDrag, useDrop } from "react-dnd";
Expand Down
4 changes: 2 additions & 2 deletions brainstorm/src/react/noteux.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License.
*/

import React, { useEffect, useRef, useState } from "react";
import React, { JSX, RefObject, useEffect, useRef, useState } from "react";
import { Note, Group, Items } from "../schema/app_schema.js";
import { moveItem } from "../utils/app_helpers.js";
import { dragType, getRotation, selectAction } from "../utils/utils.js";
Expand Down Expand Up @@ -315,7 +315,7 @@ export function AddNoteButton(props: { target: Items; clientId: string }): JSX.E
}
></div>
<div
ref={drop}
ref={drop as unknown as RefObject<HTMLDivElement>}
className={
"transition-all text-2xl place-content-center font-bold flex flex-col text-center cursor-pointer bg-transparent border-white border-dashed border-8 " +
size +
Expand Down
2 changes: 1 addition & 1 deletion brainstorm/src/react/ux.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License.
*/

import React, { useEffect, useState } from "react";
import React, { JSX, useEffect, useState } from "react";
import { Items } from "../schema/app_schema.js";
import { Session } from "../schema/session_schema.js";
import "../output.css";
Expand Down
131 changes: 28 additions & 103 deletions item-counter-spe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions item-counter-spe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"dependencies": {
"@azure/identity": "^4.5.0",
"@azure/msal-browser": "^3.28.0",
"@fluentui/react-icons": "^2.0.266",
"@fluidframework/azure-client": "^2.13.0",
"@fluidframework/odsp-client": "^2.13.0",
"@fluidframework/telemetry-utils": "^2.13.0",
Expand All @@ -32,8 +31,8 @@
"fluid-framework": "^2.13.0",
"guid-typescript": "^1.0.9",
"hashids": "^2.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
Expand All @@ -42,8 +41,8 @@
"@fluidframework/devtools": "^2.13.0",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@types/debug": "^4.1.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"copy-webpack-plugin": "^12.0.2",
Expand Down
2 changes: 1 addition & 1 deletion item-counter-spe/src/react_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License.
*/

import React, { ReactNode, useEffect, useState } from "react";
import React, { JSX, ReactNode, useEffect, useState } from "react";
import { TreeView, Tree } from "fluid-framework";
import { StringArray } from "./schema.js";

Expand Down
Loading