Skip to content

Commit

Permalink
Merge pull request #258 from Eastern-Research-Group/feature/apply-pac…
Browse files Browse the repository at this point in the history
…kage-updates

Feature/apply package updates
  • Loading branch information
courtneymyers authored Dec 5, 2022
2 parents 7c1266a + 3d196fa commit 2055f96
Show file tree
Hide file tree
Showing 9 changed files with 5,453 additions and 3,043 deletions.
1,299 changes: 742 additions & 557 deletions app/client/package-lock.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epa-csb-client",
"version": "2.0.0",
"version": "2.1.0",
"description": "U.S. EPA Clean School Bus data collection system (client app)",
"homepage": ".",
"license": "CC0-1.0",
Expand All @@ -18,32 +18,32 @@
},
"dependencies": {
"@formio/premium": "1.18.4",
"@formio/react": "5.2.0",
"@formio/uswds": "2.4.6",
"@reach/alert-dialog": "0.16.2",
"@reach/dialog": "0.16.2",
"@reach/tooltip": "0.16.2",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "14.2.3",
"@types/jest": "28.1.5",
"@types/lodash": "4.14.182",
"@types/node": "18.0.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"bootstrap": "5.1.3",
"formiojs": "4.14.5",
"@formio/react": "5.2.3",
"@formio/uswds": "2.4.8",
"@reach/alert-dialog": "0.18.0",
"@reach/dialog": "0.18.0",
"@reach/tooltip": "0.18.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.3",
"@types/lodash": "4.14.191",
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"bootstrap": "5.2.3",
"formiojs": "4.14.10",
"lodash": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-idle-timer": "5.4.1",
"react-markdown": "8.0.3",
"react-router-dom": "6.3.0",
"react-idle-timer": "5.4.2",
"react-markdown": "8.0.4",
"react-router-dom": "6.4.4",
"react-scripts": "5.0.1",
"remark-gfm": "3.0.1",
"typescript": "4.7.4",
"typescript": "4.9.3",
"uswds": "2.13.3",
"web-vitals": "2.1.4"
"web-vitals": "3.1.0"
},
"proxy": "http://localhost:3001",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion app/client/src/components/infoTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Tooltip from "@reach/tooltip";
import { Tooltip } from "@reach/tooltip";
import icons from "uswds/img/sprite.svg";

type InfoTooltipProps = {
Expand Down
Loading

0 comments on commit 2055f96

Please sign in to comment.