Skip to content

Commit

Permalink
Upgrade all
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Sep 30, 2024
1 parent dc401c4 commit e4189bd
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 275 deletions.
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@tauri-apps/cli": "next",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}
6 changes: 3 additions & 3 deletions examples/custom-plugin/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "next",
"solid-js": "^1.8.19",
"solid-js": "^1.9.1",
"tauri-specta-custom-plugin": "workspace:*"
},
"devDependencies": {
"@tauri-apps/cli": "next",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/custom-plugin/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"codegen": "cargo test && pnpm build"
},
"devDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit e4189bd

Please sign in to comment.