Skip to content

Commit c656e83

Browse files
committed
chore: Bump version to 0.12.4 and update dependencies
1 parent ac8f1fa commit c656e83

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trucktools",
33
"private": true,
4-
"version": "0.12.3",
4+
"version": "0.12.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -50,7 +50,7 @@
5050
"@tabler/icons-react": "3.36.1",
5151
"@tailwindcss/vite": "4.1.18",
5252
"@tauri-apps/api": "2.9.1",
53-
"@tauri-apps/plugin-dialog": "2.5.0",
53+
"@tauri-apps/plugin-dialog": "2.6.0",
5454
"@tauri-apps/plugin-fs": "2.4.5",
5555
"@tauri-apps/plugin-os": "2.3.2",
5656
"@tauri-apps/plugin-process": "2.3.1",
@@ -59,7 +59,7 @@
5959
"@tauri-apps/plugin-updater": "2.9.0",
6060
"buffer": "6.0.3",
6161
"classnames": "2.5.1",
62-
"framer-motion": "12.25.0",
62+
"framer-motion": "12.26.2",
6363
"react": "19.2.3",
6464
"react-color-palette": "7.3.1",
6565
"react-dom": "19.2.3",
@@ -69,7 +69,7 @@
6969
"@eslint/js": "9.39.2",
7070
"@tailwindcss/postcss": "4.1.18",
7171
"@tauri-apps/cli": "2.9.6",
72-
"@types/node": "25.0.6",
72+
"@types/node": "25.0.8",
7373
"@types/react": "19.2.8",
7474
"@types/react-dom": "19.2.3",
7575
"@vitejs/plugin-react": "5.1.2",
@@ -80,11 +80,11 @@
8080
"eslint-plugin-react-refresh": "0.4.26",
8181
"globals": "17.0.0",
8282
"postcss": "8.5.6",
83-
"prettier": "3.7.4",
83+
"prettier": "3.8.0",
8484
"prettier-plugin-tailwindcss": "0.7.2",
8585
"tailwindcss": "4.1.18",
8686
"typescript": "5.9.3",
87-
"typescript-eslint": "8.52.0",
87+
"typescript-eslint": "8.53.0",
8888
"vite": "7.3.1"
8989
},
9090
"packageManager": "pnpm@10.28.0"

src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trucktools"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
description = "Truck Tools"
55
authors = ["SiberianCoffe"]
66
edition = "2024"
@@ -20,7 +20,7 @@ tauri-build = { version = "2.5.3", features = [] }
2020
[dependencies]
2121
tauri = { version = "2.9.5", features = ["protocol-asset"] }
2222
tauri-plugin-store = "2.4.2"
23-
tauri-plugin-dialog = "2.5.0"
23+
tauri-plugin-dialog = "2.6.0"
2424
tauri-plugin-fs = "2.4.5"
2525
tauri-plugin-shell = "2.3.4"
2626
tauri-plugin-process = "2.3.1"
@@ -30,7 +30,7 @@ cached = "0.56.0"
3030
libloading = "0.9.0"
3131
hex = "0.4.3"
3232
walkdir = "2.5.0"
33-
zip = "7.0.0"
33+
zip = "7.1.0"
3434
tauri-plugin-os = "2.3.2"
3535

3636
[dependencies.uuid]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"productName": "Truck Tools",
2424
"mainBinaryName": "Truck Tools",
25-
"version": "0.12.3",
25+
"version": "0.12.4",
2626
"identifier": "com.trucktools.dev",
2727
"plugins": {
2828
"updater": {

src/components/Modals/AboutModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const AboutModal: FC<AboutModalProps> = ({ isOpen, onOpenChange }) => {
4646
{() => (
4747
<>
4848
<ModalHeader className="flex flex-col gap-1">
49-
Truck Tools - Preview 0.12.3
49+
Truck Tools - Preview 0.12.4
5050
</ModalHeader>
5151
<Divider />
5252
<ModalBody className="flex items-center justify-center py-1">

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.3
1+
0.12.4

0 commit comments

Comments
 (0)