Jenkins fixes

This commit is contained in:
2021-11-16 11:33:43 -03:00
parent b176eef065
commit 202075606f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -16,10 +16,10 @@
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-recaptcha-google": "^1.1.1",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-select": "^5.2.1",
"web-vitals": "^1.0.1",
"react-router-dom": "^6.0.2"
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
@@ -46,6 +46,6 @@
]
},
"devDependencies": {
"react-router-dom": "^6.0.2"
"react-router-dom": "5.2.0"
}
}