chore: use yarn v1 in extensions/core

This commit is contained in:
Alexander Skvortsov 2022-03-11 18:28:26 -05:00
parent e766b9a565
commit 721fd9117d
8 changed files with 3164 additions and 5126 deletions

View File

@ -15,7 +15,6 @@
"format-check": "prettier --check src",
"analyze": "cross-env ANALYZER=true yarn run build"
},
"packageManager": "yarn@3.1.1",
"devDependencies": {
"@flarum/prettier-config": "^1.0.0",
"flarum-tsconfig": "^1.0.2",

File diff suppressed because one or more lines are too long

View File

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

View File

@ -48,6 +48,5 @@
"post-build-typings": "find dist-typings -type f -name '*.d.ts' -print0 | xargs -0 sed -i 's,../src/@types,@types,g'",
"check-typings": "tsc --noEmit --emitDeclarationOnly false",
"check-typings-coverage": "typescript-coverage-report"
},
"packageManager": "yarn@3.1.1"
}
}

File diff suppressed because it is too large Load Diff

10
node_modules/.yarn-integrity generated vendored Normal file
View File

@ -0,0 +1,10 @@
{
"systemParams": "linux-x64-93",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"private": true,
"name": "flarum-monorepo",
"workspaces": [
"./framework/*/js",
"./extensions/*/js",
"./js-packages/*"
],
"scripts": {}
}

4
yarn.lock Normal file
View File

@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1