Skip to content

Commit

Permalink
update deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Feb 20, 2025
1 parent cd230b6 commit a468b07
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 136 deletions.
206 changes: 101 additions & 105 deletions bun.lock

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codequill",
"description": "Organize, edit, and preview code efficiently",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"author": {
"name": "The-Best-Codes",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@tauri-apps/plugin-deep-link": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.5",
"@tauri-apps/plugin-sql": "^2.2.0",
"babel-plugin-react-compiler": "^19.0.0-beta-30d8a17-20250209",
"babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
Expand All @@ -67,7 +67,7 @@
"i18next-http-backend": "^3.0.2",
"input-otp": "^1.4.2",
"lucide-react": "^0.475.0",
"motion": "^12.4.3",
"motion": "^12.4.5",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-day-picker": "^9.5.1",
Expand All @@ -76,27 +76,27 @@
"react-i18next": "^15.4.1",
"react-markdown": "^9.0.3",
"react-resizable-panels": "^2.1.7",
"react-router-dom": "^7.1.5",
"react-router-dom": "^7.2.0",
"recharts": "^2.15.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"sonner": "^1.7.4",
"sonner": "^2.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5",
"uuid": "^11.1.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.6",
"@tailwindcss/postcss": "^4.0.7",
"@tailwindcss/typography": "^0.5.16",
"@tauri-apps/cli": "^2.2.7",
"@types/node": "^22.13.4",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.7",
"typescript": "~5.7.3",
"vite": "^6.1.0"
"vite": "^6.1.1"
}
}
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name: codequill
base: core22
version: "2.0.0"
version: "2.0.1"
summary: "Organize, edit, and preview code efficiently"
description: |
"Free tool to save, edit, and preview code efficiently."
Expand Down
32 changes: 16 additions & 16 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codequill"
version = "2.0.0"
version = "2.0.1"
description = "Organize, edit, and preview code efficiently"
authors = ["The-Best-Codes"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CodeQuill",
"version": "2.0.0",
"version": "2.0.1",
"identifier": "com.codequill.app",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit a468b07

Please sign in to comment.