-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: restore installability of package (#983)
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. Lastly, this change fixes string-width and wrap-ansi at specific resolutions, to overcome the "string-width-error" once more.
- Loading branch information
1 parent
b634a7f
commit e4d8117
Showing
3 changed files
with
392 additions
and
3,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.