Skip to content

Commit 05c18bb

Browse files
Kimberley CookKimberley Cook
Kimberley Cook
authored and
Kimberley Cook
committed
update gatsby version and update stats data
1 parent ed2ed1e commit 05c18bb

21 files changed

+6740
-5308
lines changed

package-lock.json

-303
This file was deleted.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"www",
1212
"get-data"
1313
],
14+
"resolutions": {
15+
"sharp" : "^0.29.0"
16+
},
1417
"dependencies": {
1518
"gatsby-plugin-gtag": "^1.0.13"
1619
}

www/data/attended_per_year.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,13 @@
5050
"year": 2022
5151
},
5252
{
53-
"students": 1525,
54-
"coaches": 1000,
53+
"students": 1985,
54+
"coaches": 1337,
5555
"year": 2023
56+
},
57+
{
58+
"students": 72,
59+
"coaches": 43,
60+
"year": 2024
5661
}
5762
]

www/data/average_rating_per_month.json

+20
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,26 @@
552552
{
553553
"month": 9,
554554
"year": 2023,
555+
"avg": 4.71875
556+
},
557+
{
558+
"month": 10,
559+
"year": 2023,
560+
"avg": 4.538461538461538
561+
},
562+
{
563+
"month": 11,
564+
"year": 2023,
565+
"avg": 4.826086956521739
566+
},
567+
{
568+
"month": 12,
569+
"year": 2023,
570+
"avg": 5
571+
},
572+
{
573+
"month": 1,
574+
"year": 2024,
555575
"avg": 5
556576
}
557577
]

www/data/counted_stats.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 6363,
3-
"student_count": 17941,
4-
"chapter_count": 33,
5-
"workshop_count": 1964,
2+
"coach_count": 6512,
3+
"student_count": 18385,
4+
"chapter_count": 34,
5+
"workshop_count": 2035,
66
"monthlies_count": 51,
7-
"events_count": 186,
8-
"busiest_month": 5,
7+
"events_count": 195,
8+
"busiest_month": 11,
99
"slowest_month": 12,
10-
"average_rating": 4.762815405046481
10+
"average_rating": 4.761248374512354
1111
}

www/data/last_updated_at.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"last_updated_at": "2023-09-14T10:11:38.532Z"
2+
"last_updated_at": "2024-01-08T18:14:31.634Z"
33
}

0 commit comments

Comments
 (0)