Skip to content

Commit

Permalink
chore: support typescript 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Oct 14, 2024
1 parent 5e91dda commit 167e689
Show file tree
Hide file tree
Showing 9 changed files with 765 additions and 2,723 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-seas-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@masknet/kit': patch
---

chore: support typescript 5.7.0
5 changes: 5 additions & 0 deletions .changeset/tidy-papayas-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@masknet/kit": patch
---

fix: lazy decorator does not work for multiple class instances
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"release": "pnpm run build && npx changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.9",
"@masknet/config": "^0.2.1",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"prettier": "^3.3.3",
"typescript": "^5.7.0-beta",
"user-agent-data-types": "^0.4.2"
}
}
Loading

0 comments on commit 167e689

Please sign in to comment.