Skip to content

Commit

Permalink
📦bump: update types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Jan 24, 2024
1 parent aa4ead2 commit e2c7708
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@types/bun": "^1.0.4",
"@types/node": "^20.11.5",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: B873DC4CCD8AE21E-ba32231fbba69160-FE09A5DB9D810926-bb4d16cf5fd7c168
# bun ./bun.lockb --hash: BB09D60B55ABABD2-e0c6f57f042f4539-82E27352ACD8F293-5a71e6f55792a13b


"@alloc/quick-lru@^5.2.0":
Expand Down Expand Up @@ -203,13 +203,20 @@
dependencies:
undici-types "~5.26.4"

"@types/node@*", "@types/node@^20.11.5":
"@types/node@*":
version "20.11.5"
resolved "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz"
integrity sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==
dependencies:
undici-types "~5.26.4"

"@types/node@^20.11.5":
version "20.11.6"
resolved "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz"
integrity sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==
dependencies:
undici-types "~5.26.4"

"@types/prop-types@*":
version "15.7.11"
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz"
Expand Down

0 comments on commit e2c7708

Please sign in to comment.