Skip to content

Commit

Permalink
Merge pull request #290 from jaredwray/upgrading-eslint-to-8.57.0
Browse files Browse the repository at this point in the history
upgrading eslint to 8.57.0
  • Loading branch information
jaredwray authored Mar 7, 2024
2 parents c53a79c + 61aea63 commit 41f8ac6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"website:serve": "rimraf ./site/readme.md && npx -y docula serve -s ./site -o ./dist-site"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-v8": "^1.3.1",
"docula": "^0.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-xo": "^0.44.0",
"eslint-config-xo-typescript": "^2.0.0",
"eslint-config-xo-typescript": "^3.0.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
Expand Down

0 comments on commit 41f8ac6

Please sign in to comment.