mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-09-26 22:49:14 +08:00
Upgrade to pnpm v10
This commit is contained in:
parent
2606b44508
commit
67b720ed62
@ -28,7 +28,6 @@
|
|||||||
"name": "Install dependencies",
|
"name": "Install dependencies",
|
||||||
"uses": "pnpm/action-setup@v4",
|
"uses": "pnpm/action-setup@v4",
|
||||||
"with": {
|
"with": {
|
||||||
"version": "8.12.1",
|
|
||||||
"run_install": true
|
"run_install": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
"name": "Install dependencies",
|
"name": "Install dependencies",
|
||||||
"uses": "pnpm/action-setup@v4",
|
"uses": "pnpm/action-setup@v4",
|
||||||
"with": {
|
"with": {
|
||||||
"version": "8.12.1",
|
|
||||||
"run_install": true
|
"run_install": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -22,7 +22,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 8.12.1
|
|
||||||
run_install: true
|
run_install: true
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: pnpm run type
|
run: pnpm run type
|
||||||
|
1
.github/workflows/pull-request-check.yml
vendored
1
.github/workflows/pull-request-check.yml
vendored
@ -11,7 +11,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 8.12.1
|
|
||||||
run_install: true
|
run_install: true
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: pnpm run type
|
run: pnpm run type
|
||||||
|
10
package.json
10
package.json
@ -51,7 +51,7 @@
|
|||||||
"postcss-loader": "^4.0.4",
|
"postcss-loader": "^4.0.4",
|
||||||
"postcss-preset-env": "^7.5.0",
|
"postcss-preset-env": "^7.5.0",
|
||||||
"prettier": "^2.8.3",
|
"prettier": "^2.8.3",
|
||||||
"sass": "^1.25.0",
|
"sass": "1.25.0",
|
||||||
"serve": "^13.0.2",
|
"serve": "^13.0.2",
|
||||||
"serve-handler": "^6.1.3",
|
"serve-handler": "^6.1.3",
|
||||||
"style-loader": "^2.0.0",
|
"style-loader": "^2.0.0",
|
||||||
@ -84,7 +84,11 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"caniuse-lite": "1.0.30001668",
|
"caniuse-lite": "1.0.30001668",
|
||||||
"consolidate": "1.0.1"
|
"consolidate": "1.0.1"
|
||||||
}
|
},
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"@parcel/watcher",
|
||||||
|
"protobufjs"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"userscript",
|
"userscript",
|
||||||
@ -93,5 +97,5 @@
|
|||||||
"touchscreen",
|
"touchscreen",
|
||||||
"tampermonkey"
|
"tampermonkey"
|
||||||
],
|
],
|
||||||
"packageManager": "pnpm@8.12.1+sha512.6705ea1966adb6587053e6cfe6fddc377f81066228daf736c4490012f44f2ff1bf0c713bb8f3145fce0e3ef669c7c15f19a59ac157838951f234c17b81ca655d"
|
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
|
||||||
}
|
}
|
||||||
|
10447
pnpm-lock.yaml
generated
10447
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user