Skip to content

Commit

Permalink
Remove a few yarn packages and unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed May 25, 2024
1 parent b69c34b commit b3a87d6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 51 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
3 changes: 0 additions & 3 deletions app/javascript/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ application.register("navbar-link", NavbarLinkController)
import PagyController from "./pagy_controller"
application.register("pagy", PagyController)

import SearchCountriesController from "./search_countries_controller"
application.register("search-countries", SearchCountriesController)

import SearchLocationsController from "./search_locations_controller"
application.register("search-locations", SearchLocationsController)
39 changes: 0 additions & 39 deletions app/javascript/controllers/search_countries_controller.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"choices.js": "^10.2.0",
"cssnano": "^7.0.1",
"esbuild": "^0.19.3",
"lodash": "^4.17.21",
"nodemon": "^3.0.1",
"postcss": "^8.4.30",
"postcss-cli": "^10.1.0",
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ __metadata:
choices.js: ^10.2.0
cssnano: ^7.0.1
esbuild: ^0.19.3
lodash: ^4.17.21
nodemon: ^3.0.1
postcss: ^8.4.30
postcss-cli: ^10.1.0
Expand Down Expand Up @@ -1478,13 +1477,6 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:^4.17.21":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
languageName: node
linkType: hard

"lru-cache@npm:^6.0.0":
version: 6.0.0
resolution: "lru-cache@npm:6.0.0"
Expand Down

0 comments on commit b3a87d6

Please sign in to comment.