@sapphire/ts-config 5.0.2-next.f83936db.0 → 5.0.2-next.ff2c792d

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 +0 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -7,7 +7,6 @@
7
7
  **TypeScript configuration for all Sapphire Community repositories.**
8
8
 
9
9
  [![GitHub](https://img.shields.io/github/license/sapphiredev/utilities)](https://github.com/sapphiredev/utilities/blob/main/LICENSE.md)
10
- [![codecov](https://codecov.io/gh/sapphiredev/utilities/branch/main/graph/badge.svg?token=OEGIV6RFDO)](https://codecov.io/gh/sapphiredev/utilities)
11
10
  [![npm bundle size](https://img.shields.io/bundlephobia/min/@sapphire/ts-config?logo=webpack&style=flat-square)](https://bundlephobia.com/result?p=@sapphire/ts-config)
12
11
  [![npm](https://img.shields.io/npm/v/@sapphire/ts-config?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@sapphire/ts-config)
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/ts-config",
3
- "version": "5.0.2-next.f83936db.0",
3
+ "version": "5.0.2-next.ff2c792d",
4
4
  "description": "Shareable TypeScript configuration for the Sapphire Community",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -47,8 +47,8 @@
47
47
  "check-update": "cliff-jumper --dry-run"
48
48
  },
49
49
  "dependencies": {
50
- "tslib": "^2.6.2",
51
- "typescript": "^5.4.5"
50
+ "tslib": "^2.8.1",
51
+ "typescript": "~5.4.5"
52
52
  },
53
53
  "files": [
54
54
  "src",
@@ -80,11 +80,11 @@
80
80
  "access": "public"
81
81
  },
82
82
  "devDependencies": {
83
- "@favware/cliff-jumper": "^3.0.3",
84
- "@sapphire/eslint-config": "^5.0.4",
85
- "@sapphire/eslint-plugin-result": "^2.0.3",
86
- "@vitest/coverage-v8": "^1.6.0",
87
- "typedoc-json-parser": "^10.0.0",
88
- "vitest": "^1.6.0"
83
+ "@favware/cliff-jumper": "^5.0.0",
84
+ "@sapphire/eslint-config": "^5.0.5",
85
+ "@sapphire/eslint-plugin-result": "^2.0.4",
86
+ "@vitest/coverage-v8": "^2.1.8",
87
+ "typedoc-json-parser": "^10.2.0",
88
+ "vitest": "^2.1.8"
89
89
  }
90
90
  }