diff options
| author | Roxy Squires <squires1993@gmail.com> | 2023-02-03 08:46:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-03 17:46:16 +0900 |
| commit | ad6844ac4a5c0b84917c171f401178941e0af552 (patch) | |
| tree | 515f184c983cb827e34ace36a3290ccb7b3dd780 | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-ad6844ac4a5c0b84917c171f401178941e0af552.tar.gz sharkey-ad6844ac4a5c0b84917c171f401178941e0af552.tar.bz2 sharkey-ad6844ac4a5c0b84917c171f401178941e0af552.zip | |
Bug | Fixed the error when running pnpm i --frozen-lockfile (#9782)
* Added Video player
Added vue-plyr as the video play
* Create node.js.yml
* Delete node.js.yml
* Added vue-plyr into pnpm-lock.yaml
* tweak
* Fixed the pnpm-lock.yaml
For some reason on the dependencies there was to instances of vue-plyr
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| -rw-r--r-- | pnpm-lock.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b4df818a6..eff3e7d53e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -518,7 +518,6 @@ importers: vue-plyr: 7.0.0 vue-prism-editor: 2.0.0-alpha.2_vue@3.2.47 vuedraggable: 4.1.0_vue@3.2.47 - vue-plyr: 7.0.0 devDependencies: '@types/escape-regexp': 0.0.1 '@types/glob': 8.0.1 |