Skip to content

Commit

Permalink
Updated eslint & typescript versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JabDoesThings authored and JabDoesThings committed Jan 21, 2024
1 parent 5e257a3 commit 6481325
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"watch": "npm run clean && tsc --watch"
},
"author": "Konijima",
"contributors": [
"JabDoesThings"
],
"license": "Apache License Version 2.0",
"funding": {
"type": "paypal",
Expand Down Expand Up @@ -43,10 +46,10 @@
"devDependencies": {
"@types/node": "^18.7.5",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"del-cli": "^4.0.1",
"typescript": "^4.7.4"
"typescript": "^5.3.3"
}
}

0 comments on commit 6481325

Please sign in to comment.