Skip to content

Commit 8709a48

Browse files
authored
Bump version for both Rust and Typescript (#19)
* bump package * fix selection bug * update OpenAI model versions in settings and provider implementation * refactor: migrate from NextUI to HeroUI components and update dependencies - Replaced all instances of NextUI components with HeroUI equivalents in the application. - Updated package.json and pnpm-lock.yaml to reflect the new HeroUI dependencies. - Bumped Tauri-related dependencies to their latest versions for improved functionality. - Adjusted Tailwind configuration to integrate HeroUI theme. - Fixed various import paths and component usages throughout the application. * fix: update publish workflow and improve macOS schema descriptions - Removed unnecessary NSIS bundle argument from the Windows ARM target in the publish workflow. - Enhanced descriptions in the macOS schema to clarify capabilities and permissions, ensuring better understanding and usage.
1 parent 6708284 commit 8709a48

25 files changed

+7939
-7464
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- platform: 'windows-latest'
2121
args: '--target x86_64-pc-windows-msvc'
2222
- platform: 'windows-latest'
23-
args: '--target aarch64-pc-windows-msvc --bundles nsis'
23+
args: '--target aarch64-pc-windows-msvc'
2424

2525
runs-on: ${{ matrix.platform }}
2626
steps:

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,45 +9,45 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@nextui-org/button": "^2.0.38",
13-
"@nextui-org/image": "^2.0.32",
14-
"@nextui-org/input": "^2.2.5",
15-
"@nextui-org/modal": "^2.0.41",
16-
"@nextui-org/react": "^2.4.8",
17-
"@nextui-org/select": "^2.2.7",
18-
"@nextui-org/skeleton": "^2.0.32",
19-
"@nextui-org/system": "^2.2.6",
20-
"@nextui-org/tabs": "^2.0.37",
21-
"@nextui-org/theme": "^2.2.11",
22-
"@nextui-org/tooltip": "^2.0.41",
12+
"@heroui/button": "^2.2.9",
13+
"@heroui/image": "^2.2.5",
14+
"@heroui/input": "^2.4.8",
15+
"@heroui/modal": "^2.2.7",
16+
"@heroui/react": "^2.6.11",
17+
"@heroui/select": "^2.4.9",
18+
"@heroui/skeleton": "^2.2.5",
19+
"@heroui/system": "^2.4.6",
20+
"@heroui/tabs": "^2.2.7",
21+
"@heroui/theme": "^2.4.5",
22+
"@heroui/tooltip": "^2.2.7",
2323
"@tauri-apps/api": "2.0.2",
24-
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
25-
"@tauri-apps/plugin-dialog": "2.0.0",
26-
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
27-
"@tauri-apps/plugin-log": "2.0.0",
28-
"@tauri-apps/plugin-positioner": "2.0.0",
29-
"@tauri-apps/plugin-shell": "2.0.0",
30-
"@tauri-apps/plugin-store": "^2.0.0",
31-
"@tauri-apps/plugin-stronghold": "2.0.0",
32-
"clipboard": "link:@tauri-apps/api/clipboard",
33-
"framer-motion": "^11.11.8",
24+
"@tauri-apps/cli-win32-arm64-msvc": "^2.6.2",
25+
"@tauri-apps/plugin-clipboard-manager": "2.3.0",
26+
"@tauri-apps/plugin-dialog": "2.3.0",
27+
"@tauri-apps/plugin-global-shortcut": "^2.3.0",
28+
"@tauri-apps/plugin-log": "2.6.0",
29+
"@tauri-apps/plugin-positioner": "2.3.0",
30+
"@tauri-apps/plugin-shell": "2.3.0",
31+
"@tauri-apps/plugin-store": "2.3.0",
32+
"clipboard": "link:@tauri-apps\\api\\clipboard",
33+
"framer-motion": "^11.18.2",
3434
"next": "14.2.15",
3535
"react": "^18.3.1",
3636
"react-dom": "^18.3.1",
37-
"react-icons": "^5.3.0"
37+
"react-icons": "^5.5.0"
3838
},
3939
"devDependencies": {
40-
"@tauri-apps/cli": "2.0.2",
41-
"@types/node": "^20.16.11",
42-
"@types/react": "^18.3.11",
43-
"@types/react-dom": "^18.3.1",
44-
"eslint": "^9.12.0",
40+
"@tauri-apps/cli": "2.6.2",
41+
"@types/node": "^20.19.4",
42+
"@types/react": "^18.3.23",
43+
"@types/react-dom": "^18.3.7",
44+
"eslint": "^9.30.1",
4545
"eslint-config-next": "14.2.3",
46-
"postcss": "^8.4.47",
47-
"prettier": "^3.3.3",
46+
"postcss": "^8.5.6",
47+
"prettier": "^3.6.2",
4848
"prettier-plugin-tailwindcss": "^0.5.14",
49-
"tailwindcss": "^3.4.13",
50-
"typescript": "^5.6.3"
49+
"tailwindcss": "^3.4.17",
50+
"typescript": "^5.8.3"
5151
},
5252
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
5353
}

pnpm-lock.yaml

Lines changed: 3611 additions & 3490 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)