mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
feat(all): upgrade to v3.4.0
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
"lint": "eslint --fix --ext .ts ./src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.12.0",
|
||||
"typescript": "<4.6.0"
|
||||
"eslint": "^8.14.0",
|
||||
"typescript": "^4.6.4"
|
||||
}
|
||||
}
|
||||
|
||||
@ -35,6 +35,7 @@ export type Basics = {
|
||||
phone: string;
|
||||
website: string;
|
||||
headline: string;
|
||||
birthdate: string;
|
||||
summary: string;
|
||||
location: Location;
|
||||
profiles: Profile[];
|
||||
|
||||
Reference in New Issue
Block a user