Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: ♻️ Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 24.x

- name: 📥 Monorepo install
uses: ./.github/actions/yarn-nm-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-or-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: ♻️ Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 24.x

- name: 📥 Monorepo install
uses: ./.github/actions/yarn-nm-install
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@headlessui/react": "^2.0.0",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@types/node": "20.19.26",
"@types/node": "24.10.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/focus-trap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@cypress/code-coverage": "3.14.7",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/node": "20.19.26",
"@types/node": "24.10.9",
"concurrently": "9.2.1",
"cypress": "15.7.1",
"cypress-real-events": "1.15.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ __metadata:
dependencies:
"@cypress/code-coverage": 3.14.7
"@istanbuljs/nyc-config-typescript": 1.0.2
"@types/node": 20.19.26
"@types/node": 24.10.9
concurrently: 9.2.1
cypress: 15.7.1
cypress-real-events: 1.15.0
Expand Down Expand Up @@ -1599,12 +1599,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.19.26":
version: 20.19.26
resolution: "@types/node@npm:20.19.26"
"@types/node@npm:*, @types/node@npm:24.10.9":
version: 24.10.9
resolution: "@types/node@npm:24.10.9"
dependencies:
undici-types: ~6.21.0
checksum: 2d7f44cade660e688177c120fdf458da1efb1bd78ad1e3096da44a7047141847543a4421b534a18161df10988a34a304b9dceebcc87123502f16533eb187799c
undici-types: ~7.16.0
checksum: ee6e0a13b286c4cec32c29e2a7d862345660f6720f805315733f7802f6ece45d23fa0d4baee56276e48e62c4b7c3d335e5f40955179afc383a26b91bcb88293a
languageName: node
linkType: hard

Expand Down Expand Up @@ -3018,7 +3018,7 @@ __metadata:
"@headlessui/react": ^2.0.0
"@headlessui/tailwindcss": ^0.2.0
"@heroicons/react": ^2.0.18
"@types/node": 20.19.26
"@types/node": 24.10.9
"@types/react": 18.2.33
"@types/react-dom": 18.2.14
autoprefixer: 10.4.22
Expand Down Expand Up @@ -8041,10 +8041,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 46331c7d6016bf85b3e8f20c159d62f5ae471aba1eb3dc52fff35a0259d58dcc7d592d4cc4f00c5f9243fa738a11cfa48bd20203040d4a9e6bc25e807fab7ab3
"undici-types@npm:~7.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
checksum: 1ef68fc6c5bad200c8b6f17de8e5bc5cfdcadc164ba8d7208cd087cfa8583d922d8316a7fd76c9a658c22b4123d3ff847429185094484fbc65377d695c905857
languageName: node
linkType: hard

Expand Down
Loading