Browse Source

Bump preact from 10.5.8 to 10.5.9 in /build/javascript (#581)

* Bump preact from 10.5.8 to 10.5.9 in /build/javascript

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

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/583/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
36921bb089
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. 2
      webroot/js/web_modules/preact.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.8", "version": "10.5.9",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.8.tgz", "resolved": "https://registry.npmjs.org/preact/-/preact-10.5.9.tgz",
"integrity": "sha512-8d0FfBX3O0ay34i15mTckXicSsvaQLemPUByXTyfQUxDeFqZhbtnftVZMNqX3zEJLHcy1bqRu9t+V4GqJtG1TQ==" "integrity": "sha512-X4m+4VMVINl/JFQKALOCwa3p8vhMAhBvle0hJ/W44w/WWfNb2TA7RNicDV3K2dNVs57f61GviEnVLiwN+fxiIg=="
}, },
"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.8", "preact": "^10.5.9",
"tailwindcss": "^1.9.6", "tailwindcss": "^1.9.6",
"video.js": "7.10.2" "video.js": "7.10.2"
}, },

2
webroot/js/web_modules/preact.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save