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

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 -10
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -15,16 +15,15 @@
15
15
 
16
16
  **Table of Contents**
17
17
 
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)
18
+ - [Installation](#installation)
19
+ - [Usage](#usage)
20
+ - [Base](#base)
21
+ - [Extra Strict](#extra-strict)
22
+ - [Decorators](#decorators)
23
+ - [Verbatim](#verbatim)
24
+ - [Bundler](#bundler)
25
+ - [Buy us some doughnuts](#buy-us-some-doughnuts)
26
+ - [Contributors](#contributors)
28
27
 
29
28
  ## Installation
30
29
 
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.f63a9a11",
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.6.3",
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": "^4.0.3",
84
+ "@sapphire/eslint-config": "^5.0.5",
85
+ "@sapphire/eslint-plugin-result": "^2.0.4",
86
+ "@vitest/coverage-v8": "^2.0.5",
87
+ "typedoc-json-parser": "^10.0.0",
88
+ "vitest": "^2.0.5"
89
89
  }
90
90
  }