Skip to content

Commit

Permalink
Merge pull request #3401 from jellyfin/renovate/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Feb 8, 2022
2 parents 75f171e + ae1d197 commit a68630e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 83 deletions.
76 changes: 28 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,44 +59,44 @@
"worker-loader": "^3.0.8"
},
"dependencies": {
"@fontsource/noto-sans": "^4.5.1",
"@fontsource/noto-sans-hk": "^4.5.2",
"@fontsource/noto-sans-jp": "^4.5.2",
"@fontsource/noto-sans-kr": "^4.5.2",
"@fontsource/noto-sans-sc": "^4.5.2",
"blurhash": "^1.1.4",
"@fontsource/noto-sans": "4.5.1",
"@fontsource/noto-sans-hk": "4.5.2",
"@fontsource/noto-sans-jp": "4.5.2",
"@fontsource/noto-sans-kr": "4.5.2",
"@fontsource/noto-sans-sc": "4.5.2",
"blurhash": "1.1.4",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "^2.3.1",
"core-js": "^3.20.2",
"date-fns": "^2.28.0",
"dompurify": "^2.3.4",
"epubjs": "^0.3.90",
"fast-text-encoding": "^1.0.3",
"flv.js": "^1.6.2",
"headroom.js": "^0.12.0",
"hls.js": "^0.14.17",
"intersection-observer": "^0.12.0",
"jellyfin-apiclient": "^1.10.0",
"jquery": "^3.5.1",
"jstree": "^3.3.12",
"libarchive.js": "^1.3.0",
"classnames": "2.3.1",
"core-js": "3.20.2",
"date-fns": "2.28.0",
"dompurify": "2.3.4",
"epubjs": "0.3.90",
"fast-text-encoding": "1.0.3",
"flv.js": "1.6.2",
"headroom.js": "0.12.0",
"hls.js": "0.14.17",
"intersection-observer": "0.12.0",
"jellyfin-apiclient": "1.10.0",
"jquery": "3.6.0",
"jstree": "3.3.12",
"libarchive.js": "1.3.0",
"libass-wasm": "git+https://github.com/jellyfin/JavascriptSubtitlesOctopus.git#4.0.0-jf-4",
"lodash-es": "^4.17.21",
"marked": "^4.0.8",
"material-design-icons-iconfont": "^6.1.1",
"native-promise-only": "^0.8.0-a",
"page": "^1.11.6",
"lodash-es": "4.17.21",
"marked": "4.0.8",
"material-design-icons-iconfont": "6.1.1",
"native-promise-only": "0.8.1",
"page": "1.11.6",
"pdfjs-dist": "2.12.313",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^6.0.0",
"sortablejs": "^1.14.0",
"swiper": "^6.8.4",
"webcomponents.js": "^0.7.24",
"whatwg-fetch": "^3.6.2",
"workbox-core": "^6.2.4",
"workbox-precaching": "^6.2.4"
"react": "17.0.2",
"react-dom": "17.0.2",
"resize-observer-polyfill": "1.5.1",
"screenfull": "6.0.0",
"sortablejs": "1.14.0",
"swiper": "6.8.4",
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.2",
"workbox-core": "6.2.4",
"workbox-precaching": "6.2.4"
},
"browserslist": [
"last 2 Firefox versions",
Expand Down

0 comments on commit a68630e

Please sign in to comment.