Skip to content

Commit

Permalink
chore: upgrade dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Apr 24, 2024
1 parent 2c0bc23 commit 024da7f
Show file tree
Hide file tree
Showing 13 changed files with 1,176 additions and 722 deletions.
4 changes: 3 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"indentifies",
"stylelintignore",
"notcss",
"stylelintcache"
"stylelintcache",
"eslintcache",
"autocrlf"
],

"ignorePaths": [
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ jobs:
node-version: [18.x, 20.x, 21.x]
stylelint-version: [13.x, 14.x, 15.x, 16.x]
webpack-version: [latest]
exclude:
- stylelint-version: 16.x
node-version: 18.x

runs-on: ${{ matrix.os }}

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
.cspellcache
.eslintcache

Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no-install commitlint --edit $1
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no-install lint-staged
6 changes: 0 additions & 6 deletions husky.config.js

This file was deleted.

Loading

0 comments on commit 024da7f

Please sign in to comment.