fix(dependencies): Updating npm dependencies, increasing to react v18

This commit is contained in:
Chris Troutner
2022-07-27 15:16:38 -07:00
parent dfd86cd588
commit 65d1f42491
2 changed files with 120 additions and 171 deletions
+5 -5
View File
@@ -3,11 +3,11 @@
"version": "2.0.1",
"dependencies": {
"axios": "0.27.2",
"bootstrap": "5.1.3",
"bootstrap": "5.2.0",
"query-string": "7.1.1",
"react": "17.0.2",
"react-bootstrap": "2.0.0",
"react-dom": "17.0.2",
"react": "18.2.0",
"react-bootstrap": "2.4.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"use-query-params": "1.2.3"
},
@@ -35,6 +35,6 @@
},
"devDependencies": {
"standard": "17.0.0",
"web3.storage": "4.2.0"
"web3.storage": "4.3.0"
}
}