agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications
https://agile-ts.org
MIT License
95 stars 8 forks source link

fix react-typescript template #118

Closed bennobuilder closed 3 years ago

bennobuilder commented 3 years ago

to work properly it needs these missing dependencies..

"dependencies": { "typescript": "^4.2.3", },

"devDependencies": { "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3" },

In addition we have to think about how to increase the dependency agile-ts version after each release