Skip to content

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jan 22, 2025
1 parent 2a02366 commit 88f79cd
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 524 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
types:
- buildhook

permissions:
contents: write

jobs:
build:
name: Build
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
"author": "Davay42",
"type": "module",
"engines": {
"node": "^20.x"
"node": "^23.x"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.64.0",
"@vueuse/core": "^11.2.0",
"@unocss/reset": "^65.4.2",
"@vueuse/core": "^12.4.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^11.2.0",
"@vueuse/math": "^12.4.0",
"floating-vue": "^5.2.2",
"tonal": "^6.3.0",
"tonal": "^6.4.0",
"use-chromatone": "2.9.8-0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@unocss/extractor-pug": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/language-plugin-pug": "^2.1.10",
"@unocss/extractor-pug": "^65.4.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/language-plugin-pug": "^2.2.0",
"pug": "^3.0.3",
"unocss": "^0.64.0",
"vite": "^5.4.10",
"vite-plugin-singlefile": "^2.0.3"
"unocss": "^65.4.2",
"vite": "^5.4.14",
"vite-plugin-singlefile": "^2.1.0"
}
}
Loading

0 comments on commit 88f79cd

Please sign in to comment.