koota 0.2.0 → 0.2.2

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.
Files changed (1) hide show
  1. package/package.json +7 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koota",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "🌎 Performant real-time state management for React and TypeScript",
5
5
  "license": "ISC",
6
6
  "type": "module",
@@ -32,38 +32,21 @@
32
32
  "LICENSE"
33
33
  ],
34
34
  "devDependencies": {
35
- "@types/three": "^0.162.0",
36
- "react": "^18.3.1",
37
- "react-dom": "^18.3.1",
35
+ "react": ">=18.0.0",
36
+ "react-dom": ">=18.0.0",
38
37
  "tsup": "^8.3.0",
39
- "tsconfig": "0.1.0",
40
38
  "@koota/core": "0.0.1",
41
- "@koota/react": "0.0.1"
39
+ "@koota/react": "0.0.1",
40
+ "tsconfig": "0.1.0"
42
41
  },
43
42
  "peerDependencies": {
44
- "@types/react": "^18.3.3",
45
- "@types/react-dom": "^18.3.0",
46
- "@react-three/fiber": "^8.17.10",
47
- "react": "^18.3.1",
48
- "react-dom": "^18.3.1",
49
- "three": ">=0.159"
43
+ "@types/react": ">=18.0.0",
44
+ "react": ">=18.0.0"
50
45
  },
51
46
  "peerDependenciesMeta": {
52
47
  "@types/react": {
53
48
  "optional": true
54
49
  },
55
- "@types/react-dom": {
56
- "optional": true
57
- },
58
- "@react-three/fiber": {
59
- "optional": true
60
- },
61
- "three": {
62
- "optional": true
63
- },
64
- "react-dom": {
65
- "optional": true
66
- },
67
50
  "react": {
68
51
  "optional": true
69
52
  }