Skip to content

Commit

Permalink
Merge pull request #80 from Dave4272-Office:Dependency-Upgrade
Browse files Browse the repository at this point in the history
Dependency-Upgrade
  • Loading branch information
Dave4272-Office committed Apr 4, 2024
2 parents 88d2e70 + 33af02c commit 0cc41f8
Show file tree
Hide file tree
Showing 2 changed files with 997 additions and 922 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "curriculum-vitae",
"version": "2.1.2",
"version": "2.1.3",
"packageManager": "[email protected]",
"private": true,
"scripts": {
Expand Down Expand Up @@ -29,53 +29,53 @@
]
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.70",
"@mui/material": "^5.4.3",
"@mui/system": "^5.4.3",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@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.0",
"luxon": "^2.3.1",
"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.1",
"typescript": "^4.5.5",
"react-router-dom": "^6.2.2",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.4.0",
"@types/luxon": "^2.0.9",
"@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.19",
"@types/node": "^17.0.23",
"@types/node-sass": "^4.11.2",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/testing-library__dom": "^7.5.0",
"@types/testing-library__jest-dom": "^5.14.2",
"@types/testing-library__jest-dom": "^5.14.3",
"@types/testing-library__react": "^10.2.0",
"@types/testing-library__user-event": "^4.2.0",
"@types/typescript": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.9.0",
"eslint": "^8.12.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.5",
"eslint-plugin-testing-library": "^5.1.0",
"react-dev-utils": "^12.0.0",
"react-scripts": "5.0.0"
}
Expand Down
Loading

0 comments on commit 0cc41f8

Please sign in to comment.