Skip to content

Commit

Permalink
Update dependency @types/node to v20.8.2 (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent f73b3a2 commit 5d25da4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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": "^1.7.15",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@types/node": "20.8.0",
"@types/node": "20.8.2",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"autoprefixer": "10.4.16",
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.12.1",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/node": "20.8.0",
"@types/node": "20.8.2",
"concurrently": "8.2.1",
"cypress": "13.3.0",
"cypress-real-events": "1.10.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ __metadata:
dependencies:
"@cypress/code-coverage": 3.12.1
"@istanbuljs/nyc-config-typescript": 1.0.2
"@types/node": 20.8.0
"@types/node": 20.8.2
concurrently: 8.2.1
cypress: 13.3.0
cypress-real-events: 1.10.3
Expand Down Expand Up @@ -1399,10 +1399,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.8.0":
version: 20.8.0
resolution: "@types/node@npm:20.8.0"
checksum: ebad6342d54238a24bf980d7750117a5d67749c9b72cbb7a974a1e932c39034aa3a810d669e007e8a5071782a253aa069a187b614407a382403c9826e837c849
"@types/node@npm:*, @types/node@npm:20.8.2":
version: 20.8.2
resolution: "@types/node@npm:20.8.2"
checksum: 3da73e25d821bfcdb7de98589027e08bb4848e55408671c4a83ec0341e124b5313a0b20e1e4b4eff1168ea17a86f622ad73fcb04b761abd77496b9a27cbd5de5
languageName: node
linkType: hard

Expand Down Expand Up @@ -2927,7 +2927,7 @@ __metadata:
"@headlessui/react": ^1.7.15
"@headlessui/tailwindcss": ^0.2.0
"@heroicons/react": ^2.0.18
"@types/node": 20.8.0
"@types/node": 20.8.2
"@types/react": 18.2.24
"@types/react-dom": 18.2.8
autoprefixer: 10.4.16
Expand Down

0 comments on commit 5d25da4

Please sign in to comment.