@sapphire/ts-config 3.4.0-next.b0e3112.0 → 3.4.0-next.b25cdbe.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.
- package/README.md +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -242,6 +242,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
242
242
|
<tr>
|
|
243
243
|
<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>
|
|
244
244
|
<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>
|
|
245
|
+
<td align="center"><a href="https://steamcommunity.com/id/06000208"><img src="https://avatars.githubusercontent.com/u/52764066?v=4?s=100" width="100px;" alt=""/><br /><sub><b>amber</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=06000208" title="Code">💻</a></td>
|
|
245
246
|
</tr>
|
|
246
247
|
</table>
|
|
247
248
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/ts-config",
|
|
3
|
-
"version": "3.4.0-next.
|
|
3
|
+
"version": "3.4.0-next.b25cdbe.0",
|
|
4
4
|
"description": "Shareable TypeScript configuration for the Sapphire Community",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"tslib": "^2.4.1",
|
|
38
|
-
"typescript": "^4.
|
|
38
|
+
"typescript": "^4.9.4"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"tsconfig.json",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@favware/cliff-jumper": "^1.
|
|
72
|
-
"@sapphire/eslint-config": "^4.3.9-next.
|
|
73
|
-
"@vitest/coverage-c8": "^0.
|
|
74
|
-
"vitest": "^0.
|
|
71
|
+
"@favware/cliff-jumper": "^1.9.0",
|
|
72
|
+
"@sapphire/eslint-config": "^4.3.9-next.b25cdbe.0",
|
|
73
|
+
"@vitest/coverage-c8": "^0.26.2",
|
|
74
|
+
"vitest": "^0.26.2"
|
|
75
75
|
}
|
|
76
76
|
}
|