forked from themesberg/flowbite-react
-
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.
Core: update packages + fixes (themesberg#1423)
* chore: improve core: - up packages - fix `turbo.json` config files due to package version update - remove `React.FC` from `apps/web` - format and fix all classNames that had double space or class duplicates * chore: rebuild lock file * downgrade bun version * test bun version rollback for failure * up bun version + some ui packages * downgrade `execa` - vercel deploy fix #1 * revert `execa`, downgrade `storybook` - vercel deploy fix themesberg#2 * rollback `turbo` - vercel deploy fix themesberg#3 * revert `turbo` - vercel deploy fix themesberg#4 * up storybook * rebuild lock file * restore lock file + run `bun i` * nvm rebuild lock file back * rebuild lock * rollback to stable versions * rollback to safe lock file and run `bun i` * rollback to safe lock file and run `bun i` * rebuild healthy lock file + install latest packages (except `eslint@9` due to new config file structure)
- Loading branch information
1 parent
e14e85e
commit dc718a7
Showing
10 changed files
with
30 additions
and
29 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"extends": ["//"], | ||
"pipeline": { | ||
"tasks": { | ||
"build": { | ||
"outputs": ["dist/**"] | ||
} | ||
|