Skip to content

Commit

Permalink
Fix: Package Versions (Newer Versions Not Working anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Oct 12, 2024
1 parent 5e6286a commit a25297f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"lint": "eslint src/*.js"
},
"devDependencies": {
"jest": "^29.7.0",
"eslint": "^9.8.0",
"@stylistic/eslint-plugin": "^2.4.0"
"jest": "29.7.0",
"eslint": "9.8.0",
"@stylistic/eslint-plugin": "2.4.0"
}
}

0 comments on commit a25297f

Please sign in to comment.