mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Update dependency date-fns to v4
This commit is contained in:
Generated
+7
-12
@@ -33,7 +33,7 @@
|
|||||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||||
"classnames": "2.5.1",
|
"classnames": "2.5.1",
|
||||||
"core-js": "3.49.0",
|
"core-js": "3.49.0",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "4.4.0",
|
||||||
"dompurify": "2.5.9",
|
"dompurify": "2.5.9",
|
||||||
"element-closest-polyfill": "1.0.7",
|
"element-closest-polyfill": "1.0.7",
|
||||||
"epubjs": "0.3.93",
|
"epubjs": "0.3.93",
|
||||||
@@ -9900,18 +9900,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/date-fns": {
|
"node_modules/date-fns": {
|
||||||
"version": "2.30.0",
|
"version": "4.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
|
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz",
|
||||||
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
|
"integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==",
|
||||||
"dependencies": {
|
"license": "MIT",
|
||||||
"@babel/runtime": "^7.21.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=0.11"
|
|
||||||
},
|
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "github",
|
||||||
"url": "https://opencollective.com/date-fns"
|
"url": "https://github.com/sponsors/kossnocorp"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/debug": {
|
"node_modules/debug": {
|
||||||
|
|||||||
+1
-1
@@ -101,7 +101,7 @@
|
|||||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||||
"classnames": "2.5.1",
|
"classnames": "2.5.1",
|
||||||
"core-js": "3.49.0",
|
"core-js": "3.49.0",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "4.4.0",
|
||||||
"dompurify": "2.5.9",
|
"dompurify": "2.5.9",
|
||||||
"element-closest-polyfill": "1.0.7",
|
"element-closest-polyfill": "1.0.7",
|
||||||
"epubjs": "0.3.93",
|
"epubjs": "0.3.93",
|
||||||
|
|||||||
Reference in New Issue
Block a user