Skip to content

Commit

Permalink
deps: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Oct 3, 2024
1 parent 5c15bbc commit cf76617
Show file tree
Hide file tree
Showing 389 changed files with 1,313 additions and 3,114 deletions.
5 changes: 0 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/usr/bin/env sh

# shellcheck disable=SC1090
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
3 changes: 0 additions & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"ecmel.vscode-html-css",
"ellreka.tailwindcss-highlight",
"esbenp.prettier-vscode",
"formulahendry.auto-rename-tag",
"github.copilot",
"github.vscode-pull-request-github",
"gruntfuggly.todo-tree",
Expand All @@ -30,7 +29,6 @@
"orta.vscode-jest",
"ow.vscode-subword-navigation",
"pustelto.bracketeer",
"sburg.vscode-javascript-booster",
"sleistner.vscode-fileutils",
"stkb.rewrap",
"streetsidesoftware.code-spell-checker",
Expand All @@ -41,7 +39,6 @@
"visualstudioexptteam.vscodeintellicode",
"wmaurer.change-case",
"yzhang.markdown-all-in-one",
"stylelint.vscode-stylelint",
"figma.figma-vscode-extension"
]
}
58 changes: 36 additions & 22 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[json]": {
"[json5]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json5]": {
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
Expand All @@ -23,18 +23,26 @@
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"css.validate": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.markdownlint": "explicit",
"source.fixAll.shellcheck": "explicit",
"source.fixAll.stylelint": "explicit"
},
"editor.codeActionsOnSave": [
"source.organizeLinkDefinitions",
"source.addMissingImports.ts",
"source.removeUnusedImports",
"source.removeUnused.ts",
"source.fixAll.eslint",
"source.fixAll.markdownlint",
"source.fixAll.shellcheck",
"source.fixAll.ts",
"source.fixAll.sortJSON",
"source.formatDocument"
],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.formatOnType": true,
"editor.quickSuggestions": {
"strings": "on"
"comments": false,
"other": true,
"strings": true
},
"editor.tabSize": 2,
"eslint.lintTask.enable": true,
Expand Down Expand Up @@ -67,36 +75,42 @@
"javascript.validate.enable": false,
"less.validate": false,
"markdownlint.config": {
"default": true,
"MD001": false,
"MD013": false,
"MD025": false,
"MD028": false,
"MD029": false,
"MD033": false
"MD033": false,
"default": true
},
"scss.validate": false,
"search.exclude": {
"**/*-snapshots": true,
"**/.yarn": true,
"**/build": true,
"**/dist": true,
"**/node_modules": true,
"**/out": true,
"**/storybook-static": true
},
"tailwindCSS.rootFontSize": 8,
"tailwindCSS.experimental.classRegex": [
["\\S*[Cc]lass[nN]ame\\S* = \\[([\\s\\S]+?)(?=][\\n;.])", "'([^']*)'"],
["\\S*[Cc]lass[nN]ame\\S* = {([\\s\\S]+?)}\\s", "'([^']*)'"],
"\\S*[Cc]lass[nN]ame\\S* ?[:=] ['`](.*)['`]",
[
"(?:\\b(?:const|let|var)\\s+)?[\\w$_]*(?:[Ss]tyles?|[Cc]lasses?|[Cc]lass[nN]ames?)[\\w\\d]*\\s*(?:=|\\+=)\\s*['\"]([^'\"]*)['\"]"
],
[
"(?:[Ss]tyles?|[Cc]lasses?|[Cc]lass[nN]ames?)\\s*(?::\\s*[^=]+)?\\s*=\\s*([^;]*);",
"['\"`]([^'\"`]*)['\"`]"
],
["classList.(?:add|remove)\\(([^)]*)\\)", "(?:'|\"|`)([^\"'`]*)(?:'|\"|`)"],
[
"(?:twMerge|twJoin|cn|cj|classnames)\\(([^)]*)\\)",
"[\"'`]([^\"'`]*)[\"'`]"
],
["clsx\\(.*?\\)(?!\\])", "(?:'|\"|`)([^\"'`]*)(?:'|\"|`)"],
"return '(.*)'",
["return \\(?{([\\s\\S]+?)}\\(?\\s", "'([^']*)'"],
["twMerge\\(([\\s\\S]+?)\\)\\s", "'([^']*)'"],
["twJoin\\(([\\s\\S]+?)\\)\\s", "'([^']*)'"],
["clsx\\(([\\s\\S]+?)\\)\\s", "'([^']*)'"],
["cn\\(([\\s\\S]+?)\\)\\s", "'([^']*)'"],
["cj\\(([\\s\\S]+?)\\)\\s", "'([^']*)'"]
["return \\(?{([\\s\\S]+?)}\\(?\\s", "'([^']*)'"]
],
"tailwindCSS.rootFontSize": 8,
"typescript.format.enable": false,
"typescript.preferences.quoteStyle": "single",
"typescript.tsdk": "node_modules/typescript/lib"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/bl-npm-4.1.0-7f94cdcf3f-b7904e66ed.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit cf76617

Please sign in to comment.