Skip to content

Commit

Permalink
Merge pull request #287 from theodore-s-beers/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
theodore-s-beers committed Jan 6, 2024
2 parents 4ee4daf + 6f488c7 commit 9a22506
Show file tree
Hide file tree
Showing 8 changed files with 401 additions and 456 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"Teşrin",
"Theo",
"Tishrei",
"TRIVY",
"Tunguz",
"unical",
"wday",
Expand Down
8 changes: 7 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ APPLY_FIXES: none # all, none, or list of linter keys
SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass
DISABLE_LINTERS: ['HTML_DJLINT', 'REPOSITORY_CHECKOV', 'TYPESCRIPT_STANDARD']
DISABLE_LINTERS:
[
'HTML_DJLINT',
'REPOSITORY_CHECKOV',
'REPOSITORY_TRIVY',
'TYPESCRIPT_STANDARD'
]
FILTER_REGEX_EXCLUDE: (sw\.js|workbox-.*\.js|pnpm-lock\.yaml|.*\.min\..*)
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"esbuild": "^0.19.7",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.3.3",
"unical": "github:theodore-s-beers/unical"
}
}
Loading

0 comments on commit 9a22506

Please sign in to comment.