@zjlab-fe/data-hub-ui 0.12.2 → 0.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -4
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zjlab-fe/data-hub-ui",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.4",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"webpack-dev-server": "^5.0.4"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
+
"mathjax-full": "3.2.2",
|
|
74
75
|
"@ant-design/icons": "^5.3.7",
|
|
75
76
|
"@codesandbox/sandpack-react": "^2.19.9",
|
|
76
77
|
"@floating-ui/dom": "^1.7.4",
|
|
@@ -126,9 +127,6 @@
|
|
|
126
127
|
"tailwindcss": "^3.4.13",
|
|
127
128
|
"unist-util-visit": "^5.0.0"
|
|
128
129
|
},
|
|
129
|
-
"resolutions": {
|
|
130
|
-
"mathjax-full": "3.2.2"
|
|
131
|
-
},
|
|
132
130
|
"husky": {
|
|
133
131
|
"hooks": {
|
|
134
132
|
"pre-commit": "lint-staged"
|