Skip to content

Commit

Permalink
move all Tauri to devDeps, let user install (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda authored Jan 14, 2024
1 parent fbcf373 commit f8d31fb
Show file tree
Hide file tree
Showing 12 changed files with 2,758 additions and 2,157 deletions.
8 changes: 8 additions & 0 deletions .changeset/hot-bats-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"tauri-controls-svelte": minor
"@tauri-controls/solid": minor
"@tauri-controls/vue": minor
"@tauri-controls/react": minor
---

Remove all Tauri dependencies from the list of dependecies. This will require the user to install these (which were already in the instructions), but allow for more control of a single version of these packages.
9 changes: 4 additions & 5 deletions apps/tauri-controls-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"module": "./dist/tauri-controls.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.16"
},
"dependencies": {},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@tauri-apps/cli": "2.0.0-alpha.16",
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/cli": "2.0.0-alpha.20",
"@tauri-apps/plugin-os": "2.0.0-alpha.6",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
Expand All @@ -56,7 +56,6 @@
"vite-plugin-solid": "^2.7.0"
},
"peerDependencies": {
"@tauri-apps/plugin-os": "2.0.0-alpha.3",
"solid-js": "^1.7.8",
"tailwind-merge": "^1.14.0"
}
Expand Down
Loading

0 comments on commit f8d31fb

Please sign in to comment.