-
-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade * Update storybook * Update @svgr/webpack * Update vitest * Update playwright * Update Redux * Update Husky * Update Typescript * Update types * Fix Husky * Remove next-transpile-modules * Update next-translate * Fix sitemap generation issue * Update next-seo * Update react-hotkeys-hook * Update lint-staged * Update Remotion * Update postcss, sass and sass-loader * Update @next/bundle-analyzer * Fix video thumbnails * Solve merge conflict changes * Fix tests failing issue
- Loading branch information
1 parent
61b0df2
commit f7facc7
Showing
82 changed files
with
5,366 additions
and
5,109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint-staged |
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,8 +1,8 @@ | ||
// .storybook/manager.js | ||
|
||
import { addons } from '@storybook/addons'; | ||
import { addons } from '@storybook/manager-api'; | ||
import theme from './QDCTheme'; | ||
|
||
addons.setConfig({ | ||
theme, | ||
}); | ||
}); |
File renamed without changes.
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.