Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/agmmnn/tauri-controls
Browse files Browse the repository at this point in the history
  • Loading branch information
agmmnn committed Sep 11, 2023
2 parents 388cc33 + d8ae32b commit 358fd08
Show file tree
Hide file tree
Showing 28 changed files with 4,767 additions and 2,480 deletions.
20 changes: 10 additions & 10 deletions apps/tauri-controls-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
"module": "./dist/tauri-controls.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.5"
"@tauri-apps/api": "2.0.0-alpha.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@tauri-apps/cli": "^2.0.0-alpha.10",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
"@tauri-apps/cli": "^2.0.0-alpha.14",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.2",
"vite-plugin-dts": "^3.5.3",
"vite-plugin-solid": "^2.7.0"
},
"peerDependencies": {
"@tauri-apps/plugin-os": "2.0.0-alpha.0",
"@tauri-apps/plugin-window": "2.0.0-alpha.0",
"@tauri-apps/plugin-os": "2.0.0-alpha.2",
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
"solid-js": "^1.7.8",
"tailwind-merge": "^1.14.0"
}
Expand Down
Loading

0 comments on commit 358fd08

Please sign in to comment.