Skip to content

Commit

Permalink
Update dependency @types/node to v20.6.2 (#284)
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 Sep 16, 2023
1 parent 6f86c1e commit 54e4582
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.6.1",
"@types/node": "20.6.2",
"@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.12.1",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/node": "20.6.1",
"@types/node": "20.6.2",
"concurrently": "8.2.1",
"cypress": "13.2.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.6.1
"@types/node": 20.6.2
concurrently: 8.2.1
cypress: 13.2.0
cypress-real-events: 1.10.3
Expand Down Expand Up @@ -1385,10 +1385,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.6.1":
version: 20.6.1
resolution: "@types/node@npm:20.6.1"
checksum: f9848617221b513d558071c804b006750d1ee1734c5ffea3ada9a0edd1642334ad0812222d6b99b7b8c0e1a5f1e557946ae99444c2705e9afc125abdf9fa36c2
"@types/node@npm:*, @types/node@npm:20.6.2":
version: 20.6.2
resolution: "@types/node@npm:20.6.2"
checksum: 96fe5303872640a173f3fd43e289a451776ed5b8f0090094447c6790b43f23fb607eea8268af0829cef4d132e5afa0bfa4cd871aa7412e9042a414a698e9e971
languageName: node
linkType: hard

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

0 comments on commit 54e4582

Please sign in to comment.