Skip to content

Commit 58b018a

Browse files
committed
0.2.0 - update yarn and typescript
1. Bump the `yarn` version from `4.8.1` to `4.9.1`. 2. Bump the `typescript` version from `5.8.2` to `5.8.3`.
1 parent d14c091 commit 58b018a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
1. Fix: Correct typos in the document.
1212

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+
1318
### 0.2.0 @ 04/03/2025
1419

1520
#### :mega: New

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"path-to-regexp": ">=0.1.10",
5353
"send": ">=0.19.0",
5454
"serve-static": ">=1.16.0",
55-
"typescript": "~5.8.2"
55+
"typescript": "~5.8.3"
5656
},
5757
"browserslist": {
5858
"production": [
@@ -69,5 +69,5 @@
6969
"engines": {
7070
"node": ">=18.0"
7171
},
72-
"packageManager": "yarn@4.8.1"
72+
"packageManager": "yarn@4.9.1"
7373
}

0 commit comments

Comments
 (0)