Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 7caff73

Browse files
committed
chore: version bump & dep updates
1 parent 8e9bbf9 commit 7caff73

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bun.lockb

3 Bytes
Binary file not shown.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d4-builder",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -23,8 +23,8 @@
2323
"class-variance-authority": "^0.7.0",
2424
"clsx": "^2.1.1",
2525
"cmdk": "^1.0.0",
26-
"lucide-react": "^0.441.0",
27-
"next": "14.2.11",
26+
"lucide-react": "^0.445.0",
27+
"next": "14.2.13",
2828
"next-themes": "^0.3.0",
2929
"prettier": "3.3.3",
3030
"prettier-plugin-tailwindcss": "^0.6.6",
@@ -35,14 +35,14 @@
3535
"tailwindcss-animate": "^1.0.7"
3636
},
3737
"devDependencies": {
38-
"@tauri-apps/cli": "^1.6.1",
38+
"@tauri-apps/cli": "^1.6.2",
3939
"@types/node": "^20",
4040
"@types/react": "^18",
4141
"@types/react-dom": "^18",
42-
"eslint": "^9.10.0",
43-
"eslint-config-next": "14.2.11",
42+
"eslint": "^9.11.0",
43+
"eslint-config-next": "14.2.13",
4444
"postcss": "^8",
45-
"tailwindcss": "^3.4.11",
45+
"tailwindcss": "^3.4.12",
4646
"typescript": "^5"
4747
}
4848
}

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "D4 Builder (Beta)",
11-
"version": "0.9.0"
11+
"version": "0.9.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)