@xiping/react-components 1.0.9 → 1.0.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xiping/react-components",
3
3
  "private": false,
4
- "version": "1.0.9",
4
+ "version": "1.0.11",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
7
7
  "module": "./dist/es/index.js",
@@ -33,65 +33,63 @@
33
33
  "react-dom": ">=18 || >= 19"
34
34
  },
35
35
  "dependencies": {
36
- "@heroui/button": "^2.2.17",
37
- "@heroui/modal": "^2.2.14",
38
- "@heroui/spinner": "^2.2.14",
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.6",
42
- "@react-spring/web": "^9.7.5",
41
+ "@radix-ui/react-scroll-area": "^1.2.9",
42
+ "@react-spring/web": "^10.0.1",
43
43
  "@use-gesture/react": "^10.3.1",
44
- "@xiping/llm-utils": "1.0.9",
45
- "ahooks": "^3.8.4",
44
+ "@xiping/llm-utils": "1.0.10",
45
+ "ahooks": "^3.8.5",
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.9.2",
51
+ "motion": "^12.15.0",
52
+ "qrcode.react": "^4.2.0",
52
53
  "react": "^18.3.1",
53
54
  "react-dom": "^18.3.1",
55
+ "react-hot-toast": "^2.5.2",
54
56
  "react-icons": "^5.5.0",
55
57
  "react-markdown": "^10.1.0",
56
58
  "react-resizable-panels": "^2.1.9",
57
- "react-router-dom": "^7.5.2",
58
- "zustand": "^5.0.3"
59
+ "react-router-dom": "^7.6.1",
60
+ "zustand": "^5.0.5"
59
61
  },
60
62
  "devDependencies": {
61
- "@chromatic-com/storybook": "^3.2.6",
62
- "@eslint/js": "^9.25.1",
63
- "@faker-js/faker": "^9.7.0",
64
- "@storybook/addon-essentials": "^8.6.12",
65
- "@storybook/addon-interactions": "^8.6.12",
66
- "@storybook/addon-onboarding": "^8.6.12",
67
- "@storybook/blocks": "^8.6.12",
68
- "@storybook/react": "^8.6.12",
69
- "@storybook/react-vite": "^8.6.12",
70
- "@storybook/test": "^8.6.12",
63
+ "@chromatic-com/storybook": "^4.0.0",
64
+ "@eslint/js": "^9.27.0",
65
+ "@faker-js/faker": "^9.8.0",
66
+ "@storybook/addon-docs": "9.0.8",
67
+ "@storybook/addon-onboarding": "^9.0.8",
68
+ "@storybook/react-vite": "^9.0.8",
71
69
  "@types/lodash-es": "^4.17.12",
72
- "@types/node": "^22.15.2",
73
- "@types/react": "^18.3.20",
74
- "@types/react-dom": "^18.3.6",
75
- "@vitejs/plugin-react": "^4.4.1",
70
+ "@types/node": "^22.15.24",
71
+ "@types/react": "^18.3.23",
72
+ "@types/react-dom": "^18.3.7",
73
+ "@vitejs/plugin-react": "^4.5.0",
76
74
  "autoprefixer": "^10.4.21",
77
- "eslint": "^9.25.1",
75
+ "eslint": "^9.27.0",
78
76
  "eslint-plugin-react-hooks": "^5.2.0",
79
77
  "eslint-plugin-react-refresh": "^0.4.20",
80
- "eslint-plugin-storybook": "^0.11.6",
81
- "globals": "^16.0.0",
78
+ "eslint-plugin-storybook": "^9.0.8",
79
+ "globals": "^16.2.0",
82
80
  "postcss": "^8.5.3",
83
81
  "rollup-preserve-directives": "^1.1.3",
84
- "sharp": "^0.34.1",
85
- "storybook": "^8.6.12",
82
+ "sharp": "^0.34.2",
83
+ "storybook": "^9.0.8",
86
84
  "svgo": "^3.3.2",
87
85
  "tailwind-merge": "^2.6.0",
88
86
  "tailwind-scrollbar": "^3.1.0",
89
87
  "tailwindcss": "^3.4.17",
90
88
  "tailwindcss-safe-area": "^0.6.0",
91
89
  "typescript": "^5.8.3",
92
- "typescript-eslint": "^8.31.0",
93
- "vite": "^6.3.3",
94
- "vite-plugin-dts": "^4.5.3",
90
+ "typescript-eslint": "^8.33.0",
91
+ "vite": "^6.3.5",
92
+ "vite-plugin-dts": "^4.5.4",
95
93
  "vite-plugin-image-optimizer": "^1.1.8",
96
94
  "vite-plugin-lib-inject-css": "^2.2.2",
97
95
  "vite-plugin-zip-pack": "^1.2.4",
@@ -104,5 +102,5 @@
104
102
  "engines": {
105
103
  "node": ">=20"
106
104
  },
107
- "gitHead": "909f7de7c2330d1cced9645a7b61e8c949cd0262"
105
+ "gitHead": "2c6afb7d93d60120d3c5718dd2dec22397035c9c"
108
106
  }