Merge pull request #1573 from freqtrade/yarn_3.x

Yarn 3.x
This commit is contained in:
Matthias 2023-11-17 07:11:00 +01:00 committed by GitHub
commit a3bb4d061c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6917 additions and 3783 deletions

9
.gitignore vendored
View File

@ -14,6 +14,15 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Yarn stuff
.yarn/*
# .yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Editor directories and files
.idea
.vscode

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

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View File

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

View File

@ -68,5 +68,6 @@
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
}
},
"packageManager": "yarn@3.6.1"
}

9811
yarn.lock

File diff suppressed because it is too large Load Diff