Skip to content

Commit

Permalink
chore: npm run upgrade (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nr9 authored Dec 16, 2023
1 parent 5f24d2a commit c47711f
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 2,748 deletions.
9 changes: 2 additions & 7 deletions .projen/deps.json

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

7 changes: 2 additions & 5 deletions .projen/tasks.json

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

4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const project = new javascript.NodeProject({
description: 'Valian ESLint Config',
repository: 'git+https://github.com/valian-ca/eslint-config.git',

minNodeVersion: '16.x',
minNodeVersion: '18.x',
workflowNodeVersion: 'lts/hydrogen',

authorName: 'Valian',
Expand Down Expand Up @@ -54,7 +54,7 @@ const project = new javascript.NodeProject({
},
},

peerDeps: ['eslint@>=8.50.0', 'typescript@>=4.9.5'],
peerDeps: ['eslint@>=8.55.0', 'typescript@>=5.2.2'],
deps: [
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
Expand Down
Loading

0 comments on commit c47711f

Please sign in to comment.