Skip to content

Commit

Permalink
Merge pull request #221 from vanessatran-ddi/feature/2035
Browse files Browse the repository at this point in the history
feat(#2035): update React setup guide for breaking change 2035
  • Loading branch information
ArakTaiRoth authored Sep 11, 2024
2 parents 74fdc94 + 0343e9a commit a09678d
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 173 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prettier": "npx prettier . --write"
},
"dependencies": {
"@abgov/react-components": "4.24.0",
"@abgov/react-components": "5.0.0",
"@abgov/web-components": "1.25.0",
"@faker-js/faker": "^8.3.1",
"highlight.js": "^11.8.0",
Expand Down
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import {
createRoutesFromElements,
} from "react-router-dom";

import "@abgov/web-components";

import Root from "@routes/root";
import { useMediaQuery } from "@hooks/useMediaQuery";
import { DeviceWidthContext } from "@contexts/DeviceWidthContext";
Expand Down
Loading

0 comments on commit a09678d

Please sign in to comment.