Skip to content

Commit

Permalink
Chore: Fix knip boostrap dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
ledjay committed Feb 12, 2025
1 parent 4331388 commit 61f7340
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
3 changes: 2 additions & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"algoliasearch": "^5.14.2",
"autosuggest-highlight": "^3.1.1",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"eva-icons": "^1.1.3",
"flag-icons": "^7.2.3",
"google-oauth-gsi": "^4.0.0",
Expand Down Expand Up @@ -141,8 +142,8 @@
"redux-saga-test-plan": "^4.0.5",
"sass": "^1.80.4",
"sharp": "^0.33.5",
"typescript-plugin-css-modules": "^5.1.0",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
"wait-on": "^8.0.1"
},
"volta": {
Expand Down
3 changes: 2 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"remixicon",
"sharp",
"tailwindcss",
"typescript-plugin-css-modules"
"typescript-plugin-css-modules",
"bootstrap"
]
},
"apps/mobile": {
Expand Down
22 changes: 17 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 61f7340

Please sign in to comment.