Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
To get started:

yarn install
yarn dev


# React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
"preview": "vite preview"
},
"dependencies": {
"@cfpb/design-system-react": "git+https://github.com/cfpb/design-system-react#chore/fix-slug-component-578",
"@cfpb/design-system-react": "git+https://github.com/cfpb/design-system-react#vcc-link-context",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "^8.0.1"
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/node": "^24.13.2",
Expand Down
41 changes: 8 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,16 @@ __metadata:
languageName: node
linkType: hard

"@cfpb/design-system-react@git+https://github.com/cfpb/design-system-react#chore/fix-slug-component-578":
version: 1.0.7
resolution: "@cfpb/design-system-react@https://github.com/cfpb/design-system-react.git#commit=d8b31c0466f7739d0073b52ba708d60571fe3ef9"
"@cfpb/design-system-react@git+https://github.com/cfpb/design-system-react#vcc-link-context":
version: 1.0.4
resolution: "@cfpb/design-system-react@https://github.com/cfpb/design-system-react.git#commit=4444b40e9f92c1f9656ed2d013c5f0c93388e344"
dependencies:
react-select: "npm:^5.10.2"
peerDependencies:
"@cfpb/cfpb-design-system": 5.6.1
lit: ^3.3.3
react: 19.2.7
react-dom: ^19.2.3
react-router: ^7.18.0
checksum: 10/e2062dbd76aa62bf83dae70f1cf5ebfeec3ec9b3b986b39d29461a57dd2566fb24fe51845c4e132aa6a7a78a94310e25814e8bdeb15d4aa92173dfd396979826
"@cfpb/cfpb-design-system": 5.3.2
react: ^19.2.4
react-dom: ^19.2.4
checksum: 10/766631a3578d1198a3dfdb0237b1b9d726542eadea0a2ecc0c3ef1f7440b26e8af3d847cadc29f5d722d22698c15e4c1a274f11c9cc530ab8ea7b8f73766b7fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -720,13 +718,6 @@ __metadata:
languageName: node
linkType: hard

"cookie-es@npm:^3.1.1":
version: 3.1.1
resolution: "cookie-es@npm:3.1.1"
checksum: 10/e40083c42d0e3a4b3caa271775858f8e6cdd31f24b9c445ff08d7a8f4dc01069fc82012bdf1602d5a03fa1d75aba51a3dd33cd8a5db639db2ed17bcfd650f4bc
languageName: node
linkType: hard

"cosmiconfig@npm:^7.0.0":
version: 7.1.0
resolution: "cosmiconfig@npm:7.1.0"
Expand Down Expand Up @@ -780,15 +771,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "dsr-test@workspace:."
dependencies:
"@cfpb/design-system-react": "git+https://github.com/cfpb/design-system-react#chore/fix-slug-component-578"
"@cfpb/design-system-react": "git+https://github.com/cfpb/design-system-react#vcc-link-context"
"@types/node": "npm:^24.13.2"
"@types/react": "npm:^19.2.17"
"@types/react-dom": "npm:^19.2.3"
"@vitejs/plugin-react": "npm:^6.0.2"
oxlint: "npm:^1.69.0"
react: "npm:^19.2.7"
react-dom: "npm:^19.2.7"
react-router: "npm:^8.0.1"
typescript: "npm:~6.0.2"
vite: "npm:^8.1.0"
languageName: unknown
Expand Down Expand Up @@ -1344,21 +1334,6 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:^8.0.1":
version: 8.0.1
resolution: "react-router@npm:8.0.1"
dependencies:
cookie-es: "npm:^3.1.1"
peerDependencies:
react: ">=19.2.7"
react-dom: ">=19.2.7"
peerDependenciesMeta:
react-dom:
optional: true
checksum: 10/1dbeccf7d351b5e1e9950179990d903727ebe152439044e46548776b765bc04bc0139a5064eb7f8720f928136c2cb43aa9175e961e475f797e5bfd6ff03612fa
languageName: node
linkType: hard

"react-select@npm:^5.10.2":
version: 5.10.2
resolution: "react-select@npm:5.10.2"
Expand Down