Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot e58e155708 Update dependency @typescript-eslint/parser to v6
continuous-integration/drone/push Build is passing Details
2023-08-01 12:04:33 +00:00
Richard Shuai 3537450395 Meet the team sub-issue 2,3,4 (#592)
continuous-integration/drone/push Build is passing Details
Co-authored-by: ricsign <ricsign123@gmail.com>
Reviewed-on: #592
Reviewed-by: Amy Wang <a258wang@csclub.uwaterloo.ca>
Co-authored-by: Richard Shuai <r2shuai@csclub.uwaterloo.ca>
Co-committed-by: Richard Shuai <r2shuai@csclub.uwaterloo.ca>
2023-07-28 14:27:05 -04:00
5 changed files with 105 additions and 7790 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -182,7 +182,7 @@ async function getImage(imgPath: string) {
}
export async function getMemberImagePath(name: string) {
const imgPath = path.join("images", "team", name.replace(" ", ""));
const imgPath = path.join("images", "team", name.replace(/\s/g, ""));
const placeholder = path.join(
"images",
"team",

7891
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@
"@types/node": "^16.9.1",
"@types/react": "^17.0.14",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",