mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 00:02:13 +00:00
chore(deps): bump svelte-select from 5.0.1 to 5.0.2 in /frontend (#1081)
Bumps [svelte-select](https://github.com/rob-balfre/svelte-select) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/rob-balfre/svelte-select/releases) - [Changelog](https://github.com/rob-balfre/svelte-select/blob/master/CHANGELOG.md) - [Commits](https://github.com/rob-balfre/svelte-select/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: svelte-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
Generated
+7
-7
@@ -25,7 +25,7 @@
|
||||
"set-interval-async": "^3.0.2",
|
||||
"svelte-autosize": "^1.0.1",
|
||||
"svelte-chartjs": "^3.1.0",
|
||||
"svelte-select": "^5.0.1",
|
||||
"svelte-select": "^5.0.2",
|
||||
"vscode-ws-jsonrpc": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -6404,9 +6404,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/svelte-select": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/svelte-select/-/svelte-select-5.0.1.tgz",
|
||||
"integrity": "sha512-lmuTy4TrNeGikf+Fls+Bnwumly8GCazINtVTfzbCfHatpR3HHYqnDzLB59hLFso6XCHgI8PqQZLHJBE9DiybgQ==",
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/svelte-select/-/svelte-select-5.0.2.tgz",
|
||||
"integrity": "sha512-SsyIwcRVl38041xk7HoPCAew8D6ypTrMvoNcwOgAEWz9Yycgd/uZ58gMSubxSDtkW/ohuYmmHf5OlGCKIqn9Cw==",
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "^1.0.10",
|
||||
"svelte-floating-ui": "1.1.6"
|
||||
@@ -11677,9 +11677,9 @@
|
||||
}
|
||||
},
|
||||
"svelte-select": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/svelte-select/-/svelte-select-5.0.1.tgz",
|
||||
"integrity": "sha512-lmuTy4TrNeGikf+Fls+Bnwumly8GCazINtVTfzbCfHatpR3HHYqnDzLB59hLFso6XCHgI8PqQZLHJBE9DiybgQ==",
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/svelte-select/-/svelte-select-5.0.2.tgz",
|
||||
"integrity": "sha512-SsyIwcRVl38041xk7HoPCAew8D6ypTrMvoNcwOgAEWz9Yycgd/uZ58gMSubxSDtkW/ohuYmmHf5OlGCKIqn9Cw==",
|
||||
"requires": {
|
||||
"@floating-ui/dom": "^1.0.10",
|
||||
"svelte-floating-ui": "1.1.6"
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"set-interval-async": "^3.0.2",
|
||||
"svelte-autosize": "^1.0.1",
|
||||
"svelte-chartjs": "^3.1.0",
|
||||
"svelte-select": "^5.0.1",
|
||||
"svelte-select": "^5.0.2",
|
||||
"vscode-ws-jsonrpc": "^2.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user