@processandtools/rp-article-designer 1.0.2 → 1.0.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@processandtools/rp-article-designer",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "3D Article Designer component library for furniture visualization using React Three Fiber",
5
5
  "author": "Otman Abid Lmerabetine",
6
6
  "license": "MIT",
@@ -44,11 +44,11 @@
44
44
  "test:pack": "npm pack"
45
45
  },
46
46
  "peerDependencies": {
47
- "@react-three/drei": "^9.0.0 || ^10.0.0",
48
- "@react-three/fiber": "^8.0.0 || ^9.0.0",
49
- "react": "^18.0.0 || ^19.0.0",
50
- "react-dom": "^18.0.0 || ^19.0.0",
51
- "three": "^0.150.0 || ^0.181.0"
47
+ "@react-three/drei": ">=6.0.0",
48
+ "@react-three/fiber": ">=6.0.0",
49
+ "react": ">=16.0.0",
50
+ "react-dom": ">=16.0.0",
51
+ "three": ">=0.150.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "@react-three/postprocessing": "^3.0.4",
@@ -56,12 +56,12 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@eslint/js": "^9.39.1",
59
- "@react-three/drei": ">=9.0.0",
60
- "@react-three/fiber": ">=8.0.0",
59
+ "@react-three/drei": "^10.7.7",
60
+ "@react-three/fiber": "^9.4.0",
61
61
  "@types/node": "^24.10.0",
62
- "@types/react": ">17.0.8",
63
- "@types/react-dom": ">17.0.8",
64
- "@types/three": ">=0.150.0",
62
+ "@types/react": "^19.2.2",
63
+ "@types/react-dom": "^19.2.2",
64
+ "@types/three": "^0.181.0",
65
65
  "@vitejs/plugin-react": "^5.1.0",
66
66
  "d3-selection": "^3.0.0",
67
67
  "d3-zoom": "^3.0.0",