Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "koota", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "🌎 Performant real-time state management for React and TypeScript", | ||
@@ -35,14 +35,12 @@ "license": "ISC", | ||
"devDependencies": { | ||
"react": "^18.0.0 || ^19.0.0", | ||
"react-dom": "^18.0.0 || ^19.0.0", | ||
"react": ">=18.0.0", | ||
"react-dom": ">=18.0.0", | ||
"tsup": "^8.3.0", | ||
"@koota/core": "0.0.1", | ||
"tsconfig": "0.1.0", | ||
"@koota/react": "0.0.1" | ||
"@koota/react": "0.0.1", | ||
"tsconfig": "0.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "^18.0.0 || ^19.0.0", | ||
"@types/react-dom": "^18.0.0 || ^19.0.0", | ||
"react": "^18.0.0 || ^19.0.0", | ||
"react-dom": "^18.0.0 || ^19.0.0" | ||
"@types/react": ">=18.0.0", | ||
"react": ">=18.0.0" | ||
}, | ||
@@ -53,8 +51,2 @@ "peerDependenciesMeta": { | ||
}, | ||
"@types/react-dom": { | ||
"optional": true | ||
}, | ||
"react-dom": { | ||
"optional": true | ||
}, | ||
"react": { | ||
@@ -61,0 +53,0 @@ "optional": true |
2
266711