Merge pull request #4735 from h3poteto/yarnv3

Try to use yarn v3
This commit is contained in:
AkiraFukushima 2023-12-30 19:20:37 +09:00 committed by GitHub
commit 5f679c3b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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