We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yarn
typescript
1 parent d14c091 commit 58b018aCopy full SHA for 58b018a
Changelog.md
@@ -10,6 +10,11 @@
10
11
1. Fix: Correct typos in the document.
12
13
+#### :floppy_disk: Change
14
+
15
+1. Bump the `yarn` version from `4.8.1` to `4.9.1`.
16
+2. Bump the `typescript` version from `5.8.2` to `5.8.3`.
17
18
### 0.2.0 @ 04/03/2025
19
20
#### :mega: New
package.json
@@ -52,7 +52,7 @@
52
"path-to-regexp": ">=0.1.10",
53
"send": ">=0.19.0",
54
"serve-static": ">=1.16.0",
55
- "typescript": "~5.8.2"
+ "typescript": "~5.8.3"
56
},
57
"browserslist": {
58
"production": [
@@ -69,5 +69,5 @@
69
"engines": {
70
"node": ">=18.0"
71
72
- "packageManager": "yarn@4.8.1"
+ "packageManager": "yarn@4.9.1"
73
}
0 commit comments