Browse Source

Bump preact from 10.5.10 to 10.5.11 in /build/javascript (#648)

* Bump preact from 10.5.10 to 10.5.11 in /build/javascript

Bumps [preact](https://github.com/preactjs/preact) from 10.5.10 to 10.5.11.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.5.10...10.5.11)

Signed-off-by: dependabot[bot] <support@github.com>

* Commit updated Javascript packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>
pull/650/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
7db361b041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build/javascript/package-lock.json
  2. 2
      build/javascript/package.json
  3. 4
      webroot/js/web_modules/preact.js
  4. 2
      webroot/js/web_modules/videojs/core.js

6
build/javascript/package-lock.json generated

@ -2812,9 +2812,9 @@
"integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==" "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ=="
}, },
"preact": { "preact": {
"version": "10.5.10", "version": "10.5.11",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.10.tgz", "resolved": "https://registry.npmjs.org/preact/-/preact-10.5.11.tgz",
"integrity": "sha512-A6SITnHaj5CS4JPLVroQDNOEozq4Y0B4yQSGHLznxHe66Jb2DvoeTEibLjXmfeofgQE3BZ2zurltBIapzCMlwg==" "integrity": "sha512-BdtFePVilR1430kDuzh3VkkZktCmp8RTqHOjG8qesyGZXHNYJjdrjEBuc2f7O/vthhVENxJd0/aTjWtYeH46aw=="
}, },
"pretty-hrtime": { "pretty-hrtime": {
"version": "1.0.3", "version": "1.0.3",

2
build/javascript/package.json

@ -10,7 +10,7 @@
"@videojs/themes": "^1.0.1", "@videojs/themes": "^1.0.1",
"htm": "^3.0.4", "htm": "^3.0.4",
"mark.js": "^8.11.1", "mark.js": "^8.11.1",
"preact": "^10.5.10", "preact": "^10.5.11",
"tailwindcss": "^1.9.6", "tailwindcss": "^1.9.6",
"video.js": "7.10.2" "video.js": "7.10.2"
}, },

4
webroot/js/web_modules/preact.js vendored

File diff suppressed because one or more lines are too long

2
webroot/js/web_modules/videojs/core.js

@ -1,2 +1,2 @@
import '../common/_commonjsHelpers-37fa8da4.js';
export { c as default } from '../common/core-c3086d77.js'; export { c as default } from '../common/core-c3086d77.js';
import '../common/_commonjsHelpers-37fa8da4.js';

Loading…
Cancel
Save