Skip to content

Commit aaa6fcb

Browse files
fix(deps): update all non-major dependencies
1 parent e1d678c commit aaa6fcb

File tree

4 files changed

+2334
-2151
lines changed

4 files changed

+2334
-2151
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"embed-licenses": "node ./scripts/embed-license-reports.js"
1919
},
2020
"devDependencies": {
21-
"@nuxt/eslint": "1.9.0",
21+
"@nuxt/eslint": "1.10.0",
2222
"@nuxt/eslint-config": "^1.9.0",
2323
"@nuxtjs/i18n": "^10.1.0",
2424
"@nuxtjs/tailwindcss": "^6.14.0",
@@ -43,7 +43,7 @@
4343
"@heroicons/vue": "2.2.0",
4444
"@paralleldrive/cuid2": "^2.1.0",
4545
"@phosphor-icons/vue": "^2.1.6",
46-
"@pinia/nuxt": "0.11.2",
46+
"@pinia/nuxt": "0.11.3",
4747
"@popperjs/core": "^2.11.8",
4848
"@tauri-apps/api": "^2.0.0",
4949
"@tauri-apps/plugin-autostart": "^2.0.0",
@@ -62,7 +62,7 @@
6262
"@tiptap/vue-3": "^2.10.3",
6363
"@vojtechlanka/vue-tags-input": "^3",
6464
"mitt": "3.0.1",
65-
"pinia": "3.0.3",
65+
"pinia": "3.0.4",
6666
"radix-vue": "1.9.17",
6767
"v-calendar": "^3.1.2",
6868
"vue": "^3.5.13",
@@ -72,7 +72,7 @@
7272
},
7373
"resolutions": {
7474
"vite": "^6.0.0",
75-
"esbuild": "^0.25.0",
75+
"esbuild": "^0.27.0",
7676
"chokidar": "^3.6.0"
7777
},
7878
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"

src-tauri/Cargo.lock

Lines changed: 46 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_json = "1.0.145"
2727
serde = { version = "1.0", features = ["derive"] }
2828
tauri = { version = "2.8.0", features = ["protocol-asset"] }
2929
tauri-plugin-persisted-scope = { features = ["protocol-asset"], version = "2.3.2" }
30-
ignore = "=0.4.23"
30+
ignore = "=0.4.25"
3131
tauri-plugin-store = "2.4.0"
3232
tauri-plugin-log = "2.7.0"
3333
tauri-plugin-dialog = "2.4.0"

0 commit comments

Comments
 (0)