@xiping/react-components 1.0.9 → 1.0.10
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 +18 -18
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.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
7
7
|
"module": "./dist/es/index.js",
|
|
@@ -33,33 +33,33 @@
|
|
|
33
33
|
"react-dom": ">=18 || >= 19"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@heroui/button": "^2.2.
|
|
37
|
-
"@heroui/modal": "^2.2.
|
|
38
|
-
"@heroui/spinner": "^2.2.
|
|
36
|
+
"@heroui/button": "^2.2.19",
|
|
37
|
+
"@heroui/modal": "^2.2.16",
|
|
38
|
+
"@heroui/spinner": "^2.2.16",
|
|
39
39
|
"@monaco-editor/react": "4.7.0",
|
|
40
40
|
"@nextui-org/theme": "^2.4.5",
|
|
41
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
41
|
+
"@radix-ui/react-scroll-area": "^1.2.8",
|
|
42
42
|
"@react-spring/web": "^9.7.5",
|
|
43
43
|
"@use-gesture/react": "^10.3.1",
|
|
44
|
-
"@xiping/llm-utils": "1.0.
|
|
44
|
+
"@xiping/llm-utils": "1.0.10",
|
|
45
45
|
"ahooks": "^3.8.4",
|
|
46
46
|
"axios": "^1.9.0",
|
|
47
47
|
"class-variance-authority": "^0.7.1",
|
|
48
48
|
"clsx": "^2.1.1",
|
|
49
49
|
"dayjs": "^1.11.13",
|
|
50
50
|
"lodash-es": "^4.17.21",
|
|
51
|
-
"motion": "^12.
|
|
51
|
+
"motion": "^12.11.0",
|
|
52
52
|
"react": "^18.3.1",
|
|
53
53
|
"react-dom": "^18.3.1",
|
|
54
54
|
"react-icons": "^5.5.0",
|
|
55
55
|
"react-markdown": "^10.1.0",
|
|
56
56
|
"react-resizable-panels": "^2.1.9",
|
|
57
|
-
"react-router-dom": "^7.
|
|
58
|
-
"zustand": "^5.0.
|
|
57
|
+
"react-router-dom": "^7.6.0",
|
|
58
|
+
"zustand": "^5.0.4"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@chromatic-com/storybook": "^3.2.6",
|
|
62
|
-
"@eslint/js": "^9.
|
|
62
|
+
"@eslint/js": "^9.26.0",
|
|
63
63
|
"@faker-js/faker": "^9.7.0",
|
|
64
64
|
"@storybook/addon-essentials": "^8.6.12",
|
|
65
65
|
"@storybook/addon-interactions": "^8.6.12",
|
|
@@ -69,16 +69,16 @@
|
|
|
69
69
|
"@storybook/react-vite": "^8.6.12",
|
|
70
70
|
"@storybook/test": "^8.6.12",
|
|
71
71
|
"@types/lodash-es": "^4.17.12",
|
|
72
|
-
"@types/node": "^22.15.
|
|
73
|
-
"@types/react": "^18.3.
|
|
74
|
-
"@types/react-dom": "^18.3.
|
|
72
|
+
"@types/node": "^22.15.17",
|
|
73
|
+
"@types/react": "^18.3.21",
|
|
74
|
+
"@types/react-dom": "^18.3.7",
|
|
75
75
|
"@vitejs/plugin-react": "^4.4.1",
|
|
76
76
|
"autoprefixer": "^10.4.21",
|
|
77
|
-
"eslint": "^9.
|
|
77
|
+
"eslint": "^9.26.0",
|
|
78
78
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
79
79
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
80
80
|
"eslint-plugin-storybook": "^0.11.6",
|
|
81
|
-
"globals": "^16.
|
|
81
|
+
"globals": "^16.1.0",
|
|
82
82
|
"postcss": "^8.5.3",
|
|
83
83
|
"rollup-preserve-directives": "^1.1.3",
|
|
84
84
|
"sharp": "^0.34.1",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"tailwindcss": "^3.4.17",
|
|
90
90
|
"tailwindcss-safe-area": "^0.6.0",
|
|
91
91
|
"typescript": "^5.8.3",
|
|
92
|
-
"typescript-eslint": "^8.
|
|
93
|
-
"vite": "^6.3.
|
|
92
|
+
"typescript-eslint": "^8.32.1",
|
|
93
|
+
"vite": "^6.3.5",
|
|
94
94
|
"vite-plugin-dts": "^4.5.3",
|
|
95
95
|
"vite-plugin-image-optimizer": "^1.1.8",
|
|
96
96
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"engines": {
|
|
105
105
|
"node": ">=20"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "11979d0d579cc7f82a2c1160a51f583ae2c77d18"
|
|
108
108
|
}
|