Skip to content

Commit

Permalink
Merge pull request #273 from alley-rs/main
Browse files Browse the repository at this point in the history
0.1.16
  • Loading branch information
thep0y authored Nov 11, 2024
2 parents 8790d1d + 86c47a9 commit 4eb95e7
Show file tree
Hide file tree
Showing 30 changed files with 915 additions and 351 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluxy",
"private": true,
"version": "0.1.15",
"version": "0.1.16",
"type": "module",
"scripts": {
"install:all": "bun i && cd static && bun i",
Expand All @@ -18,17 +18,17 @@
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"alley-components": "^0.3.6",
"alley-components": "^0.3.7",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.1"
"solid-js": "^1.9.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.2",
"@types/node": "^22.7.4",
"@tauri-apps/cli": "^1.6.3",
"@types/node": "^22.9.0",
"cross-env": "^7.0.3",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2"
}
}
Loading

0 comments on commit 4eb95e7

Please sign in to comment.