mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 09:58:18 -07:00
Update dependency @types/sortablejs to v1.15.4
This commit is contained in:
parent
fcebc37a4f
commit
379841d6ee
14
package-lock.json
generated
14
package-lock.json
generated
@ -72,7 +72,7 @@
|
||||
"@types/lodash-es": "4.17.7",
|
||||
"@types/react": "17.0.59",
|
||||
"@types/react-dom": "17.0.20",
|
||||
"@types/sortablejs": "1.15.3",
|
||||
"@types/sortablejs": "1.15.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.7",
|
||||
"@typescript-eslint/parser": "5.59.7",
|
||||
"@uupaa/dynamic-import-polyfill": "1.0.2",
|
||||
@ -4312,9 +4312,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/sortablejs": {
|
||||
"version": "1.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.15.3.tgz",
|
||||
"integrity": "sha512-v+zh6TZP/cLeMUK0MDx1onp8e7Jk2/4iTQ7sb/n80rTAvBm14yJkpOEfJdrTCkHiF7IZbPjxGX2NRJfogRoYIg==",
|
||||
"version": "1.15.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.15.4.tgz",
|
||||
"integrity": "sha512-7oL7CcPSfoyoNx3Ba1+79ykJzpEKVhHUyfAiN5eT/FoeDXOR3eBDLXf9ndDNuxaExmjpI+zVi2dMMuaoXUOzNA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/unist": {
|
||||
@ -24501,9 +24501,9 @@
|
||||
}
|
||||
},
|
||||
"@types/sortablejs": {
|
||||
"version": "1.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.15.3.tgz",
|
||||
"integrity": "sha512-v+zh6TZP/cLeMUK0MDx1onp8e7Jk2/4iTQ7sb/n80rTAvBm14yJkpOEfJdrTCkHiF7IZbPjxGX2NRJfogRoYIg==",
|
||||
"version": "1.15.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.15.4.tgz",
|
||||
"integrity": "sha512-7oL7CcPSfoyoNx3Ba1+79ykJzpEKVhHUyfAiN5eT/FoeDXOR3eBDLXf9ndDNuxaExmjpI+zVi2dMMuaoXUOzNA==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/unist": {
|
||||
|
@ -16,7 +16,7 @@
|
||||
"@types/lodash-es": "4.17.7",
|
||||
"@types/react": "17.0.59",
|
||||
"@types/react-dom": "17.0.20",
|
||||
"@types/sortablejs": "1.15.3",
|
||||
"@types/sortablejs": "1.15.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.7",
|
||||
"@typescript-eslint/parser": "5.59.7",
|
||||
"@uupaa/dynamic-import-polyfill": "1.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user