@xiping/react-components 1.0.16 → 1.0.18

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.
@@ -0,0 +1,2 @@
1
+ import { default as ForceGraph3D } from 'react-force-graph-3d';
2
+ export default ForceGraph3D;
@@ -0,0 +1,2 @@
1
+ import { default as ForceGraph3D } from 'react-force-graph-3d';
2
+ export default ForceGraph3D;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xiping/react-components",
3
3
  "private": false,
4
- "version": "1.0.16",
4
+ "version": "1.0.18",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
7
7
  "module": "./dist/es/index.js",
@@ -53,6 +53,7 @@
53
53
  "qrcode.react": "^4.2.0",
54
54
  "react": "^18.3.1",
55
55
  "react-dom": "^18.3.1",
56
+ "react-force-graph-3d": "^1.27.0",
56
57
  "react-hot-toast": "^2.5.2",
57
58
  "react-icons": "^5.5.0",
58
59
  "react-markdown": "^10.1.0",
@@ -83,7 +84,7 @@
83
84
  "rollup-preserve-directives": "^1.1.3",
84
85
  "sharp": "^0.34.2",
85
86
  "storybook": "^9.0.10",
86
- "svgo": "^3.3.2",
87
+ "svgo": "^4.0.0",
87
88
  "tailwind-merge": "^2.6.0",
88
89
  "tailwind-scrollbar": "^3.1.0",
89
90
  "tailwindcss": "^3.4.17",
@@ -92,7 +93,7 @@
92
93
  "typescript-eslint": "^8.34.1",
93
94
  "vite": "^6.3.5",
94
95
  "vite-plugin-dts": "^4.5.4",
95
- "vite-plugin-image-optimizer": "^1.1.8",
96
+ "vite-plugin-image-optimizer": "^2.0.0",
96
97
  "vite-plugin-lib-inject-css": "^2.2.2",
97
98
  "vite-plugin-zip-pack": "^1.2.4",
98
99
  "vite-tsconfig-paths": "^5.1.4"
@@ -104,5 +105,5 @@
104
105
  "engines": {
105
106
  "node": ">=20"
106
107
  },
107
- "gitHead": "6e348de83bbb0eeba4a0817d687a1c0d640cf6d1"
108
+ "gitHead": "c76ea1094c795199cde648dc79110b743aad8da9"
108
109
  }