Correções

This commit is contained in:
Matheus Albino Brunhara
2022-04-18 16:39:47 -03:00
parent 8dacaf38f7
commit 4cffdef69d
5 changed files with 3477 additions and 1045 deletions

View File

@@ -19,12 +19,12 @@
"@types/react-dom": "^16.9.10",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"axios": "^0.26.1",
"ionicons": "^5.4.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.4",
@@ -65,7 +65,9 @@
]
},
"devDependencies": {
"@capacitor/cli": "3.4.3"
"@capacitor/cli": "3.4.3",
"@types/axios": "^0.14.0",
"react-scripts": "5.0.1"
},
"description": "An Ionic project"
}