Skip to content

Commit

Permalink
Remove canvas-confetti package (#617)
Browse files Browse the repository at this point in the history
feat: remove the package

Co-authored-by: orig <[email protected]>
  • Loading branch information
origranot and orig authored Dec 18, 2023
1 parent fb0440b commit 1040ea6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
21 changes: 0 additions & 21 deletions apps/frontend/src/lib/confetti.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineConfig(({ mode }) => {
'process.env.NODE_ENV': JSON.stringify(mode),
},
optimizeDeps: {
include: ['canvas-confetti'],
include: [],
},
server: {
fs: {
Expand Down
17 changes: 0 additions & 17 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@tailwindcss/typography": "^0.5.10",
"@tsconfig/docusaurus": "^2.0.0",
"@types/bcryptjs": "^2.4.3",
"@types/canvas-confetti": "^1.6.1",
"@types/cookie-parser": "^1.4.4",
"@types/express": "^4.17.17",
"@types/jest": "^29.4.0",
Expand Down Expand Up @@ -82,7 +81,6 @@
"bcryptjs": "^2.4.3",
"cache-manager": "^5.3.1",
"cache-manager-redis-store": "^3.0.1",
"canvas-confetti": "^1.6.0",
"class-validator": "^0.14.0",
"clsx": "^2.0.0",
"cookie-parser": "^1.4.6",
Expand Down

0 comments on commit 1040ea6

Please sign in to comment.