Skip to content

Commit

Permalink
feat: pulled from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Harad committed Nov 13, 2024
1 parent aa2acfa commit d97b111
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/kit": "^2.8.1",
"@types/node": "^22.9.0",
"@types/pg": "^8.11.10",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^5.1.12",
"svelte-check": "^4.0.5",
"prettier-plugin-svelte": "^3.2.8",
"svelte": "^5.1.16",
"svelte-check": "^4.0.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"type": "module",
"dependencies": {
Expand Down
19 changes: 0 additions & 19 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
export enum actionType {
IntakeTote = 'Intake Tote',
EjectTote = 'Eject Tote',
IntakeBalloon = 'Intake Balloon',
ScoreLow = 'Score Low',
ScoreExternalTote = 'Score External Tote',
ScoreInternalTote = 'Score Internal Tote',
ScoreAnotherRobotsTote = 'Score Another Robots Tote'
}

export enum actionResult {
success = 'success',
fail = 'fail'
}

export type ActionData = {
type: actionType;
result: actionResult;
};
export type TeamMatch = {
team_key: string;
match_key: string;
Expand Down

0 comments on commit d97b111

Please sign in to comment.