Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v6 (major) (#51)
Browse files Browse the repository at this point in the history
* Update typescript-eslint monorepo to v6

* Update NodeCI.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
  • Loading branch information
renovate[bot] and ota-meshi committed Jul 15, 2023
1 parent 62774a4 commit dc40fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Packages
run: npm install --legacy-peer-deps
- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"@types/prismjs": "^1.16.6",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"chai": "^4.3.4",
"escape-html": "^1.0.3",
"eslint": "^8.3.0",
Expand Down

0 comments on commit dc40fd6

Please sign in to comment.