chore: update to dotnet 8

This commit is contained in:
Stevan Freeborn
2024-10-01 20:50:03 -05:00
parent b9c84dc189
commit 57d836797d
5 changed files with 5444 additions and 3262 deletions
+5423 -3242
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -13,6 +13,8 @@
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.1.3",
"http-proxy-middleware": "^2.0.6",
"loader-utils": ">=2.0.3",
"minimatch": ">=3.0.5",
"nth-check": ">=2.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
@@ -21,11 +23,9 @@
"react-loading-icons": "^1.1.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"react-scripts": "^5.0.1",
"terser": ">=5.14.2",
"minimatch": ">=3.0.5",
"loader-utils": ">=2.0.3"
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "set HTTPS=true&&react-scripts start",
@@ -56,8 +56,8 @@
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"jest-editor-support": "^30.1.0",
"terser": ">=5.14.2",
"loader-utils": ">=2.0.3",
"minimatch": ">=3.0.5",
"loader-utils": ">=2.0.3"
"terser": ">=5.14.2"
}
}