@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -4
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ### 组件文档站点
8
8
 
9
- https://fe.shelwin.xyz/data-hub-ui/doc
9
+ https://haina-datahub.zero2x.org/data-hub-ui/doc
10
10
 
11
11
 
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zjlab-fe/data-hub-ui",
3
- "version": "0.12.2",
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"