From 76bd2605dc82e2d7dfe57f267cac4c4d15619430 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Sat, 9 Jul 2022 14:51:28 -0700 Subject: [PATCH 1/9] Weekly updates. --- src/weekly_table.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/weekly_table.ts b/src/weekly_table.ts index 7c0bf7a5828..6dde7ea9714 100644 --- a/src/weekly_table.ts +++ b/src/weekly_table.ts @@ -274,4 +274,8 @@ export const weekly_table: WeeklyRow[] = [ { date: '2022-06-17', vso: 173, libcxx: 614 }, { date: '2022-06-24', vso: 177, libcxx: 614 }, { date: '2022-07-01', vso: 175, libcxx: 614 }, + { date: '2022-07-08', vso: 174, libcxx: 614 }, + { date: '2022-07-15', vso: 173, libcxx: 581 }, + { date: '2022-07-22', vso: 172, libcxx: 581 }, + { date: '2022-07-29', vso: 174, libcxx: 584 }, ]; From 977be257107f803d2421462d521b1d07f2075e0e Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Sun, 17 Jul 2022 13:33:57 -0700 Subject: [PATCH 2/9] es-module-shims 1.5.9. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b1c915e2c8b..57f88b26267 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ STL Status Chart - From a3cd3eaada224a51dfe78fb26ba360a2d87ee90c Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Thu, 28 Jul 2022 14:30:21 -0700 Subject: [PATCH 5/9] chart.js 3.8.2. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d4399cbe691..8b56d9795fb 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ crossorigin="anonymous">