Skip to content

Commit

Permalink
Merge pull request #133 from daithihearn/updating-dependencies
Browse files Browse the repository at this point in the history
Updating dependencies
  • Loading branch information
daithihearn authored Feb 26, 2023
2 parents db3bded + 29ab22d commit 7778a3a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"license": "MIT",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.12.0",
"@auth0/auth0-react": "1.12.1",
"@coreui/coreui": "^4.2.6",
"@coreui/icons": "^2.1.0",
"@coreui/react": "^4.5.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@coreui/icons": "^3.0.0",
"@coreui/react": "^4.6.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",
"@popperjs/core": "^2.5.4",
"@reduxjs/toolkit": "^1.9.1",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@reduxjs/toolkit": "^1.9.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"@types/react-avatar-editor": "13",
"@types/react-dom": "^18.0.10",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"axios": "0.27.2",
"axios": "1.3.4",
"bootstrap": "^5.2.3",
"chart.js": "^4.1.2",
"core-js": "^3.27.1",
"chart.js": "^4.2.1",
"core-js": "^3.29.0",
"crypto-js": "4.1.1",
"flag-icon-css": "^4.1.7",
"font-awesome": "^4.7.0",
Expand All @@ -41,17 +41,17 @@
"react-data-table-component": "7.5.3",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"react-router": "^6.6.2",
"react-router": "^6.8.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^6.6.2",
"react-router-dom": "^6.8.1",
"react-simple-pull-to-refresh": "^1.3.3",
"react-stomp-hooks": "2.1.0",
"react-viewer": "^3.2.2",
"reactstrap": "9.1.5",
"reactstrap": "9.1.6",
"semantic-ui-css": "^2.4.1",
"simple-line-icons": "^2.5.5",
"styled-components": "^5.2.3",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"uuid-random": "^1.3.2"
},
"devDependencies": {
Expand All @@ -64,7 +64,7 @@
"enzyme-adapter-react-16": "^1.15.7",
"node-sass-chokidar": "^2.0.0",
"npm-run-all": "^4.1.3",
"prettier": "^2.8.1",
"prettier": "^2.8.4",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down

0 comments on commit 7778a3a

Please sign in to comment.