BUGFIX: Add mathjax-full and csstype as direct dependencies, since we depend on them (#2037)

* [CHORE] Add mathjax-full as a direct dependency, since we depend on it

* [CHORE] Add csstype as a direct dependency, since we depend on it

* [CHORE] Tell TS that it's OK?

* [CHORE] Use correct csstype version
This commit is contained in:
Michael Ficocelli
2025-03-20 18:53:40 -04:00
committed by GitHub
parent 97e9e13f12
commit d62a1f38ca
2 changed files with 4 additions and 0 deletions

2
package-lock.json generated
View File

@@ -80,6 +80,7 @@
"babel-plugin-transform-barrels": "^1.0.17",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"csstype": "3.1.2",
"electron": "^29.4.5",
"electron-packager": "^17.1.2",
"eslint": "^8.52.0",
@@ -91,6 +92,7 @@
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^20.0.3",
"lodash": "^4.17.21",
"mathjax-full": "^3.2.2",
"monaco-editor": "^0.52.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"prettier": "^2.8.8",

View File

@@ -81,6 +81,7 @@
"babel-plugin-transform-barrels": "^1.0.17",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"csstype": "3.1.2",
"electron": "^29.4.5",
"electron-packager": "^17.1.2",
"eslint": "^8.52.0",
@@ -92,6 +93,7 @@
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^20.0.3",
"lodash": "^4.17.21",
"mathjax-full": "^3.2.2",
"monaco-editor": "^0.52.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"prettier": "^2.8.8",