Skip to content

Commit

Permalink
feat: migration to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jul 25, 2022
1 parent 71e9be9 commit 53c3457
Show file tree
Hide file tree
Showing 18 changed files with 549 additions and 459 deletions.
19 changes: 10 additions & 9 deletions GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
},
"dependencies": {
"@babel/core": "^7.18.9",
"@mantine/core": "^4.2.12",
"@mantine/dates": "^4.2.12",
"@mantine/dropzone": "^4.2.12",
"@mantine/form": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@mantine/modals": "^4.2.12",
"@mantine/notifications": "^4.2.12",
"@emotion/react": ">=11.9.0",
"@mantine/core": "^5.0.0",
"@mantine/dates": "^5.0.0",
"@mantine/dropzone": "^5.0.0",
"@mantine/form": "^5.0.0",
"@mantine/hooks": "^5.0.0",
"@mantine/modals": "^5.0.0",
"@mantine/notifications": "^5.0.0",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^6.0.7",
Expand All @@ -34,7 +35,7 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/marked": "^4.0.3",
"@types/node": "18.0.6",
"@types/node": "18.6.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
Expand All @@ -48,7 +49,7 @@
"swagger-typescript-api": "^9.3.1",
"tslib": "^2.4.0",
"typescript": "4.7.4",
"vite": "^3.0.2",
"vite": "^3.0.3",
"vite-plugin-eslint": "^1.7.0",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-progress": "^0.0.3"
Expand Down
Loading

0 comments on commit 53c3457

Please sign in to comment.