Skip to content

Commit

Permalink
V2 Upgrade (#7)
Browse files Browse the repository at this point in the history
* Disable logs in production and fix pnpm lockfile

* wip: specta support

* compiling!!!

---------

Co-authored-by: Ryan Dsouza <r.dsouza@newmotion.com>
  • Loading branch information
atilafassina and Ryan Dsouza committed Jun 4, 2024
1 parent 2fdf849 commit 399e791
Show file tree
Hide file tree
Showing 38 changed files with 17,519 additions and 2,160 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,21 @@
"license": "MIT",
"dependencies": {
"@kobalte/core": "^0.11.2",
"@tauri-apps/api": "^1.5.1",
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-dialog": "2.0.0-beta.5",
"@tauri-apps/plugin-fs": "2.0.0-beta.5",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"solid-js": "^1.8.3",
"solid-transition-group": "^0.2.3",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@tauri-apps/cli": "2.0.0-beta.20",
"internal-ip": "^7.0.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-solid": "^2.7.2"
},
"packageManager": "pnpm@8.7.4+sha1.9dfcac89c4010a00ce092c3cda76dab72cd99198"
}
}
Loading

0 comments on commit 399e791

Please sign in to comment.