Skip to content

Commit

Permalink
optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Nov 17, 2024
1 parent 500c678 commit 1f941f4
Show file tree
Hide file tree
Showing 18 changed files with 672 additions and 501 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-slot": "^1.1.0",
"@tauri-apps/plugin-fs": "2.0.1",
"@tauri-apps/plugin-fs": "2.0.2",
"@tauri-apps/plugin-http": "2.0.1",
"@tauri-apps/plugin-notification": "2.0.0",
"@tauri-apps/plugin-process": "2.0.0",
Expand All @@ -16,9 +16,9 @@
"clsx": "^2.1.1",
"daisyui": "^4.12.14",
"embla-carousel-react": "^8.3.1",
"lucide-react": "^0.454.0",
"lucide-react": "^0.456.0",
"minisearch": "^7.1.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"react": "19.0.0-beta-26f2496093-20240514",
"react-dom": "19.0.0-beta-26f2496093-20240514",
"react-icons": "^5.3.0",
Expand Down Expand Up @@ -54,25 +54,25 @@
]
},
"devDependencies": {
"@rsbuild/core": "1.0.19",
"@rsbuild/core": "1.1.1",
"@rsbuild/plugin-babel": "1.0.3",
"@rsbuild/plugin-react": "1.0.6",
"@rsbuild/plugin-react": "1.0.7",
"@rsbuild/plugin-svgr": "1.0.5",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/cli": "2.0.4",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/cli": "2.1.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-modal": "^3.16.3",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"cross-env": "^7.0.3",
"cryptr": "^6.3.0",
"eslint": "^9.14.0",
"eslint-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"prettier": "^3.3.3",
"shadcn": "^2.1.5"
"shadcn": "^2.1.6"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1f941f4

Please sign in to comment.