Skip to content

Commit

Permalink
build(deps): update dependencies (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeb authored Jan 30, 2024
1 parent 5be217b commit 9b53119
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 353 deletions.
6 changes: 0 additions & 6 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi

nix_direnv_watch_file flake.nix
nix_direnv_watch_file flake.lock
use flake . --impure
5 changes: 4 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.1.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"organizeImports": {
"enabled": true
},
Expand All @@ -18,8 +18,11 @@
},
"files": {
"ignore": [
".devenv",
".direnv",
".vercel/*",
".svelte-kit/*",
"firmware",
"node_modules/*",
"build/*",
".env",
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

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

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coffee-scale-app",
"version": "2.1.2",
"version": "2.1.3",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -12,28 +12,28 @@
"format": "biome format --write ./src"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@iconify-json/mingcute": "^1.1.14",
"@biomejs/biome": "^1.5.3",
"@iconify-json/mingcute": "^1.1.15",
"@macfja/svelte-persistent-store": "^2.4.1",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/web-bluetooth": "^0.0.20",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"chart.js": "^4.4.1",
"daisyui": "^4.4.20",
"postcss": "^8.4.32",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"daisyui": "^4.6.1",
"postcss": "^8.4.33",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte-french-toast": "^1.2.0",
"tailwindcss": "^3.3.6",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"unplugin-icons": "^0.18.1",
"vite": "^5.0.9"
"unplugin-icons": "^0.18.3",
"vite": "^5.0.12"
},
"type": "module",
"engines": {
"node": ">=18.0.0"
}
}
}
Loading

0 comments on commit 9b53119

Please sign in to comment.