Skip to content

Commit

Permalink
feat(wiki): add decklist channel link
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybacon committed Apr 20, 2024
1 parent fadfe8f commit 922d072
Show file tree
Hide file tree
Showing 5 changed files with 829 additions and 621 deletions.
1 change: 1 addition & 0 deletions decklists/meandeck.ub.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Title: Turbo Meandeck
// Authors: Monkeyscantcry
// Colors: {U}{B}
// Date: 2023-02-05
3 Street Wraith
2 Thassa's Oracle
4 Brainstorm
Expand Down
1 change: 1 addition & 0 deletions decklists/meandeck.wub.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Title: Esper Meandeck
// Authors: Fuz65
// Colors: {U}{B}{W}
// Date: 2023-02-05
4 Baleful Strix
1 Street Wraith
1 Thassa's Oracle
Expand Down
4 changes: 3 additions & 1 deletion markdown/chapters/appendices/decklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ alternatives, it can still allow for quick wins with an actual long game plan.

Pilots like to experiment on a daily basis and keeping lists here simply is not
feasible. Worry not, for newer lists can always be found in our [Discord
server](/discord) in the `#decklists-archive` channel.
server](/discord) in the [`#decklists-and-reports`][decklists] channel.

[decklists]: https://discord.com/channels/398217260344410112/1148880149819953253

## Historical Decklists

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@emotion/styled": "11.11.5",
"@fontsource/libre-baskerville": "5.0.12",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/material": "5.15.12",
"@mui/system": "5.15.12",
"@mui/utils": "5.15.12",
"@mui/material": "5.15.15",
"@mui/system": "5.15.15",
"@mui/utils": "5.15.14",
"@vercel/analytics": "1.2.2",
"async-sema": "3.1.1",
"gray-matter": "4.0.3",
"mana-font": "1.15.9",
"memfs": "4.7.7",
"next": "14.1.3",
"memfs": "4.8.2",
"next": "14.2.2",
"plaiceholder": "3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.8.1",
"react-intersection-observer": "9.8.2",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
"reading-time": "1.5.0",
Expand All @@ -52,42 +52,42 @@
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-toc": "9.0.0",
"simple-icons": "11.8.0",
"simple-icons": "11.12.0",
"unified": "11.0.4",
"unist-util-select": "5.1.0",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/react": "15.0.2",
"@types/jest": "29.5.12",
"@types/mdast": "4.0.3",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-syntax-highlighter": "15.5.11",
"@types/unist": "3.0.2",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "5.0.3",
"knip": "5.9.4",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.39.0",
"mdast-util-directive": "3.0.0",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "5.4.2"
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 922d072

Please sign in to comment.