zs_library 0.3.15 → 0.3.17
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/dist/components/md-editor/index.d.ts +3 -1
- package/dist/components/md-editor/style.d.ts +3 -0
- package/dist/index.es.js +999 -1452
- package/dist/index.umd.js +249 -117
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zs_library",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.17",
|
|
4
4
|
"homepage": "https://zs-library.vercel.app",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/virzs/zs_library/issues"
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@emotion/css": "^11.13.5",
|
|
43
|
-
"@mantine/core": "^7.14.
|
|
43
|
+
"@mantine/core": "^7.14.3",
|
|
44
44
|
"@mdxeditor/editor": "^3.19.3",
|
|
45
45
|
"@remixicon/react": "^4.5.0",
|
|
46
|
-
"ahooks": "^3.8.
|
|
46
|
+
"ahooks": "^3.8.4",
|
|
47
47
|
"clsx": "^2.1.1",
|
|
48
48
|
"echarts": "^5.5.1",
|
|
49
|
-
"framer-motion": "
|
|
49
|
+
"framer-motion": "12.0.0-alpha.2",
|
|
50
50
|
"github-markdown-css": "^5.8.1",
|
|
51
51
|
"lint-staged": "^15.2.10",
|
|
52
52
|
"rc-dialog": "^9.6.0",
|
|
53
|
-
"rc-tooltip": "^6.
|
|
53
|
+
"rc-tooltip": "^6.3.1",
|
|
54
54
|
"react-json-view": "^1.21.3",
|
|
55
55
|
"react-markdown": "^9.0.1",
|
|
56
56
|
"react-modal-sheet": "^3.3.0",
|
|
@@ -62,20 +62,20 @@
|
|
|
62
62
|
"remark-gfm": "^4.0.0",
|
|
63
63
|
"remixicon": "^4.5.0",
|
|
64
64
|
"slick-carousel": "^1.8.1",
|
|
65
|
-
"sortablejs": "^1.15.
|
|
65
|
+
"sortablejs": "^1.15.6",
|
|
66
66
|
"tailwind-merge": "^2.5.5",
|
|
67
67
|
"uuid": "^11.0.3"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@commitlint/cli": "^19.6.0",
|
|
71
71
|
"@commitlint/config-conventional": "^19.6.0",
|
|
72
|
-
"@eslint/js": "^9.
|
|
73
|
-
"@rspress/plugin-playground": "^1.37.
|
|
74
|
-
"@rspress/plugin-preview": "^1.37.
|
|
75
|
-
"@rspress/plugin-typedoc": "^1.37.
|
|
72
|
+
"@eslint/js": "^9.16.0",
|
|
73
|
+
"@rspress/plugin-playground": "^1.37.4",
|
|
74
|
+
"@rspress/plugin-preview": "^1.37.4",
|
|
75
|
+
"@rspress/plugin-typedoc": "^1.37.4",
|
|
76
76
|
"@types/node": "^22.10.1",
|
|
77
|
-
"@types/react": "^
|
|
78
|
-
"@types/react-dom": "^
|
|
77
|
+
"@types/react": "^19.0.0",
|
|
78
|
+
"@types/react-dom": "^19.0.0",
|
|
79
79
|
"@types/react-slick": "^0.23.13",
|
|
80
80
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
81
81
|
"@types/rollup-plugin-auto-external": "^2.0.5",
|
|
@@ -83,21 +83,21 @@
|
|
|
83
83
|
"@vitejs/plugin-react": "^4.3.4",
|
|
84
84
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
85
85
|
"autoprefixer": "^10.4.20",
|
|
86
|
-
"eslint": "^9.
|
|
87
|
-
"eslint-plugin-react-hooks": "^5.1.0
|
|
88
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
89
|
-
"globals": "^15.
|
|
86
|
+
"eslint": "^9.16.0",
|
|
87
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
88
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
89
|
+
"globals": "^15.13.0",
|
|
90
90
|
"husky": "^9.1.7",
|
|
91
91
|
"postcss": "^8.4.49",
|
|
92
|
-
"rollup": "^4.
|
|
92
|
+
"rollup": "^4.28.0",
|
|
93
93
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
94
94
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
95
|
-
"rspress": "^1.37.
|
|
96
|
-
"tailwindcss": "^3.4.
|
|
95
|
+
"rspress": "^1.37.4",
|
|
96
|
+
"tailwindcss": "^3.4.16",
|
|
97
97
|
"ts-node": "^10.9.2",
|
|
98
98
|
"typescript": "^5.7.2",
|
|
99
|
-
"typescript-eslint": "^8.
|
|
100
|
-
"vite": "^6.0.
|
|
99
|
+
"typescript-eslint": "^8.17.0",
|
|
100
|
+
"vite": "^6.0.3",
|
|
101
101
|
"vite-plugin-dts": "^4.3.0",
|
|
102
102
|
"vite-plugin-libcss": "^1.1.1"
|
|
103
103
|
},
|