Skip to content

Commit

Permalink
Update vue-tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed Oct 10, 2023
1 parent b996a0d commit 7c89c56
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
2 changes: 2 additions & 0 deletions client/src/components/LandControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,12 @@ const props = defineProps<{
const { autoland, lands, targetDeckSize, sideboardBasics, preferredBasics, otherbasics } = toRefs(props);
const emit = defineEmits<{
(e: "update:autoland", value: boolean): void;
(e: "update:lands", color: CardColor, value: number): void;
(e: "update:targetDeckSize", value: number): void;
(e: "update:sideboardBasics", value: number): void;
(e: "update:preferredBasics", set: string): void;
(e: "removebasics"): void;
}>();
// Methods;
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"typescript": "^5.0.2",
"vue-loader": "^17.2.2",
"vue-style-loader": "^4.1.3",
"vue-tsc": "^1.8.8",
"vue-tsc": "^1.8.18",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.1.4",
Expand Down

0 comments on commit 7c89c56

Please sign in to comment.