chore: update to dotnet 8
This commit is contained in:
+6
-6
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user