mirror of
https://github.com/TeamPiped/Piped
synced 2025-11-06 15:30:05 +01:00
Compare commits
2 Commits
d2dc500f7b
...
b99dafd002
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b99dafd002 | ||
|
|
f946cc5452 |
@ -11,7 +11,7 @@
|
||||
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
|
||||
},
|
||||
"dependencies": {
|
||||
"dompurify": "3.2.7",
|
||||
"dompurify": "3.3.0",
|
||||
"fast-xml-parser": "5.2.5",
|
||||
"hotkeys-js": "3.13.15",
|
||||
"javascript-time-ago": "2.5.11",
|
||||
@ -40,7 +40,7 @@
|
||||
"eslint": "8.57.1",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-prettier": "5.5.3",
|
||||
"eslint-plugin-vue": "9.33.0",
|
||||
"eslint-plugin-vue": "10.5.1",
|
||||
"lightningcss": "1.30.1",
|
||||
"prettier": "3.5.3",
|
||||
"unocss": "66.4.1",
|
||||
|
||||
35
pnpm-lock.yaml
generated
35
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
dompurify:
|
||||
specifier: 3.2.7
|
||||
version: 3.2.7
|
||||
specifier: 3.3.0
|
||||
version: 3.3.0
|
||||
fast-xml-parser:
|
||||
specifier: 5.2.5
|
||||
version: 5.2.5
|
||||
@ -91,8 +91,8 @@ importers:
|
||||
specifier: 5.5.3
|
||||
version: 5.5.3(@types/eslint@8.56.12)(eslint-config-prettier@10.1.8(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3)
|
||||
eslint-plugin-vue:
|
||||
specifier: 9.33.0
|
||||
version: 9.33.0(eslint@8.57.1)
|
||||
specifier: 10.5.1
|
||||
version: 10.5.1(eslint@8.57.1)(vue-eslint-parser@9.4.3(eslint@8.57.1))
|
||||
lightningcss:
|
||||
specifier: 1.30.1
|
||||
version: 1.30.1
|
||||
@ -1552,8 +1552,8 @@ packages:
|
||||
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
||||
dompurify@3.2.7:
|
||||
resolution: {integrity: sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==}
|
||||
dompurify@3.3.0:
|
||||
resolution: {integrity: sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==}
|
||||
|
||||
dunder-proto@1.0.1:
|
||||
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
||||
@ -1639,11 +1639,19 @@ packages:
|
||||
eslint-config-prettier:
|
||||
optional: true
|
||||
|
||||
eslint-plugin-vue@9.33.0:
|
||||
resolution: {integrity: sha512-174lJKuNsuDIlLpjeXc5E2Tss8P44uIimAfGD0b90k0NoirJqpG7stLuU9Vp/9ioTOrQdWVREc4mRd1BD+CvGw==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
eslint-plugin-vue@10.5.1:
|
||||
resolution: {integrity: sha512-SbR9ZBUFKgvWAbq3RrdCtWaW0IKm6wwUiApxf3BVTNfqUIo4IQQmreMg2iHFJJ6C/0wss3LXURBJ1OwS/MhFcQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
|
||||
'@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
|
||||
'@typescript-eslint/parser': ^7.0.0 || ^8.0.0
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
vue-eslint-parser: ^10.0.0
|
||||
peerDependenciesMeta:
|
||||
'@stylistic/eslint-plugin':
|
||||
optional: true
|
||||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
|
||||
eslint-scope@7.2.2:
|
||||
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
|
||||
@ -4647,7 +4655,7 @@ snapshots:
|
||||
dependencies:
|
||||
esutils: 2.0.3
|
||||
|
||||
dompurify@3.2.7:
|
||||
dompurify@3.3.0:
|
||||
optionalDependencies:
|
||||
'@types/trusted-types': 2.0.7
|
||||
|
||||
@ -4802,19 +4810,16 @@ snapshots:
|
||||
'@types/eslint': 8.56.12
|
||||
eslint-config-prettier: 10.1.8(eslint@8.57.1)
|
||||
|
||||
eslint-plugin-vue@9.33.0(eslint@8.57.1):
|
||||
eslint-plugin-vue@10.5.1(eslint@8.57.1)(vue-eslint-parser@9.4.3(eslint@8.57.1)):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@8.57.1)
|
||||
eslint: 8.57.1
|
||||
globals: 13.24.0
|
||||
natural-compare: 1.4.0
|
||||
nth-check: 2.1.1
|
||||
postcss-selector-parser: 6.1.2
|
||||
semver: 7.7.2
|
||||
vue-eslint-parser: 9.4.3(eslint@8.57.1)
|
||||
xml-name-validator: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-scope@7.2.2:
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user