-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dev dependencies to latest (#2603)
* chore: updated typescript eslint (#2600) * chore: updated sonarjs eslint, configured/fixed new errors (#2600) * chore: updated other eslint plugins (#2600) * chore: updated, configured, reran prettier (#2600) * chore: updated types/node (#2600) * chore: updated got (#2600) * chore: updated commitlint (#2600) * fix: fixed commitlint version (#2600) * chore: updated husky (#2600) * chore: update remark-gfm (#2600) * chore: resolve husky deprecation alert (#2600) * chore: updated @digitak/esrun (#2600) * chore: updated remaining typing dependencies (#2600) * fix: moved dependencies used in the app out of devDependencies (#2600) * chore: updated types/react (#2600) * chore: updated next/eslint-plugin-next (#2600) * chore: moved remark dependencies out of devDependencies (#2600) * chore: updated types packages to match the main package version (#2600) * chore: move next-mdx-remote and slugify from dev to prod dependencies (#2600)
- Loading branch information
Showing
11 changed files
with
3,205 additions
and
1,280 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
echo "Checking commit message" | ||
|
||
# Check for issue number | ||
|
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,3 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
echo '🏗️👷 Checking your project before committing' | ||
|
||
# Check Prettier | ||
|
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 +1,3 @@ | ||
{} | ||
{ | ||
"trailingComma": "es5" | ||
} |
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
Oops, something went wrong.