@sapphire/ts-config 5.0.2-next.f4635450.0 → 5.0.2-next.f5dc58df

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 +9 -11
  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
 
@@ -15,16 +14,15 @@
15
14
 
16
15
  **Table of Contents**
17
16
 
18
- - [@sapphire/ts-config](#sapphirets-config)
19
- - [Installation](#installation)
20
- - [Usage](#usage)
21
- - [Base](#base)
22
- - [Extra Strict](#extra-strict)
23
- - [Decorators](#decorators)
24
- - [Verbatim](#verbatim)
25
- - [Bundler](#bundler)
26
- - [Buy us some doughnuts](#buy-us-some-doughnuts)
27
- - [Contributors](#contributors)
17
+ - [Installation](#installation)
18
+ - [Usage](#usage)
19
+ - [Base](#base)
20
+ - [Extra Strict](#extra-strict)
21
+ - [Decorators](#decorators)
22
+ - [Verbatim](#verbatim)
23
+ - [Bundler](#bundler)
24
+ - [Buy us some doughnuts](#buy-us-some-doughnuts)
25
+ - [Contributors](#contributors)
28
26
 
29
27
  ## Installation
30
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/ts-config",
3
- "version": "5.0.2-next.f4635450.0",
3
+ "version": "5.0.2-next.f5dc58df",
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.4"
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.1",
84
- "@sapphire/eslint-config": "^5.0.4",
85
- "@sapphire/eslint-plugin-result": "^2.0.3",
86
- "@vitest/coverage-v8": "^1.4.0",
87
- "typedoc-json-parser": "^9.0.1",
88
- "vitest": "^1.4.0"
83
+ "@favware/cliff-jumper": "^6.0.0",
84
+ "@sapphire/eslint-config": "^5.0.6",
85
+ "@sapphire/eslint-plugin-result": "^2.0.4",
86
+ "@vitest/coverage-v8": "^3.2.4",
87
+ "typedoc-json-parser": "^10.2.0",
88
+ "vitest": "^3.2.4"
89
89
  }
90
90
  }