mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
pnpm moment
This commit is contained in:
parent
1341e136f4
commit
622dc403b4
2 changed files with 9 additions and 10 deletions
|
@ -1,22 +1,22 @@
|
|||
lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
mkdirp: ^1.0.4
|
||||
usercss-meta: ^0.12.0
|
||||
lockfileVersion: '6.0'
|
||||
|
||||
dependencies:
|
||||
mkdirp: 1.0.4
|
||||
usercss-meta: 0.12.0
|
||||
mkdirp:
|
||||
specifier: ^1.0.4
|
||||
version: 1.0.4
|
||||
usercss-meta:
|
||||
specifier: ^0.12.0
|
||||
version: 0.12.0
|
||||
|
||||
packages:
|
||||
|
||||
/mkdirp/1.0.4:
|
||||
/mkdirp@1.0.4:
|
||||
resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
|
||||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/usercss-meta/0.12.0:
|
||||
/usercss-meta@0.12.0:
|
||||
resolution: {integrity: sha512-zKrXCKdpeIwtVe87omxGo9URf+7mbozduMZEg79dmT4KB3XJwfIkEi/Uk0PcTwR/nZLtAK1+k7isgbGB/g6E7Q==}
|
||||
engines: {node: '>=8.3'}
|
||||
dev: false
|
||||
|
|
|
@ -3426,7 +3426,6 @@ form [class*="typing-"] {
|
|||
contain: none !important;
|
||||
}
|
||||
|
||||
|
||||
[class^="member-"]
|
||||
[class^="avatar-"]
|
||||
[class*="wrapper-"]
|
||||
|
|
Loading…
Reference in a new issue