Skip to content

Commit

Permalink
chore(deps): update all, exclude eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Apr 16, 2024
1 parent a1fdb49 commit 8ffc31b
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 779 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ updates:
- dependency-name: "@types/node"
update-types:
- "version-update:semver-major"
- dependency-name: "eslint"
update-types:
- "version-update:semver-major"

- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"author": "",
"license": "",
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186",
"packageManager": "yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781",
"scripts": {
"dev": "ts-node-dev src/index.ts",
"start": "NODE_ENV=production node build/index.js",
Expand All @@ -16,12 +16,12 @@
"format:check": "prettier . --check"
},
"devDependencies": {
"@nihalgonsalves/esconfig": "^0.9.5",
"@nihalgonsalves/esconfig": "^0.9.6",
"@types/node": "20",
"eslint": "^8.57.0",
"lefthook": "^1.6.7",
"lefthook": "^1.6.10",
"prettier": "^3.2.5",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 8ffc31b

Please sign in to comment.