Bump @shlinkio/shlink-web-component in the shlink group

Bumps the shlink group with 1 update: [@shlinkio/shlink-web-component](https://github.com/shlinkio/shlink-web-component).


Updates `@shlinkio/shlink-web-component` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/shlinkio/shlink-web-component/releases)
- [Changelog](https://github.com/shlinkio/shlink-web-component/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shlinkio/shlink-web-component/compare/v0.19.0...v0.19.1)

---
updated-dependencies:
- dependency-name: "@shlinkio/shlink-web-component"
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shlink
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-04 07:03:54 +00:00
committed by GitHub
parent cd26200e3e
commit 6e0ab27435
2 changed files with 10 additions and 11 deletions

19
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"@shlinkio/data-manipulation": "^1.0.4",
"@shlinkio/shlink-frontend-kit": "^1.5.0",
"@shlinkio/shlink-js-sdk": "^3.2.1",
"@shlinkio/shlink-web-component": "^0.19.0",
"@shlinkio/shlink-web-component": "^0.19.1",
"@vitest/browser-playwright": "^4.1.9",
"bottlejs": "^2.0.1",
"clsx": "^2.1.1",
@@ -2887,10 +2887,9 @@
"integrity": "sha512-XtgiOsJfpGhGN2MyZJ4gy2zqgzHS70z/36M+ceKpVgNzhevHXU0QVIcpE7JGixnqHBqRVn8dI5O3L1DMgSnIIQ=="
},
"node_modules/@shlinkio/shlink-web-component": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.19.0.tgz",
"integrity": "sha512-h+650avAgpYeLjfe0cFfT/hhgMt35hWzgPJECskDEMJb8urmxmVEX4uLb15CfxjN9KWxcMKc3iW2K1mpJOkIcA==",
"license": "MIT",
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.19.1.tgz",
"integrity": "sha512-zjt7Vg4JZ+4/jts0M+hPB16qserFA8MqwajxOVRknXwnKaKkCzik70BAWbWVtYfxBY0I8vI4WarRNSAzAfnzSA==",
"dependencies": {
"@formkit/drag-and-drop": "^0.5.3",
"@json2csv/plainjs": "^7.0.6",
@@ -2914,12 +2913,12 @@
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.0",
"@reduxjs/toolkit": "^2.5.1",
"@shlinkio/shlink-frontend-kit": "^1.4.0",
"@shlinkio/shlink-frontend-kit": "^1.5.0",
"@shlinkio/shlink-js-sdk": "^3.2.1",
"react": "^19.1",
"react-dom": "^19.1",
"react-redux": "^9.2.0",
"react-router": "^7.1.5"
"react-router": "^8.0.1 || ^7.1.5"
},
"peerDependenciesMeta": {
"@shlinkio/shlink-js-sdk": {
@@ -11669,9 +11668,9 @@
"integrity": "sha512-XtgiOsJfpGhGN2MyZJ4gy2zqgzHS70z/36M+ceKpVgNzhevHXU0QVIcpE7JGixnqHBqRVn8dI5O3L1DMgSnIIQ=="
},
"@shlinkio/shlink-web-component": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.19.0.tgz",
"integrity": "sha512-h+650avAgpYeLjfe0cFfT/hhgMt35hWzgPJECskDEMJb8urmxmVEX4uLb15CfxjN9KWxcMKc3iW2K1mpJOkIcA==",
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.19.1.tgz",
"integrity": "sha512-zjt7Vg4JZ+4/jts0M+hPB16qserFA8MqwajxOVRknXwnKaKkCzik70BAWbWVtYfxBY0I8vI4WarRNSAzAfnzSA==",
"requires": {
"@formkit/drag-and-drop": "^0.5.3",
"@json2csv/plainjs": "^7.0.6",

View File

@@ -31,7 +31,7 @@
"@shlinkio/data-manipulation": "^1.0.4",
"@shlinkio/shlink-frontend-kit": "^1.5.0",
"@shlinkio/shlink-js-sdk": "^3.2.1",
"@shlinkio/shlink-web-component": "^0.19.0",
"@shlinkio/shlink-web-component": "^0.19.1",
"@vitest/browser-playwright": "^4.1.9",
"bottlejs": "^2.0.1",
"clsx": "^2.1.1",