build(deps): bump react-live from 2.3.0 to 2.4.1 in /docs (#2540)

Bumps [react-live](https://github.com/philpl/react-live) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/philpl/react-live/releases)
- [Commits](https://github.com/philpl/react-live/compare/v2.3.0...v2.4.1)

---
updated-dependencies:
- dependency-name: react-live
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-01 23:19:28 +03:00 committed by GitHub
parent c4afc261c3
commit 16ed7fc3d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
docs/package-lock.json generated
View File

@ -49,7 +49,7 @@
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-live": "^2.3.0",
"react-live": "^2.4.1",
"url-join": "^4.0.1"
},
"devDependencies": {}
@ -22674,9 +22674,9 @@
"integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
},
"node_modules/react-live": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/react-live/-/react-live-2.3.0.tgz",
"integrity": "sha512-b+Nc7x/bLu2sPX/If1uncrmUvYtXTqxY8QpzBw/X76SA3QJ1ggU0Ld6X5phLXZ469+XWO5lOU7OpAt0JoTyZPQ==",
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/react-live/-/react-live-2.4.1.tgz",
"integrity": "sha512-r+32f7oV/kBs3QZBRvaT+9vOkQW47UZrDpgwUe5FiIMOl7sdo5pmISgb7Zpj5PGHgY6XQaiXs3FEh+IWw3KbRg==",
"dependencies": {
"@types/buble": "^0.20.0",
"buble": "0.19.6",
@ -48135,9 +48135,9 @@
"integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
},
"react-live": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/react-live/-/react-live-2.3.0.tgz",
"integrity": "sha512-b+Nc7x/bLu2sPX/If1uncrmUvYtXTqxY8QpzBw/X76SA3QJ1ggU0Ld6X5phLXZ469+XWO5lOU7OpAt0JoTyZPQ==",
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/react-live/-/react-live-2.4.1.tgz",
"integrity": "sha512-r+32f7oV/kBs3QZBRvaT+9vOkQW47UZrDpgwUe5FiIMOl7sdo5pmISgb7Zpj5PGHgY6XQaiXs3FEh+IWw3KbRg==",
"requires": {
"@types/buble": "^0.20.0",
"buble": "0.19.6",

View File

@ -46,7 +46,7 @@
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-live": "^2.3.0",
"react-live": "^2.4.1",
"url-join": "^4.0.1"
},
"devDependencies": {},