react-quick-context
Advanced tools
Comparing version 1.0.0 to 1.0.3
{ | ||
"name": "react-quick-context", | ||
"version": "1.0.0", | ||
"version": "1.0.3", | ||
"description": "A simple wrapper to quickly and easily create react contexts.", | ||
"main": "index.tsx", | ||
"main": "index.jsx", | ||
"types": "index.d.ts", | ||
"src": "index.tsx", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"repository": { | ||
@@ -17,4 +22,6 @@ "type": "git", | ||
"devDependencies": { | ||
"react": "18.2.0" | ||
"@types/react": "18.2.56", | ||
"react": "18.2.0", | ||
"typescript": "5.3.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4973
4
112
3