Try to use yarn v3

This commit is contained in:
AkiraFukushima 2023-12-30 19:15:09 +09:00
parent a9ddd390d3
commit 4667828159
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
5 changed files with 13153 additions and 8779 deletions

4
.gitignore vendored
View File

@ -3,4 +3,6 @@ node_modules
.next
app
dist
tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
.yarn/*
!.yarn/releases

874
.yarn/releases/yarn-3.6.4.cjs vendored Executable file

File diff suppressed because one or more lines are too long

2
.yarnrc.yml Normal file
View File

@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.6.4.cjs
nodeLinker: node-modules

View File

@ -52,5 +52,6 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
},
"packageManager": "yarn@3.6.4"
}

21049
yarn.lock

File diff suppressed because it is too large Load Diff