Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 3, 2023
1 parent a9ad7c6 commit 20045d2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.7.5",
"@typescript-eslint/parser": "~6.7.5"
"@supercharge/eslint-config": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1"
},
"peerDependencies": {
"eslint": "8.x"
Expand All @@ -21,11 +21,11 @@
"@japa/run-failed-tests": "~1.1.1",
"@japa/runner": "~2.5.1",
"@japa/spec-reporter": "~1.3.3",
"@supercharge/tsconfig": "~5.0.0",
"@types/eslint": "~8.44.4",
"eslint": "~8.51.0",
"@supercharge/tsconfig": "^5.0.0",
"@types/eslint": "^8.44.8",
"eslint": "^8.55.0",
"expect": "~29.7.0",
"typescript": "~5.2.2"
"typescript": "^5.3.2"
},
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 20045d2

Please sign in to comment.