|
41 | 41 | "underscore": "^1.8.3"
|
42 | 42 | },
|
43 | 43 | "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", |
47 | 47 | "@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", |
54 | 54 | "@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", |
59 | 59 | "@toast-ui/editor": "^3.2.2",
|
60 | 60 | "@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
|
61 | 61 | "@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", |
71 | 71 | "notistack": "^3.0.1",
|
72 | 72 | "prismjs": "^1.29.0",
|
73 | 73 | "react-beautiful-dnd": "^13.1.1",
|
74 |
| - "react-draggable": "^4.4.5", |
| 74 | + "react-draggable": "^4.4.6", |
75 | 75 | "react-full-screen": "^1.1.1",
|
76 |
| - "react-json-view": "^1.16.0", |
| 76 | + "react-json-view": "^1.21.3", |
77 | 77 | "typescript": "^4.9.5",
|
78 | 78 | "underscore.string": "^3.3.6"
|
79 | 79 | },
|
80 | 80 | "devDependencies": {
|
81 | 81 | "@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", |
89 | 89 | "@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", |
97 | 97 | "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", |
104 | 104 | "eslint-plugin-mui-path-imports": "0.0.15",
|
105 | 105 | "eslint-plugin-prettier": "4.2.1",
|
106 |
| - "eslint-plugin-react": "7.30.0", |
| 106 | + "eslint-plugin-react": "7.37.4", |
107 | 107 | "eslint-plugin-simple-import-sort": "7.0.0",
|
108 | 108 | "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", |
112 | 112 | "nyc": "^15.1.0",
|
113 |
| - "prettier": "^2.7.1", |
| 113 | + "prettier": "^2.8.8", |
114 | 114 | "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" |
119 | 119 | },
|
120 | 120 | "engines": {
|
121 | 121 | "node": ">=14.0.0"
|
|
0 commit comments