aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-17 09:13:02 +0100
committerGitHub <noreply@github.com>2024-06-17 09:13:02 +0100
commit238452b2a24e7b5a24634ecfe0cacf41a32b4936 (patch)
tree97553ce00c03aefc6df79cdf832bb131804a6d72
parentchore(deps-dev): bump vite from 5.2.13 to 5.3.1 in /ui (#2150) (diff)
downloadatuin-238452b2a24e7b5a24634ecfe0cacf41a32b4936.zip
chore(deps): bump @tauri-apps/plugin-sql in /ui (#2149)
Bumps @tauri-apps/plugin-sql from 2.0.0-beta.2 to 2.0.0-beta.5. --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-sql" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--ui/package.json2
-rw-r--r--ui/pnpm-lock.yaml15
2 files changed, 6 insertions, 11 deletions
diff --git a/ui/package.json b/ui/package.json
index 5537809e..500b9893 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -20,7 +20,7 @@
"@tanstack/react-virtual": "^3.5.1",
"@tauri-apps/api": "2.0.0-beta.13",
"@tauri-apps/plugin-http": "2.0.0-beta.5",
- "@tauri-apps/plugin-sql": "2.0.0-beta.2",
+ "@tauri-apps/plugin-sql": "2.0.0-beta.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"core": "link:@tauri-apps/api/core",
diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml
index 20030603..2864f51e 100644
--- a/ui/pnpm-lock.yaml
+++ b/ui/pnpm-lock.yaml
@@ -36,8 +36,8 @@ dependencies:
specifier: 2.0.0-beta.5
version: 2.0.0-beta.5
'@tauri-apps/plugin-sql':
- specifier: 2.0.0-beta.2
- version: 2.0.0-beta.2
+ specifier: 2.0.0-beta.5
+ version: 2.0.0-beta.5
class-variance-authority:
specifier: ^0.7.0
version: 0.7.0
@@ -1465,11 +1465,6 @@ packages:
engines: {node: '>= 18', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
dev: false
- /@tauri-apps/api@2.0.0-beta.4:
- resolution: {integrity: sha512-Nxtj28NYUo5iwYkpYslxmOPkdI2WkELU2e3UH9nbJm9Ydki2CQwJVGQxx4EANtdZcMNsEsUzRqaDTvEUYH1l6w==}
- engines: {node: '>= 18', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
- dev: false
-
/@tauri-apps/cli-darwin-arm64@2.0.0-beta.20:
resolution: {integrity: sha512-oCJOCib7GuYkwkBXx+ekamR8NZZU+2i3MLP+DHpDxK5gS2uhCE+CBkamJkNt6y1x6xdVnwyqZOm5RvN4SRtyIA==}
engines: {node: '>= 10'}
@@ -1583,10 +1578,10 @@ packages:
'@tauri-apps/api': 2.0.0-beta.13
dev: false
- /@tauri-apps/plugin-sql@2.0.0-beta.2:
- resolution: {integrity: sha512-gNX/4VjGl0TD4Ct58ar4bLF82iRp2L5sS79FmtzKlXYj7tVbkxenIi+mGIBz3Ut1JQP5WNL4/5wq74bkDlBggA==}
+ /@tauri-apps/plugin-sql@2.0.0-beta.5:
+ resolution: {integrity: sha512-EuhrMeIGmIQmGYuzxk6i+PPqIMMgT+nApNsjYbpuVwYuav60RiI0pIC76B77BfmO5J7Sj9ueJyhiugwUevsYmQ==}
dependencies:
- '@tauri-apps/api': 2.0.0-beta.4
+ '@tauri-apps/api': 2.0.0-beta.13
dev: false
/@types/babel__core@7.20.5: