mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
chore(deps): bump @tanstack/svelte-table in /frontend (#1112)
Bumps [@tanstack/svelte-table](https://github.com/tanstack/table) from 8.7.2 to 8.7.6. - [Release notes](https://github.com/tanstack/table/releases) - [Commits](https://github.com/tanstack/table/compare/v8.7.2...v8.7.6) --- updated-dependencies: - dependency-name: "@tanstack/svelte-table" 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> Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
Generated
+15
-15
@@ -12,7 +12,7 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
||||
"@leeoniya/ufuzzy": "^0.9.0",
|
||||
"@redocly/json-to-json-schema": "^0.0.1",
|
||||
"@tanstack/svelte-table": "^8.7.2",
|
||||
"@tanstack/svelte-table": "^8.7.6",
|
||||
"async-mutex": "^0.4.0",
|
||||
"chartjs-adapter-date-fns": "^2.0.0",
|
||||
"chartjs-plugin-zoom": "^2.0.0",
|
||||
@@ -896,11 +896,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tanstack/svelte-table": {
|
||||
"version": "8.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-8.7.2.tgz",
|
||||
"integrity": "sha512-uAZQQXWnwuyT5H7uCyxUYlJIm+6jv34ibzLbuwwGAzvnJa6QZcBsQILAgO6hJYBHIt8PRA86uC5/w3sBpokH8g==",
|
||||
"version": "8.7.6",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-8.7.6.tgz",
|
||||
"integrity": "sha512-Nm4rgww6FnRwyvHZ16dzGQPMJOs6Z0DYmixHG6yfa7stAOtEXLRxREmdqiPxTlBTSDVaCcgJeYEyfwvVl7BH8w==",
|
||||
"dependencies": {
|
||||
"@tanstack/table-core": "8.7.2"
|
||||
"@tanstack/table-core": "8.7.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
@@ -914,9 +914,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tanstack/table-core": {
|
||||
"version": "8.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.7.2.tgz",
|
||||
"integrity": "sha512-Y+3AyuyFvjFlNdxbQ8Mm7muX5yUN31VSABDPyEpNsBIKyJre+AvqcsEdLoPGGAGtHsl+creH3xDOdn2ZPl19Cg==",
|
||||
"version": "8.7.6",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.7.6.tgz",
|
||||
"integrity": "sha512-sqiNTMzB6cpyL8DFH6/VqW48SwiflLqxQqYpo2wNock7rdVGvlm0BLNI8vZUJbr1+fmmWmHwBvi5OMgZw8n1DA==",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
@@ -7665,17 +7665,17 @@
|
||||
}
|
||||
},
|
||||
"@tanstack/svelte-table": {
|
||||
"version": "8.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-8.7.2.tgz",
|
||||
"integrity": "sha512-uAZQQXWnwuyT5H7uCyxUYlJIm+6jv34ibzLbuwwGAzvnJa6QZcBsQILAgO6hJYBHIt8PRA86uC5/w3sBpokH8g==",
|
||||
"version": "8.7.6",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-8.7.6.tgz",
|
||||
"integrity": "sha512-Nm4rgww6FnRwyvHZ16dzGQPMJOs6Z0DYmixHG6yfa7stAOtEXLRxREmdqiPxTlBTSDVaCcgJeYEyfwvVl7BH8w==",
|
||||
"requires": {
|
||||
"@tanstack/table-core": "8.7.2"
|
||||
"@tanstack/table-core": "8.7.6"
|
||||
}
|
||||
},
|
||||
"@tanstack/table-core": {
|
||||
"version": "8.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.7.2.tgz",
|
||||
"integrity": "sha512-Y+3AyuyFvjFlNdxbQ8Mm7muX5yUN31VSABDPyEpNsBIKyJre+AvqcsEdLoPGGAGtHsl+creH3xDOdn2ZPl19Cg=="
|
||||
"version": "8.7.6",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.7.6.tgz",
|
||||
"integrity": "sha512-sqiNTMzB6cpyL8DFH6/VqW48SwiflLqxQqYpo2wNock7rdVGvlm0BLNI8vZUJbr1+fmmWmHwBvi5OMgZw8n1DA=="
|
||||
},
|
||||
"@trysound/sax": {
|
||||
"version": "0.2.0",
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
||||
"@leeoniya/ufuzzy": "^0.9.0",
|
||||
"@redocly/json-to-json-schema": "^0.0.1",
|
||||
"@tanstack/svelte-table": "^8.7.2",
|
||||
"@tanstack/svelte-table": "^8.7.6",
|
||||
"async-mutex": "^0.4.0",
|
||||
"chartjs-adapter-date-fns": "^2.0.0",
|
||||
"chartjs-plugin-zoom": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user