koota 0.2.1 → 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 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koota",
3
- "version": "0.2.1",
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,29 +32,21 @@
32
32
  "LICENSE"
33
33
  ],
34
34
  "devDependencies": {
35
- "react": "^18.0.0 || ^19.0.0",
36
- "react-dom": "^18.0.0 || ^19.0.0",
35
+ "react": ">=18.0.0",
36
+ "react-dom": ">=18.0.0",
37
37
  "tsup": "^8.3.0",
38
38
  "@koota/core": "0.0.1",
39
- "tsconfig": "0.1.0",
40
- "@koota/react": "0.0.1"
39
+ "@koota/react": "0.0.1",
40
+ "tsconfig": "0.1.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "@types/react": "^18.0.0 || ^19.0.0",
44
- "@types/react-dom": "^18.0.0 || ^19.0.0",
45
- "react": "^18.0.0 || ^19.0.0",
46
- "react-dom": "^18.0.0 || ^19.0.0"
43
+ "@types/react": ">=18.0.0",
44
+ "react": ">=18.0.0"
47
45
  },
48
46
  "peerDependenciesMeta": {
49
47
  "@types/react": {
50
48
  "optional": true
51
49
  },
52
- "@types/react-dom": {
53
- "optional": true
54
- },
55
- "react-dom": {
56
- "optional": true
57
- },
58
50
  "react": {
59
51
  "optional": true
60
52
  }