@definitelytyped/typescript-packages 0.1.5 → 0.1.6

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/CHANGELOG.md +10 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @definitelytyped/typescript-packages
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 3af1e86: Drop support for TS 4.9, mark TS 5.7 as shipped
8
+ - 3af1e86: Use TS 5.7
9
+ - Updated dependencies [3af1e86]
10
+ - Updated dependencies [3af1e86]
11
+ - @definitelytyped/typescript-versions@0.1.6
12
+
3
13
  ## 0.1.5
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/typescript-packages",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Reexport of all supported TypeScript versions",
5
5
  "author": "Andrew Branch <andrew@wheream.io>",
6
6
  "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/typescript-packages#readme",
@@ -21,7 +21,6 @@
21
21
  "node": ">=18.18.0"
22
22
  },
23
23
  "dependencies": {
24
- "typescript-4.9": "npm:typescript@~4.9.0-0",
25
24
  "typescript-5.0": "npm:typescript@~5.0.0-0",
26
25
  "typescript-5.1": "npm:typescript@~5.1.0-0",
27
26
  "typescript-5.2": "npm:typescript@~5.2.0-0",
@@ -31,6 +30,6 @@
31
30
  "typescript-5.6": "npm:typescript@~5.6.0-0",
32
31
  "typescript-5.7": "npm:typescript@~5.7.0-0",
33
32
  "typescript-5.8": "npm:typescript@~5.8.0-0",
34
- "@definitelytyped/typescript-versions": "0.1.5"
33
+ "@definitelytyped/typescript-versions": "0.1.6"
35
34
  }
36
35
  }