Skip to content

Commit

Permalink
Revert bower dependencies
Browse files Browse the repository at this point in the history
There are incompatible changes that we have to account for otherwise some
features no longer work on the site.

Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed May 9, 2024
1 parent c064732 commit 3b8a62e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "streamwebs",
"dependencies": {
"jquery": "^3.7.1",
"d3": "5.16.0",
"materialize": "^1.0.0"
"jquery": "^2.2.3",
"d3": "4.2.1",
"materialize": "^0.97.7"
}
}

0 comments on commit 3b8a62e

Please sign in to comment.