Skip to content

Commit

Permalink
Remove unused npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Jan 3, 2025
1 parent 7836a00 commit b20b11c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 111 deletions.
3 changes: 0 additions & 3 deletions app/javascript/initializers/color-palette.js

This file was deleted.

1 change: 0 additions & 1 deletion app/javascript/initializers/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { default as turboScrollSmoothWorkaround } from './turbo-scroll-smooth-workaround';
export { default as registerServiceWorker } from './serviceworker-companion';
import './color-palette';
52 changes: 0 additions & 52 deletions app/javascript/utils/color-palette.js

This file was deleted.

1 change: 0 additions & 1 deletion app/javascript/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './color-palette';
export * from './debug';
export * from './plausible';
export * from './debounce';
Expand Down
59 changes: 7 additions & 52 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"@babel/preset-env": "^7.26.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.12",
"chroma-js": "^2.4.2",
"debug": "^4.4.0",
"dracula-ui": "^1.0.6",
"html-to-image": "^1.11.11",
"postcss-import": "^16.1.0",
"rails_admin": "^3.3.0",
Expand All @@ -18,6 +16,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"autoprefixer": "^10.4.20",
"chroma-js": "^3.1.2",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
Expand Down

0 comments on commit b20b11c

Please sign in to comment.