Skip to content

Commit

Permalink
feature/update dependencies (#171)
Browse files Browse the repository at this point in the history
- **Update Dependencies**
  

- **Certification Details to be stored in JSON File**
  

- **Upgrade to React 18**
  

- **Education Details Input Moved to JSON**
  

- **Work Details Moved to JSON & Details Updated**
  

- **Moved Skills Data to JSON**
  

- **Updated Front Page**
  

- **Converted all Class Comp. to Functional Comp.**

-**updated Configurations**
  • Loading branch information
Dave4272-Office committed Apr 4, 2024
1 parent e93076c commit c766179
Show file tree
Hide file tree
Showing 48 changed files with 10,652 additions and 9,114 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
!.yarn/sdks
!.yarn/versions
.pnp.*

.trunk/*
# testing
/coverage

Expand Down
546 changes: 0 additions & 546 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
packageExtensions:
react-scripts@*:
peerDependencies:
eslint-config-react-app: "*"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
89 changes: 46 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "curriculum-vitae",
"version": "2.1.4",
"packageManager": "yarn@3.2.0",
"version": "3.0.0",
"packageManager": "yarn@4.1.1",
"private": true,
"scripts": {
"clean": "rm -rf ./build",
Expand All @@ -13,7 +13,8 @@
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
"react-app/jest",
"plugin:react/jsx-runtime"
]
},
"browserslist": {
Expand All @@ -29,50 +30,52 @@
]
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.75",
"@mui/material": "^5.5.3",
"@mui/system": "^5.5.3",
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"luxon": "^2.3.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/system": "^5.15.14",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"eslint-config-react-app": "^7.0.1",
"luxon": "^3.4.4",
"masonry-layout": "^4.2.2",
"node-sass": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.2",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3",
"typescript": "^4.9.3",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.4.1",
"@types/luxon": "^2.3.1",
"@types/masonry-layout": "^4.2.4",
"@types/material-ui": "^0.21.12",
"@types/node": "^17.0.23",
"@types/node-sass": "^4.11.2",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/testing-library__jest-dom": "^5.14.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/eslint": "^8.56.7",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/masonry-layout": "^4.2.7",
"@types/node": "^20.12.3",
"@types/node-sass": "^4.11.7",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.12.0",
"eslint": "^8.57.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.1.0",
"react-dev-utils": "^12.0.0",
"react-scripts": "5.0.0"
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"react-dev-utils": "^12.0.1",
"react-scripts": "^5.0.1"
}
}
35 changes: 35 additions & 0 deletions public/static/data/cert.list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"include": true,
"name": "MTA: HTML5 Application Development Fundamentals - Certified 2018",
"issuer": "Microsoft",
"issuericon": "static/logos/third-party/Microsoft.png",
"issuedate": "2018-01-11",
"credurl": "https://www.credly.com/badges/ce98fb09-d34f-4d38-b10d-f0f996a83c50/public_url"
},
{
"include": true,
"name": "Introduction to Git for Data Science",
"issuer": "DataCamp",
"issuericon": "static/logos/third-party/DataCamp.png",
"issuedate": "2018-06-07",
"certid": "5208174",
"credurl": "https://www.datacamp.com/statement-of-accomplishment/course/2288a86bccc6dac87de35445a748344c1a5cd44b"
},
{
"include": true,
"name": "Docker Essentials: A Developer Introduction",
"issuer": "IBM",
"issuericon": "static/logos/third-party/IBM.png",
"issuedate": "2019-04-03",
"credurl": "https://www.credly.com/badges/75bbe476-8227-475c-9bb9-042a4356404e/public_url"
},
{
"include": true,
"name": "MTA: Introduction to Programming Using Python - Certified 2019",
"issuer": "Microsoft",
"issuericon": "static/logos/third-party/Microsoft.png",
"issuedate": "2019-07-13",
"credurl": "https://www.credly.com/badges/073eaa44-09ba-41f0-81d1-1a5b00ec2677/public_url"
}
]
38 changes: 38 additions & 0 deletions public/static/data/edu.list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"from": "2009",
"to": "2014",
"qualexam": "AISSE (Secondary | X)",
"score": "9.2 CGPA (87.40 %)",
"certauthtype": "Board",
"certauthname": "Central Board of Secondary Education (CBSE)",
"institutetype": "School",
"institutename": "Sainik School Purulia (SSP)",
"qualspectype": "Subjects",
"qualspec": "General Education"
},
{
"from": "2014",
"to": "2016",
"qualexam": "AISSCE (Sr. Secondary | XII)",
"score": "84.00 %",
"certauthtype": "Board",
"certauthname": "Central Board of Secondary Education (CBSE)",
"institutetype": "School",
"institutename": "Sainik School Purulia (SSP)",
"qualspectype": "Subjects",
"qualspec": "English, Physics, Chemistry, Mathematics, Computer Science(C++)"
},
{
"from": "2016",
"to": "2020",
"qualexam": "B. Tech",
"score": "8.32 DGPA",
"certauthtype": "University",
"certauthname": "Maulana Abul Kalam Azad University of Technology (MAKAUT)",
"institutetype": "College",
"institutename": "Birbhum Institute of Engineering and Technology, Suri (BIET, Suri)",
"qualspectype": "Major",
"qualspec": "Computer Science and Engineering (CSE)"
}
]
17 changes: 17 additions & 0 deletions public/static/data/lang.list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"language": "English",
"readwrite": "Fluent",
"listeningspeaking": "Fluent"
},
{
"language": "Bengali",
"readwrite": "Intermediate",
"listeningspeaking": "Native Fluent"
},
{
"language": "Hindi",
"readwrite": "Basic",
"listeningspeaking": "Fluent"
}
]
Loading

0 comments on commit c766179

Please sign in to comment.