agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications

Home Page:https://agile-ts.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix react-typescript template

bennoinbeta opened this issue · comments

commented

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