Skip to content

Commit 4965e0b

Browse files
lihbrhuang-julien
andauthoredJan 20, 2025··
feat!: v4 (#229)
Co-authored-by: Julien Huang <[email protected]> Co-authored-by: lihbr <[email protected]>
1 parent a079178 commit 4965e0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1822
-1396
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
node: [lts/*]
3232
# Based on https://majors.nullvoxpopuli.com/q?minors=on&packages=typescript
33-
typescript: ["5.4"]
33+
typescript: ["5.5", "5.6", "5.7"]
3434
fail-fast: false
3535

3636
steps:

‎.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
shamefully-hoist=true
22
strict-peer-dependencies=false
3+
ignore-workspace-root-check=true

0 commit comments

Comments
 (0)
Please sign in to comment.