Skip to content

Commit

Permalink
fix: Upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcos committed Jun 16, 2024
1 parent d416333 commit 337ae40
Show file tree
Hide file tree
Showing 10 changed files with 731 additions and 1,103 deletions.
9 changes: 5 additions & 4 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const deps = [
'eslint-plugin-json-schema-validator',
'eslint-plugin-jsonc',
'eslint-plugin-json-files',
'eslint-plugin-node',
// 'eslint-plugin-node',
'eslint-plugin-promise',
'eslint-plugin-sonarjs@^0',
'eslint-plugin-unicorn',
Expand All @@ -26,9 +26,10 @@ const deps = [
'eslint-define-config',
'eslint-plugin-tailwindcss',
'@rushstack/eslint-patch',
'eslint-config-canonical',
'eslint-config-canonical@42',
'eslint-plugin-readable-tailwind',
'eslint-plugin-simple-import-sort',
'eslint-plugin-deprecation',
]
const project = new (class extends TypeScriptProject {
override preSynthesize() {
Expand Down
Loading

0 comments on commit 337ae40

Please sign in to comment.