Skip to content

Commit f3c4985

Browse files
Merge pull request #82 from JamBalaya56562/pr82
🆙bump: version up dependencies
2 parents 5632b81 + ff18939 commit f3c4985

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bun.lockb

-3 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blog",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",
@@ -24,6 +24,6 @@
2424
"@types/react-dom": "^18.2.21",
2525
"postcss": "^8.4.35",
2626
"tailwindcss": "^3.4.1",
27-
"typescript": "rc"
27+
"typescript": "^5.4.2"
2828
}
2929
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
3-
# bun ./bun.lockb --hash: 7D39BE2BE16530DC-fc57b05bda70fb48-466665A8126D2088-91857254c07c50fa
3+
# bun ./bun.lockb --hash: A22E98F1D5BC885C-fbe292c5b90de456-515B5BF42EB69BEF-f4d0de47fdba89da
44

55

66
"@alloc/quick-lru@^5.2.0":
@@ -1485,10 +1485,10 @@ tslib@^2.4.0:
14851485
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
14861486
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
14871487

1488-
typescript@rc:
1489-
version "5.4.1-rc"
1490-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.1-rc.tgz"
1491-
integrity sha512-gInURzaO0bbfzfQAc3mfcHxh8qev+No4QOFUZHajo9vBgOLaljELJ3wuzyoGo/zHIzMSezdhtrsRdqL6E9SvNA==
1488+
typescript@^5.4.2:
1489+
version "5.4.2"
1490+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz"
1491+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
14921492

14931493
undici-types@~5.26.4:
14941494
version "5.26.5"

0 commit comments

Comments
 (0)