Skip to content

Commit 7356709

Browse files
committed
chore: fix node and yarn versions
1 parent b7a17d7 commit 7356709

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodeLinker: "node-modules"
1+
nodeLinker: node-modules

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@
3838
"postcss": "^8",
3939
"tailwindcss": "^3.4.1",
4040
"typescript": "^5"
41-
}
41+
},
42+
"volta": {
43+
"node": "20.18.1"
44+
},
45+
"packageManager": "yarn@4.5.3"
4246
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4652,11 +4652,11 @@ __metadata:
46524652

46534653
"typescript@patch:typescript@npm%3A^5#optional!builtin<compat/typescript>":
46544654
version: 5.6.3
4655-
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=d69c25"
4655+
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
46564656
bin:
46574657
tsc: bin/tsc
46584658
tsserver: bin/tsserver
4659-
checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f
4659+
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
46604660
languageName: node
46614661
linkType: hard
46624662

0 commit comments

Comments
 (0)