Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #17

Merged
merged 9 commits into from
Jul 16, 2024
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
6,177 changes: 1,734 additions & 4,443 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@radix-ui/react-dropdown-menu": "^2.0.5",
"eslint-config-next": "13.4.13",
"fathom-client": "^3.5.0",
"next": "13.5.4",
"next": "^14.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"rss": "^1.2.2",
Expand Down
83 changes: 0 additions & 83 deletions script/venues/agora.py

This file was deleted.

2 changes: 2 additions & 0 deletions script/venues/blossom.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
date = show.find('time')
if artist.text.strip() == '2024 Season Tickets':
...
elif artist.text.strip() == '2024 Premium Season Tickets':
...
else:
all_shows_data['artist'] = [artist.text.strip().replace(' - ', ': ')]
all_shows_data['link'] = link.get('href')
Expand Down
106 changes: 0 additions & 106 deletions script/venues/happy-dog.py

This file was deleted.

64 changes: 0 additions & 64 deletions script/venues/masonic-temple.py

This file was deleted.

45 changes: 0 additions & 45 deletions script/venues/nautica.py

This file was deleted.

Loading