Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Merged
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
129 changes: 56 additions & 73 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@bcgov/bc-sans": "^2.1.0",
"@bcgov/design-system-react-components": "^0.5.0",
"@bcgov/design-system-react-components": "^0.6.0",
"@popperjs/core": "^2.11.8",
"@tanstack/react-router": "^1.114.12",
"@tanstack/router-plugin": "^1.114.27",
Expand All @@ -35,9 +35,9 @@
"vite-tsconfig-paths": "^6.0.0"
},
"devDependencies": {
"@faker-js/faker": "^10.0.0",

Check warning on line 38 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Tests / Frontend Tests

Unused devDependency: @faker-js/faker
"@playwright/test": "^1.51.0",
"@tanstack/react-router-devtools": "^1.114.13",

Check warning on line 40 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Tests / Frontend Tests

Unused devDependency: @tanstack/react-router-devtools
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.4.3",
Expand All @@ -51,14 +51,14 @@
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-cypress": "^5.0.0",

Check warning on line 54 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Tests / Frontend Tests

Unused devDependency: eslint-plugin-cypress
"eslint-plugin-html": "^8.1.2",

Check warning on line 55 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Tests / Frontend Tests

Unused devDependency: eslint-plugin-html
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-tsdoc": "^0.5.0",

Check warning on line 59 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Tests / Frontend Tests

Unused devDependency: eslint-plugin-tsdoc
"globals": "^17.0.0",
"history": "^5.3.0",

Check warning on line 61 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Tests / Frontend Tests

Unused devDependency: history
"jsdom": "^28.0.0",
"msw": "^2.7.3",
"playwright": "^1.51.0",
Expand Down
Loading