Skip to content

Commit

Permalink
chore: add tryGetErrorMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 24, 2023
1 parent dfd0a47 commit fb89f0c
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 119 deletions.
8 changes: 4 additions & 4 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag --sort-routes"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.11",
"@emotion/react": "^11.11.1",
"@mantine/carousel": "^6.0.19",
"@mantine/core": "^6.0.19",
Expand Down Expand Up @@ -44,13 +44,13 @@
"vite-tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.10",
"@babel/eslint-parser": "^7.22.11",
"@nabla/vite-plugin-eslint": "^1.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/katex": "^0.16.2",
"@types/node": "20.5.1",
"@types/node": "20.5.4",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
Expand Down
Loading

0 comments on commit fb89f0c

Please sign in to comment.