:goberserk:
This commit is contained in:
parent
9daea49275
commit
71a907007c
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
||||
with:
|
||||
node-version: 18.x
|
||||
- run: corepack enable
|
||||
- run: yarn install
|
||||
- run: yarn set version berry
|
||||
- run: yarn workspaces focus
|
||||
- run: yarn install --immutable
|
||||
- run: yarn workspaces foreach run lint
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/misskey-dev/misskey.git"
|
||||
},
|
||||
"packageManager": "yarn@3.2.0",
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"workspaces": [
|
||||
"packages/client",
|
||||
"packages/backend",
|
||||
|
@ -9,6 +9,7 @@
|
||||
"mocha": "cross-env NODE_ENV=test TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha",
|
||||
"test": "npm run mocha"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"resolutions": {
|
||||
"chokidar": "^3.3.1",
|
||||
"lodash": "^4.17.21"
|
||||
|
@ -9,6 +9,7 @@
|
||||
"chokidar": "^3.3.1",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"dependencies": {
|
||||
"@discordapp/twemoji": "14.0.2",
|
||||
"@fortawesome/fontawesome-free": "6.1.1",
|
||||
|
@ -5,6 +5,7 @@
|
||||
"build": "node build.js",
|
||||
"lint": "eslint --quiet src/**/*.{ts}"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.14.42",
|
||||
"idb-keyval": "^6.1.0",
|
||||
|
@ -13810,11 +13810,11 @@ __metadata:
|
||||
|
||||
"typescript@patch:typescript@4.7.2#~builtin<compat/typescript>":
|
||||
version: 4.7.2
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.2#~builtin<compat/typescript>::version=4.7.2&hash=bda367"
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.2#~builtin<compat/typescript>::version=4.7.2&hash=7ad353"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 09d93fc0983d38eadd9b0427f790b49b4437f45002a87d447be3fbe53120880e87a91dd03e1d900498f99205d6e0b7c9784fe41fca11d56f4bbce371f74bb160
|
||||
checksum: 7e2b9a9f4a70fb7616f1b0d986977f8e34a74f046202fa7f24fdee79589598277810fa216b3776c20c0683a9235872c73be34fdb93f67f98c1efaca40999422f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user