Skip to content

Commit

Permalink
Update dependency @types/node to v20.5.4 (#257)
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 Aug 23, 2023
1 parent 8acf444 commit 33ddd8c
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.5.3",
"@types/node": "20.5.4",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
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.11.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/node": "20.5.3",
"@types/node": "20.5.4",
"concurrently": "8.2.1",
"cypress": "12.17.4",
"cypress-real-events": "1.10.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ __metadata:
dependencies:
"@cypress/code-coverage": 3.11.0
"@istanbuljs/nyc-config-typescript": 1.0.2
"@types/node": 20.5.3
"@types/node": 20.5.4
concurrently: 8.2.1
cypress: 12.17.4
cypress-real-events: 1.10.0
Expand Down Expand Up @@ -1381,10 +1381,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.5.3":
version: 20.5.3
resolution: "@types/node@npm:20.5.3"
checksum: fe67a0fd7402218bdf91523a2b1c2e41d619f7294b1a471e0a778b8bc7bb3fcf291aed12041bcbe9622d50a3d1295a9adea0e7e19bb9386a246bf66071404721
"@types/node@npm:*, @types/node@npm:20.5.4":
version: 20.5.4
resolution: "@types/node@npm:20.5.4"
checksum: 18de76c990e1c298183661cfc7cf16c9384531538c8090cc27bc3cab801e7c46b9f6943591ab0433955dd57961601684cc0fb19ba2deee9609e137c91afd2e25
languageName: node
linkType: hard

Expand Down Expand Up @@ -2911,7 +2911,7 @@ __metadata:
"@headlessui/react": ^1.7.15
"@headlessui/tailwindcss": ^0.2.0
"@heroicons/react": ^2.0.18
"@types/node": 20.5.3
"@types/node": 20.5.4
"@types/react": 18.2.21
"@types/react-dom": 18.2.7
autoprefixer: 10.4.15
Expand Down

0 comments on commit 33ddd8c

Please sign in to comment.