Skip to content

Commit

Permalink
chore: version bump & dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
juddisjudd committed Sep 21, 2024
1 parent 8e9bbf9 commit 7caff73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d4-builder",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -23,8 +23,8 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"lucide-react": "^0.445.0",
"next": "14.2.13",
"next-themes": "^0.3.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
Expand All @@ -35,14 +35,14 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.1",
"@tauri-apps/cli": "^1.6.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.10.0",
"eslint-config-next": "14.2.11",
"eslint": "^9.11.0",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "D4 Builder (Beta)",
"version": "0.9.0"
"version": "0.9.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 7caff73

Please sign in to comment.