Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: restore installability of package #983

Merged
merged 5 commits into from
Aug 12, 2024

Commits on Aug 8, 2024

  1. fix: restore installability of package

    Due to several things, the yarn.lock and package.json
    were out of sync, so that vue-loader was not installed
    anymore by yarn 1 and the build failed consequently.
    
    This change restores the state of the package.json
    before bumping Yarn to 4, and it additionally removes
    "@webpack-cli/generators" which seems to be a remnant of
    bootstrapping the project build.
    
    Also, this change bumps several dependencies to their latest
    resolvable minor versions as i deleted yarn.lock before
    running `yarn install` to have a clean start, again.
    spiess-demos committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    327a418 View commit details
    Browse the repository at this point in the history
  2. chore: CHANGELOG.md

    spiess-demos committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    502281b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    6ec9b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4f48e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0698f0e View commit details
    Browse the repository at this point in the history