Skip to content

Commit

Permalink
Merge pull request #26 from MetroStar/CSG-1087
Browse files Browse the repository at this point in the history
CSG-1087: Dependency Review - 10/23
  • Loading branch information
jbouder authored Oct 5, 2023
2 parents fcd14fe + 27c4df2 commit f5a82b6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 45 deletions.
77 changes: 39 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
},
"dependencies": {
"@metrostar/comet-data-viz": "1.1.1",
"@metrostar/comet-extras": "1.2.0",
"@metrostar/comet-extras": "1.2.1",
"@metrostar/comet-uswds": "1.5.0",
"@tanstack/react-query": "4.32.0",
"@tanstack/react-query": "4.35.7",
"@tanstack/react-table": "8.9.3",
"@uswds/uswds": "3.6.0",
"axios": "1.4.0",
"axios-mock-adapter": "1.21.5",
"oidc-client-ts": "^2.2.5",
"axios": "1.5.1",
"axios-mock-adapter": "1.22.0",
"oidc-client-ts": "^2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.2",
"react-oidc-context": "^2.2.2",
"react-hook-form": "7.47.0",
"react-oidc-context": "^2.3.1",
"react-router-dom": "6.14.2",
"recoil": "0.7.7"
},
Expand Down Expand Up @@ -79,5 +79,8 @@
"vite-plugin-environment": "1.1.3",
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "4.2.0"
},
"overrides": {
"postcss": "^8.4.31"
}
}

0 comments on commit f5a82b6

Please sign in to comment.