Skip to content

Commit

Permalink
fix(mail): DO NOT use IStringLocalizer after construction
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Apr 22, 2024
1 parent daa9a58 commit fe589ad
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 190 deletions.
8 changes: 4 additions & 4 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.8",
"babel-plugin-prismjs": "^2.1.0",
Expand All @@ -70,11 +70,11 @@
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~3.2.5",
"rollup": "=4.14.3",
"rollup": "^4.16.2",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.6.2",
"typescript": "5.4.5",
"vite": "=5.2.9",
"vite": "^5.2.10",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-webfont-dl": "^3.9.3",
Expand Down
Loading

0 comments on commit fe589ad

Please sign in to comment.