Skip to content

Commit

Permalink
Merge pull request #1655 from monocle/upgrade
Browse files Browse the repository at this point in the history
Upgrade almost all frontend dependencies
  • Loading branch information
KentShikama authored Jan 20, 2023
2 parents a72999a + 7da9f14 commit 77cccb4
Show file tree
Hide file tree
Showing 31 changed files with 6,787 additions and 18,651 deletions.
21,783 changes: 4,707 additions & 17,076 deletions src/frontend/package-lock.json

Large diffs are not rendered by default.

48 changes: 25 additions & 23 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,39 @@
"private": true,
"proxy": "http://expungeservice:5000",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@reach/disclosure": "^0.10.5",
"@reduxjs/toolkit": "^1.2.1",
"@types/jest": "24.0.23",
"@types/lodash": "^4.14.149",
"@types/node": "12.12.14",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/react-redux": "^7.1.5",
"@fortawesome/fontawesome-free": "^6.2.1",
"@reduxjs/toolkit": "^1.9.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-redux": "^7.1.25",
"@types/react-router-dom": "^5.1.2",
"@types/react-router-hash-link": "^1.2.1",
"@types/react-test-renderer": "^16.9.1",
"@types/redux-mock-store": "^1.0.1",
"axios": "^0.19.0",
"husky": "^2.4.1",
"@types/react-router-hash-link": "^2.0.0",
"@types/react-test-renderer": "^18.0.0",
"@types/redux-mock-store": "^1.0.3",
"axios": "^1.2.3",
"husky": "^8.0.3",
"js-file-download": "^0.4.12",
"lint-staged": "^8.2.1",
"lint-staged": "^13.1.0",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dev-utils": "10.1.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.2",
"prettier": "^2.0.5",
"react": "^18.2.0",
"react-dev-utils": "12.0.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^2.0.0",
"react-scripts": "^5.0.1",
"react-test-renderer": "^16.11.0",
"redux": "^4.0.5",
"react-test-renderer": "^18.2.0",
"redux": "^4.2.0",
"redux-mock-store": "^1.5.4",
"reselect": "^4.0.0",
"reselect": "^4.1.7",
"sass": "^1.57.1",
"tachyons": "^4.11.1",
"typescript": "^4.9.4"
Expand Down
Loading

0 comments on commit 77cccb4

Please sign in to comment.