@xiping/react-components 1.0.66 → 1.0.69
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/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiping/react-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.69",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
7
7
|
"module": "./dist/es/index.js",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@heroui/react": "^2.8.10",
|
|
42
42
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
43
43
|
"@react-spring/web": "9.7.5",
|
|
44
|
-
"@tiptap/pm": "^3.20.
|
|
45
|
-
"@tiptap/react": "^3.20.
|
|
46
|
-
"@tiptap/starter-kit": "^3.20.
|
|
44
|
+
"@tiptap/pm": "^3.20.2",
|
|
45
|
+
"@tiptap/react": "^3.20.2",
|
|
46
|
+
"@tiptap/starter-kit": "^3.20.2",
|
|
47
47
|
"@use-gesture/react": "^10.3.1",
|
|
48
48
|
"@xiping/llm-utils": "1.0.10",
|
|
49
49
|
"@xiping/subtitle": "1.0.52",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"canvas-confetti": "^1.9.4",
|
|
54
54
|
"class-variance-authority": "^0.7.1",
|
|
55
55
|
"clsx": "^2.1.1",
|
|
56
|
-
"dayjs": "^1.11.
|
|
56
|
+
"dayjs": "^1.11.20",
|
|
57
57
|
"gsap": "^3.14.2",
|
|
58
58
|
"lodash-es": "^4.17.23",
|
|
59
59
|
"lucide-react": "^0.577.0",
|
|
60
|
-
"motion": "^12.
|
|
60
|
+
"motion": "^12.36.0",
|
|
61
61
|
"react": "^19.2.4",
|
|
62
62
|
"react-device-detect": "^2.2.3",
|
|
63
63
|
"react-dom": "^19.2.4",
|
|
@@ -65,33 +65,33 @@
|
|
|
65
65
|
"react-hot-toast": "^2.6.0",
|
|
66
66
|
"react-icons": "^5.5.0",
|
|
67
67
|
"react-markdown": "^10.1.0",
|
|
68
|
-
"react-resizable-panels": "^4.7.
|
|
68
|
+
"react-resizable-panels": "^4.7.3",
|
|
69
69
|
"react-router-dom": "^7.13.1",
|
|
70
70
|
"xgplayer": "^3.0.23",
|
|
71
|
-
"zustand": "^5.0.
|
|
71
|
+
"zustand": "^5.0.12"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@chromatic-com/storybook": "^5.0.1",
|
|
75
75
|
"@eslint/js": "^9.39.4",
|
|
76
76
|
"@faker-js/faker": "^10.3.0",
|
|
77
|
-
"@storybook/addon-docs": "^10.2.
|
|
78
|
-
"@storybook/addon-onboarding": "^10.2.
|
|
79
|
-
"@storybook/react-vite": "^10.2.
|
|
77
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
78
|
+
"@storybook/addon-onboarding": "^10.2.19",
|
|
79
|
+
"@storybook/react-vite": "^10.2.19",
|
|
80
80
|
"@tailwindcss/vite": "^4.2.1",
|
|
81
81
|
"@types/canvas-confetti": "^1.9.0",
|
|
82
82
|
"@types/lodash-es": "^4.17.12",
|
|
83
83
|
"@types/node": "^22.19.15",
|
|
84
84
|
"@types/react": "^19.2.14",
|
|
85
85
|
"@types/react-dom": "^19.2.3",
|
|
86
|
-
"@vitejs/plugin-react": "^5.
|
|
86
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
87
87
|
"eslint": "^9.39.4",
|
|
88
88
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
89
89
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
90
|
-
"eslint-plugin-storybook": "^10.2.
|
|
90
|
+
"eslint-plugin-storybook": "^10.2.19",
|
|
91
91
|
"globals": "^17.4.0",
|
|
92
92
|
"rollup-preserve-directives": "^1.1.3",
|
|
93
93
|
"sharp": "^0.34.5",
|
|
94
|
-
"storybook": "^10.2.
|
|
94
|
+
"storybook": "^10.2.19",
|
|
95
95
|
"svgo": "^4.0.1",
|
|
96
96
|
"tailwindcss": "^4.2.1",
|
|
97
97
|
"terser": "^5.46.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"engines": {
|
|
112
112
|
"node": ">=22"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "3bf85a7229343f0c7141d60ceac026773a2c98cb"
|
|
115
115
|
}
|