@sapphire/eslint-config 4.3.9-next.7ea90f6.0 β†’ 4.3.9-next.7fb7d2c.0

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/README.md +6 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -125,6 +125,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
125
125
  <td align="center"><a href="https://enes.ovh/"><img src="https://avatars.githubusercontent.com/u/61084101?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Enes GenΓ§</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=enxg" title="Code">πŸ’»</a></td>
126
126
  <td align="center"><a href="https://github.com/muchnameless"><img src="https://avatars.githubusercontent.com/u/12682826?v=4?s=100" width="100px;" alt=""/><br /><sub><b>muchnameless</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=muchnameless" title="Code">πŸ’»</a></td>
127
127
  <td align="center"><a href="https://github.com/r-priyam"><img src="https://avatars.githubusercontent.com/u/50884372?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Priyam</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=r-priyam" title="Code">πŸ’»</a></td>
128
+ <td align="center"><a href="https://github.com/legendhimslef"><img src="https://avatars.githubusercontent.com/u/69213593?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Voxelli</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=legendhimslef" title="Code">πŸ’»</a></td>
129
+ <td align="center"><a href="https://github.com/CitTheDev"><img src="https://avatars.githubusercontent.com/u/94020875?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Cit The Dev</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=CitTheDev" title="Code">πŸ’»</a></td>
130
+ </tr>
131
+ <tr>
132
+ <td align="center"><a href="https://www.goestav.com/"><img src="https://avatars.githubusercontent.com/u/27970303?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Goestav</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=goestav" title="Code">πŸ’»</a></td>
133
+ <td align="center"><a href="https://github.com/didinele"><img src="https://avatars.githubusercontent.com/u/27137376?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DD</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=didinele" title="Code">πŸ’»</a></td>
128
134
  </tr>
129
135
  </table>
130
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/eslint-config",
3
- "version": "4.3.9-next.7ea90f6.0",
3
+ "version": "4.3.9-next.7fb7d2c.0",
4
4
  "description": "Standard ESLint config for the Sapphire Community",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -20,9 +20,9 @@
20
20
  "check-update": "cliff-jumper --dry-run"
21
21
  },
22
22
  "dependencies": {
23
- "@typescript-eslint/eslint-plugin": "^5.39.0",
24
- "@typescript-eslint/parser": "^5.39.0",
25
- "eslint": "^8.25.0",
23
+ "@typescript-eslint/eslint-plugin": "^5.42.1",
24
+ "@typescript-eslint/parser": "^5.42.1",
25
+ "eslint": "^8.27.0",
26
26
  "eslint-config-prettier": "^8.5.0",
27
27
  "eslint-plugin-prettier": "^4.2.1",
28
28
  "prettier": "^2.7.1",
@@ -60,8 +60,8 @@
60
60
  },
61
61
  "devDependencies": {
62
62
  "@favware/cliff-jumper": "^1.8.8",
63
- "@vitest/coverage-c8": "^0.24.0",
64
- "tsup": "^6.2.3",
65
- "vitest": "^0.24.0"
63
+ "@vitest/coverage-c8": "^0.25.1",
64
+ "tsup": "^6.4.0",
65
+ "vitest": "^0.25.1"
66
66
  }
67
67
  }