Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ayltai committed Aug 17, 2022
1 parent 8cb50e7 commit 37400ce
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,57 +30,57 @@
"update" : "npx npm-check-updates"
},
"dependencies" : {
"@emotion/react" : "^11.9.3",
"@emotion/styled" : "^11.9.3",
"@fontsource/roboto" : "^4.5.7",
"@mui/icons-material" : "^5.8.3",
"@mui/material" : "^5.8.3",
"@reduxjs/toolkit" : "^1.8.2",
"chart.js" : "^3.8.0",
"date-fns" : "^2.28.0",
"i18next" : "^21.8.9",
"menubar" : "^9.2.0",
"react" : "^18.1.0",
"react-dom" : "^18.1.0",
"react-i18next" : "^11.17.1",
"@emotion/react" : "^11.10.0",
"@emotion/styled" : "^11.10.0",
"@fontsource/roboto" : "^4.5.8",
"@mui/icons-material" : "^5.8.4",
"@mui/material" : "^5.10.1",
"@reduxjs/toolkit" : "^1.8.4",
"chart.js" : "^3.9.1",
"date-fns" : "^2.29.1",
"i18next" : "^21.1.1",
"menubar" : "^9.2.1",
"react" : "^18.2.0",
"react-dom" : "^18.2.0",
"react-i18next" : "^11.18.4",
"react-redux" : "^8.0.2",
"react-router-dom" : "^6.3.0",
"redux-persist" : "^6.0.0"
},
"devDependencies" : {
"@babel/core" : "^7.18.5",
"@babel/preset-env" : "^7.18.2",
"@babel/preset-typescript" : "^7.17.12",
"@babel/runtime" : "^7.18.3",
"@testing-library/jest-dom" : "^5.16.4",
"@babel/core" : "^7.18.10",
"@babel/preset-env" : "^7.18.10",
"@babel/preset-typescript" : "^7.18.6",
"@babel/runtime" : "^7.18.9",
"@testing-library/jest-dom" : "^5.16.5",
"@testing-library/react" : "^13.3.0",
"@testing-library/user-event" : "^14.2.0",
"@testing-library/user-event" : "^14.4.3",
"@tsconfig/create-react-app" : "^1.0.2",
"@types/jest" : "^28.1.1",
"@types/node" : "^18.0.0",
"@types/react" : "^18.0.12",
"@types/react-dom" : "^18.0.5",
"@types/jest" : "^28.1.7",
"@types/node" : "^18.7.6",
"@types/react" : "^18.0.17",
"@types/react-dom" : "^18.0.6",
"@types/react-test-renderer" : "^18.0.0",
"babel-jest" : "^28.1.1",
"electron" : "^20.0.0",
"electron-builder" : "^23.0.3",
"babel-jest" : "^28.1.3",
"electron" : "^20.0.2",
"electron-builder" : "^23.3.3",
"electron-devtools-installer" : "^3.2.0",
"eslint" : "^8.17.0",
"eslint" : "^8.22.0",
"eslint-plugin-import" : "^2.26.0",
"eslint-plugin-jest" : "^26.5.3",
"eslint-plugin-jest" : "^26.8.3",
"eslint-plugin-jest-dom" : "^4.0.2",
"eslint-plugin-prefer-arrow" : "^1.2.3",
"eslint-plugin-react" : "^7.30.0",
"eslint-plugin-react" : "^7.30.1",
"eslint-plugin-react-hooks" : "^4.5.0",
"eslint-plugin-testing-library" : "^5.5.1",
"eslint-plugin-unicorn" : "^43.0.0",
"eslint-plugin-testing-library" : "^5.6.0",
"eslint-plugin-unicorn" : "^43.0.2",
"jest-fetch-mock" : "^3.0.3",
"jest" : "^28.1.1",
"jest-environment-jsdom" : "^28.1.1",
"jest" : "^28.1.3",
"jest-environment-jsdom" : "^28.1.3",
"react-app-rewired" : "^2.2.1",
"react-scripts" : "^5.0.1",
"react-test-renderer" : "^18.1.0",
"typescript" : "^4.7.3"
"react-test-renderer" : "^18.2.0",
"typescript" : "^4.7.4"
},
"jest" : {
"collectCoverage" : true,
Expand Down

0 comments on commit 37400ce

Please sign in to comment.