@sapphire/eslint-config 5.0.7-next.038daf1c → 5.0.7-next.bab0bd45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- # [@sapphire/eslint-config@5.0.6](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-config@5.0.5...@sapphire/eslint-config@5.0.6) - (2025-05-07)
5
+ # [@sapphire/eslint-config@5.0.6](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-config@5.0.5...@sapphire/eslint-config@5.0.6) - (2025-05-08)
6
6
 
7
7
  ## 🐛 Bug Fixes
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/eslint-config",
3
- "version": "5.0.7-next.038daf1c",
3
+ "version": "5.0.7-next.bab0bd45",
4
4
  "description": "Standard ESLint config for the Sapphire Community",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "@typescript-eslint/eslint-plugin": "^7.18.0",
29
29
  "@typescript-eslint/parser": "^7.18.0",
30
30
  "eslint": "^8.57.1",
31
- "eslint-config-prettier": "^10.1.3",
31
+ "eslint-config-prettier": "^10.1.5",
32
32
  "eslint-plugin-prettier": "^5.4.0",
33
33
  "prettier": "^3.5.3",
34
34
  "typescript": "~5.4.5"