Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Mar 10, 2024
1 parent 810d7c9 commit 505315f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"node": ">= 16"
},
"dependencies": {
"@supercharge/eslint-config": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1"
"@supercharge/eslint-config": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1"
},
"peerDependencies": {
"eslint": "8.x"
Expand All @@ -22,10 +22,10 @@
"@japa/runner": "~2.5.1",
"@japa/spec-reporter": "~1.3.3",
"@supercharge/tsconfig": "^5.0.0",
"@types/eslint": "^8.44.8",
"eslint": "^8.55.0",
"@types/eslint": "~8.56.5",
"eslint": "~8.57.0",
"expect": "~29.7.0",
"typescript": "^5.3.2"
"typescript": "^5.4.2"
},
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 505315f

Please sign in to comment.