Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox authored May 24, 2024
2 parents 4a7c0b7 + 6321e46 commit 11b24d2
Show file tree
Hide file tree
Showing 4 changed files with 867 additions and 599 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build Frontend
run: yarn && yarn generate

- uses: JonasKruckenberg/tauri-build@v1.4.0
- uses: JonasKruckenberg/tauri-build@v1.5.11
id: tauri_build
with:
target: ${{ matrix.platform.rust_target }}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"lint": "eslint . --fix"
},
"devDependencies": {
"@nuxt/eslint-config": "0.2.0",
"@nuxtjs/tailwindcss": "6.11.4",
"@tauri-apps/cli": "1.5.11",
"@nuxt/eslint-config": "0.3.13",
"@nuxtjs/tailwindcss": "6.12.0",
"@tauri-apps/cli": "1.5.14",
"@types/node": "^18.11.18",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"eslint": "9.3.0",
"eslint-plugin-perfectionist": "^2.2.0",
"eslint-plugin-tailwindcss": "^3.8.0",
"nuxt": "^3.7.1",
"postcss-custom-properties": "13.3.6",
"postcss-custom-properties": "13.3.10",
"rollup-plugin-license": "^3.0.1"
},
"dependencies": {
Expand All @@ -35,11 +35,11 @@
"@phosphor-icons/vue": "^2.1.6",
"@pinia/nuxt": "0.5.1",
"@popperjs/core": "^2.11.8",
"@tauri-apps/api": "1.5.3",
"@tiptap/extension-typography": "2.2.4",
"@tiptap/pm": "2.2.4",
"@tiptap/starter-kit": "2.2.4",
"@tiptap/vue-3": "2.2.4",
"@tauri-apps/api": "1.5.6",
"@tiptap/extension-typography": "2.4.0",
"@tiptap/pm": "2.4.0",
"@tiptap/starter-kit": "2.4.0",
"@tiptap/vue-3": "2.4.0",
"floating-vue": "5.2.2",
"mitt": "3.0.1",
"pinia": "2.1.7",
Expand All @@ -52,9 +52,9 @@
"zod": "^3.20.6"
},
"resolutions": {
"terser": "5.29.2",
"undici": "6.11.1",
"terser": "5.31.0",
"undici": "6.18.1",
"json5": "2.2.3",
"semver": "7.6.0"
"semver": "7.6.2"
}
}
70 changes: 35 additions & 35 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 11b24d2

Please sign in to comment.