Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed May 6, 2024
1 parent 591b7e3 commit 21923b3
Show file tree
Hide file tree
Showing 6 changed files with 3,039 additions and 2,473 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: true

- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install pnpm + deps
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: true

- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: true

- name: Use Node.js
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
"check": "cd src-tauri && cargo check"
},
"dependencies": {
"@tauri-apps/api": "1.5.1",
"vue": "3.4.1"
"@tauri-apps/api": "1.5.4",
"vue": "3.4.26"
},
"devDependencies": {
"@tauri-apps/cli": "1.5.7",
"@types/node": "20.12.5",
"@vitejs/plugin-vue": "5.0.1",
"@tauri-apps/cli": "1.5.12",
"@types/node": "20.12.10",
"@vitejs/plugin-vue": "5.0.4",
"@vue/devtools": "7.1.3",
"@vue/eslint-config-typescript": "13.0.0",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"eslint": "9.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.4.0",
"eslint-plugin-security": "3.0.0",
"eslint-plugin-vue": "9.25.0",
"postcss": "8.4.32",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.0",
"tailwindcss": "3.4.0",
"typescript": "5.4.2",
"unplugin-auto-import": "0.17.2",
"vite": "5.2.7",
"postcss-nesting": "12.1.2",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"unplugin-auto-import": "0.17.5",
"vite": "5.2.11",
"vitest": "1.6.0",
"vue-tsc": "2.0.1"
"vue-tsc": "2.0.16"
}
}
}

0 comments on commit 21923b3

Please sign in to comment.