Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
bling-my-deck is a site that allows Magic: The Gathering players to find the most expensive version of their pet decks ✨

## features

- View all printings for a card, and see how that affects the price
- Typeahead autocomplete when inputting decklist
- Mobile support
Expand Down
9 changes: 4 additions & 5 deletions codegen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

import type { CodegenConfig } from '@graphql-codegen/cli';
import type { CodegenConfig } from "@graphql-codegen/cli";

const config: CodegenConfig = {
overwrite: true,
Expand All @@ -11,9 +10,9 @@ const config: CodegenConfig = {
plugins: [],
config: {
avoidOptionals: true,
}
}
}
},
},
},
};

export default config;
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1",
"@eslint/js": "^10.0.1",
"@graphql-codegen/cli": "7.0.0",
"@graphql-codegen/client-preset": "6.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@tanstack/router-plugin": "1.65.0",
"@tanstack/router-plugin": "1.167.35",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.2",
"typescript-eslint": "^8.9.0",
"vite": "5.1.8"
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"eslint": "^10.3.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-simple-import-sort": "^13.0.0",
"globals": "^17.6.0",
"postcss": "^8.5.14",
"prettier": "^3.8.3",
"tailwindcss": "^3.4.19",
"typescript": "^6.0",
"typescript-eslint": "^8.59.3",
"vite": "8.0.12"
}
}
}
Loading