@xiping/react-components 0.0.68 → 0.0.70

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": "0.0.68",
4
+ "version": "0.0.70",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
7
7
  "module": "./dist/es/index.js",
@@ -37,7 +37,7 @@
37
37
  "@heroui/modal": "^2.2.8",
38
38
  "@heroui/spinner": "^2.2.7",
39
39
  "@nextui-org/theme": "^2.4.5",
40
- "@radix-ui/react-scroll-area": "^1.2.2",
40
+ "@radix-ui/react-scroll-area": "^1.2.3",
41
41
  "@react-spring/web": "^9.7.5",
42
42
  "@use-gesture/react": "^10.3.1",
43
43
  "ahooks": "^3.8.4",
@@ -45,47 +45,48 @@
45
45
  "clsx": "^2.1.1",
46
46
  "dayjs": "^1.11.13",
47
47
  "lodash-es": "^4.17.21",
48
- "motion": "^12.0.6",
48
+ "motion": "^12.4.2",
49
49
  "react": "^18.3.1",
50
50
  "react-dom": "^18.3.1",
51
51
  "react-icons": "^5.4.0",
52
+ "react-resizable-panels": "^2.1.7",
52
53
  "react-router-dom": "^7.1.5",
53
54
  "zustand": "^5.0.3"
54
55
  },
55
56
  "devDependencies": {
56
57
  "@chromatic-com/storybook": "^3.2.4",
57
- "@eslint/js": "^9.19.0",
58
- "@faker-js/faker": "^9.4.0",
59
- "@storybook/addon-essentials": "^8.5.2",
60
- "@storybook/addon-interactions": "^8.5.2",
61
- "@storybook/addon-onboarding": "^8.5.2",
62
- "@storybook/blocks": "^8.5.2",
63
- "@storybook/react": "^8.5.2",
64
- "@storybook/react-vite": "^8.5.2",
65
- "@storybook/test": "^8.5.2",
58
+ "@eslint/js": "^9.20.0",
59
+ "@faker-js/faker": "^9.5.0",
60
+ "@storybook/addon-essentials": "^8.5.5",
61
+ "@storybook/addon-interactions": "^8.5.5",
62
+ "@storybook/addon-onboarding": "^8.5.5",
63
+ "@storybook/blocks": "^8.5.5",
64
+ "@storybook/react": "^8.5.5",
65
+ "@storybook/react-vite": "^8.5.5",
66
+ "@storybook/test": "^8.5.5",
66
67
  "@types/lodash-es": "^4.17.12",
67
- "@types/node": "^22.13.0",
68
+ "@types/node": "^22.13.4",
68
69
  "@types/react": "^18.3.18",
69
70
  "@types/react-dom": "^18.3.5",
70
71
  "@vitejs/plugin-react": "^4.3.4",
71
72
  "autoprefixer": "^10.4.20",
72
- "eslint": "^9.19.0",
73
+ "eslint": "^9.20.1",
73
74
  "eslint-plugin-react-hooks": "^5.1.0",
74
- "eslint-plugin-react-refresh": "^0.4.18",
75
+ "eslint-plugin-react-refresh": "^0.4.19",
75
76
  "eslint-plugin-storybook": "^0.11.2",
76
- "globals": "^15.14.0",
77
- "postcss": "^8.5.1",
78
- "prettier": "^3.4.2",
77
+ "globals": "^15.15.0",
78
+ "postcss": "^8.5.2",
79
+ "rollup-preserve-directives": "^1.1.3",
79
80
  "sharp": "^0.33.5",
80
- "storybook": "^8.5.2",
81
+ "storybook": "^8.5.5",
81
82
  "svgo": "^3.3.2",
82
83
  "tailwind-merge": "^2.6.0",
83
84
  "tailwind-scrollbar": "^3.1.0",
84
85
  "tailwindcss": "^3.4.17",
85
86
  "tailwindcss-safe-area": "^0.6.0",
86
- "typescript": "~5.6.3",
87
- "typescript-eslint": "^8.22.0",
88
- "vite": "^6.0.11",
87
+ "typescript": "^5.7.3",
88
+ "typescript-eslint": "^8.24.0",
89
+ "vite": "^6.1.0",
89
90
  "vite-plugin-dts": "^4.5.0",
90
91
  "vite-plugin-image-optimizer": "^1.1.8",
91
92
  "vite-plugin-lib-inject-css": "^2.2.1",
@@ -99,5 +100,5 @@
99
100
  "engines": {
100
101
  "node": ">=18"
101
102
  },
102
- "gitHead": "d3aa679dc46754ae0d0f5a542e2e398cfa6635d6"
103
+ "gitHead": "336071be7e8e3761428541b22cf841d43c8dce2c"
103
104
  }