mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Update shlink-web-component to v0.3.0
This commit is contained in:
parent
e81588616e
commit
de0b735eab
3 changed files with 10 additions and 10 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -5,7 +5,7 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: '9:00'
|
||||
time: '09:00'
|
||||
timezone: 'Europe/Madrid'
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: docker
|
||||
|
@ -13,5 +13,5 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: '9:01'
|
||||
time: '09:00'
|
||||
timezone: 'Europe/Madrid'
|
||||
|
|
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@json2csv/plainjs": "^7.0.1",
|
||||
"@reduxjs/toolkit": "^1.9.5",
|
||||
"@shlinkio/shlink-frontend-kit": "^0.2.0",
|
||||
"@shlinkio/shlink-web-component": "^0.2.0",
|
||||
"@shlinkio/shlink-web-component": "^0.3.0",
|
||||
"bootstrap": "5.2.3",
|
||||
"bottlejs": "^2.0.1",
|
||||
"classnames": "^2.3.2",
|
||||
|
@ -3024,9 +3024,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@shlinkio/shlink-web-component": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.2.0.tgz",
|
||||
"integrity": "sha512-7yOTC7VyQwcSE++7nzdfrZIpfl/1vtsyxUcz7SEh7tC1xbUzjjiUgkAJHXQ6SsAbbYWHEt64nkw2gv5m8Iyq7g==",
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.3.0.tgz",
|
||||
"integrity": "sha512-8zAcSF5j403pQrnScHBwPJpJbZDLTWxbuu9GZLJK77ZHDRQ0xYjc1iKZPAiwVWDYnr7SSHkeGq8DgrKs7n2K8Q==",
|
||||
"dependencies": {
|
||||
"@json2csv/plainjs": "^7.0.1",
|
||||
"bottlejs": "^2.0.1",
|
||||
|
@ -12630,9 +12630,9 @@
|
|||
}
|
||||
},
|
||||
"@shlinkio/shlink-web-component": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.2.0.tgz",
|
||||
"integrity": "sha512-7yOTC7VyQwcSE++7nzdfrZIpfl/1vtsyxUcz7SEh7tC1xbUzjjiUgkAJHXQ6SsAbbYWHEt64nkw2gv5m8Iyq7g==",
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.3.0.tgz",
|
||||
"integrity": "sha512-8zAcSF5j403pQrnScHBwPJpJbZDLTWxbuu9GZLJK77ZHDRQ0xYjc1iKZPAiwVWDYnr7SSHkeGq8DgrKs7n2K8Q==",
|
||||
"requires": {
|
||||
"@json2csv/plainjs": "^7.0.1",
|
||||
"bottlejs": "^2.0.1",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"@json2csv/plainjs": "^7.0.1",
|
||||
"@reduxjs/toolkit": "^1.9.5",
|
||||
"@shlinkio/shlink-frontend-kit": "^0.2.0",
|
||||
"@shlinkio/shlink-web-component": "^0.2.0",
|
||||
"@shlinkio/shlink-web-component": "^0.3.0",
|
||||
"bootstrap": "5.2.3",
|
||||
"bottlejs": "^2.0.1",
|
||||
"classnames": "^2.3.2",
|
||||
|
|
Loading…
Reference in a new issue