Skip to content

Commit 82b0f4b

Browse files
committed
SOF-7552: update numerous minor deps
@mui/x-date-pickers is not updated as there is some type definition changes
1 parent 3b2a971 commit 82b0f4b

File tree

7 files changed

+4109
-3391
lines changed

7 files changed

+4109
-3391
lines changed

.github/workflows/cicd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: ./actions/js/test
3535
with:
3636
node-version: ${{ matrix.node-version }}
37+
npm-options: "--legacy-peer-deps"
3738

3839
publish-js-package:
3940
needs: [run-js-tests]
@@ -55,6 +56,7 @@ jobs:
5556
uses: ./actions/js/publish
5657
with:
5758
node-version: "20"
59+
npm-options: "--legacy-peer-deps"
5860
npm-token: ${{ secrets.NPM_TOKEN }}
5961
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
6062

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/// <reference types="react" />
2-
import { Theme } from "@mui/material/styles";
3-
export declare const DatePickerButtonsContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4-
export declare const StyledPopover: import("@emotion/styled").StyledComponent<import("@mui/material/Popover").PopoverProps & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
5-
export declare const StyledDatePicker: import("@emotion/styled").StyledComponent<import("@mui/x-date-pickers/DatePicker").DatePickerProps<unknown> & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
6-
export declare const StyledDatePickerContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1+
export declare const DatePickerButtonsContainer: StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;
2+
export declare const StyledPopover: StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;
3+
export declare const StyledDatePicker: StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;
4+
export declare const StyledDatePickerContainer: StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;

dist/mui/components/stepper/Stepper.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from "react";
2-
export declare const StyledStepConnector: import("@emotion/styled").StyledComponent<import("@mui/material/StepConnector").StepConnectorProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
2+
export declare const StyledStepConnector: StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;
33
export interface StyledStepperProps {
44
activeStep: number;
55
steps: string[];
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/// <reference types="react" />
2-
export declare const PositionInfoPopover: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4-
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
1+
export declare const PositionInfoPopover: StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;

package-lock.json

+4,047-3,326
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+53-53
Original file line numberDiff line numberDiff line change
@@ -41,81 +41,81 @@
4141
"underscore": "^1.8.3"
4242
},
4343
"dependencies": {
44-
"@babel/eslint-parser": "^7.16.3",
45-
"@codemirror/autocomplete": "^6.4.2",
46-
"@codemirror/lang-javascript": "^6.1.4",
44+
"@babel/eslint-parser": "^7.26.5",
45+
"@codemirror/autocomplete": "^6.18.4",
46+
"@codemirror/lang-javascript": "^6.2.2",
4747
"@codemirror/lang-json": "^6.0.1",
48-
"@codemirror/lang-python": "6.1.5",
49-
"@codemirror/language": "^6.6.0",
50-
"@codemirror/legacy-modes": "^6.3.1",
51-
"@codemirror/lint": "^6.2.0",
52-
"@codemirror/state": "^6.3.0",
53-
"@codemirror/view": "^6.18.0",
48+
"@codemirror/lang-python": "6.1.6",
49+
"@codemirror/language": "^6.10.8",
50+
"@codemirror/legacy-modes": "^6.4.2",
51+
"@codemirror/lint": "^6.8.4",
52+
"@codemirror/state": "^6.5.1",
53+
"@codemirror/view": "^6.36.2",
5454
"@mui/x-date-pickers": "6.11.1",
55-
"@rjsf/core": "^5.19.4",
56-
"@rjsf/mui": "^5.12.1",
57-
"@rjsf/utils": "^5.1.0",
58-
"@rjsf/validator-ajv8": "^5.16.1",
55+
"@rjsf/core": "^5.24.1",
56+
"@rjsf/mui": "^5.24.1",
57+
"@rjsf/utils": "^5.24.1",
58+
"@rjsf/validator-ajv8": "^5.24.1",
5959
"@toast-ui/editor": "^3.2.2",
6060
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
6161
"@toast-ui/react-editor": "^3.2.3",
62-
"@types/classnames": "^2.3.1",
63-
"@types/katex": "^0.16.0",
64-
"@types/prismjs": "^1.26.0",
65-
"@types/react-beautiful-dnd": "^13.1.4",
66-
"@types/underscore.string": "0.0.38",
67-
"@uiw/react-codemirror": "^4.19.9",
68-
"jszip": "^3.0.0",
69-
"jszip-utils": "0.0.2",
70-
"katex": "^0.16.7",
62+
"@types/classnames": "^2.3.4",
63+
"@types/katex": "^0.16.7",
64+
"@types/prismjs": "^1.26.5",
65+
"@types/react-beautiful-dnd": "^13.1.8",
66+
"@types/underscore.string": "0.0.41",
67+
"@uiw/react-codemirror": "^4.23.7",
68+
"jszip": "^3.10.1",
69+
"jszip-utils": "0.1.0",
70+
"katex": "^0.16.21",
7171
"notistack": "^3.0.1",
7272
"prismjs": "^1.29.0",
7373
"react-beautiful-dnd": "^13.1.1",
74-
"react-draggable": "^4.4.5",
74+
"react-draggable": "^4.4.6",
7575
"react-full-screen": "^1.1.1",
76-
"react-json-view": "^1.16.0",
76+
"react-json-view": "^1.21.3",
7777
"typescript": "^4.9.5",
7878
"underscore.string": "^3.3.6"
7979
},
8080
"devDependencies": {
8181
"@exabyte-io/eslint-config": "^2023.8.29-1",
82-
"@mat3ra/code": "2024.3.25-3",
83-
"@mat3ra/esse": "2024.4.9-0",
84-
"@mui/icons-material": "^5.11.9",
85-
"@mui/lab": "^5.0.0-alpha.120",
86-
"@mui/material": "^5.11.9",
87-
"@mui/styles": "^5.11.9",
88-
"@types/jquery": "^3.5.16",
82+
"@mat3ra/code": "2024.10.4-0",
83+
"@mat3ra/esse": "2024.12.19-1",
84+
"@mui/icons-material": "^5.16.14",
85+
"@mui/lab": "^5.0.0-alpha.175",
86+
"@mui/material": "^5.16.14",
87+
"@mui/styles": "^5.16.14",
88+
"@types/jquery": "^3.5.32",
8989
"@types/jszip": "^3.4.1",
90-
"@types/react": "^18.2.8",
91-
"@types/react-dom": "^18.2.4",
92-
"@types/underscore": "^1.11.5",
93-
"@typescript-eslint/eslint-plugin": "^5.56.0",
94-
"@typescript-eslint/parser": "^5.56.0",
95-
"chai": "^4.3.4",
96-
"classnames": "^2.3.2",
90+
"@types/react": "^18.3.18",
91+
"@types/react-dom": "^18.3.5",
92+
"@types/underscore": "^1.13.0",
93+
"@typescript-eslint/eslint-plugin": "^5.62.0",
94+
"@typescript-eslint/parser": "^5.62.0",
95+
"chai": "^4.5.0",
96+
"classnames": "^2.5.1",
9797
"eslint": "7.32.0",
98-
"eslint-config-airbnb": "^19.0.2",
99-
"eslint-config-prettier": "^8.5.0",
100-
"eslint-import-resolver-exports": "^1.0.0-beta.2",
101-
"eslint-plugin-import": "2.25.3",
102-
"eslint-plugin-jsdoc": "37.1.0",
103-
"eslint-plugin-jsx-a11y": "6.5.1",
98+
"eslint-config-airbnb": "^19.0.4",
99+
"eslint-config-prettier": "^8.10.0",
100+
"eslint-import-resolver-exports": "^1.0.0-beta.5",
101+
"eslint-plugin-import": "2.31.0",
102+
"eslint-plugin-jsdoc": "37.9.7",
103+
"eslint-plugin-jsx-a11y": "6.10.2",
104104
"eslint-plugin-mui-path-imports": "0.0.15",
105105
"eslint-plugin-prettier": "4.2.1",
106-
"eslint-plugin-react": "7.30.0",
106+
"eslint-plugin-react": "7.37.4",
107107
"eslint-plugin-simple-import-sort": "7.0.0",
108108
"husky": "^7.0.4",
109-
"lint-staged": "^12.1.2",
110-
"mocha": "^9.1.3",
111-
"moment": "^2.29.4",
109+
"lint-staged": "^12.5.0",
110+
"mocha": "^9.2.2",
111+
"moment": "^2.30.1",
112112
"nyc": "^15.1.0",
113-
"prettier": "^2.7.1",
113+
"prettier": "^2.8.8",
114114
"prop-types": "^15.8.1",
115-
"react": "^17.0.0",
116-
"react-dom": "^17.0.0",
117-
"react-json-view": "^1.16.0",
118-
"underscore": "^1.8.3"
115+
"react": "^17.0.2",
116+
"react-dom": "^17.0.2",
117+
"react-json-view": "^1.21.3",
118+
"underscore": "^1.13.7"
119119
},
120120
"engines": {
121121
"node": ">=14.0.0"

src/mui/components/dialog/DraggableDialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Dialog, { DialogModalProps } from "./Dialog";
88
function draggablePaperComponent(id: string) {
99
return function DraggablePaper(props: PaperProps) {
1010
return (
11-
<Draggable handle={`#${id}`} cancel={'[class*="MuiDialogContent-root"]'}>
11+
<Draggable handle={`#${id}`} cancel='[class*="MuiDialogContent-root"]'>
1212
<Paper {...props} />
1313
</Draggable>
1414
);

0 commit comments

Comments
 (0)