Skip to content

Conversation

@MisakaVan
Copy link
Owner

This pull request introduces new dependencies and updates to the package-lock.json and package.json files, along with a minor change in the HeroCarousel.vue component. The most significant changes involve adding the qs library and its related dependencies, as well as removing the crossorigin attribute from an image tag in the frontend.

Dependency Updates:

  • Added the qs library (^6.11.0) to the project dependencies in package.json and package-lock.json. This library is used for query string parsing and stringifying. [1] [2] [3]
  • Introduced new dependencies in package-lock.json:
    • call-bound (1.0.4), which includes helper utilities.
    • object-inspect (1.13.4), used for object inspection.
    • side-channel (1.1.0) and its sub-dependencies (side-channel-list, side-channel-map, side-channel-weakmap), which provide utilities for managing side channels.

Component Update:

  • Removed the crossorigin="anonymous" attribute from the image tag in HeroCarousel.vue, likely to address a specific use case or compatibility issue.

@MisakaVan MisakaVan merged commit 144579b into main May 25, 2025
1 check passed
@MisakaVan MisakaVan deleted the fix-frontend branch May 25, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants