From 7337b07d75a66397a5eaaeb400061a362837656b Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 8 Mar 2020 17:12:41 -0700 Subject: [PATCH 1/2] march 8, 2020 draft --- src/plants.json | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/src/plants.json b/src/plants.json index 2624b1c..db47bc0 100644 --- a/src/plants.json +++ b/src/plants.json @@ -756,5 +756,85 @@ } ], "alive": false + }, + { + "id": "TODO", + "taxon": "", + "notes": [ + { + "date": "2020-02-09", + "source": "ICPS Seed Bank, shipped 2/9/2020" + "notes": "Byblis guehoi, Kimberley, AU, tropical annual" + }, + { + "date": "2020-03-08", + "source": "", + "notes": "" + } + ] + }, + { + "id": "TODO", + "taxon": "", + "notes": [ + { + "date": "2020-02-09", + "source": "ICPS Seed Bank, shipped 2/9/2020" + "notes": "Byblis aquatica, 'Robust Form', Summer annual" + }, + { + "date": "2020-03-08", + "source": "", + "notes": "" + } + ] + }, + { + "id": "TODO", + "taxon": "", + "notes": [ + { + "date": "2020-02-09", + "source": "ICPS Seed Bank, shipped 2/9/2020" + "notes": "Drosera burmannii 'red tentacles'" + }, + { + "date": "2020-03-08", + "source": "", + "notes": "" + } + ] + }, + { + "id": "TODO", + "taxon": "", + "notes": [ + { + "date": "2020-02-09", + "source": "ICPS Seed Bank, shipped 2/9/2020" + "notes": "Drosera capillaris, warm temperate" + }, + { + "date": "2020-03-08", + "source": "", + "notes": "" + } + ] + }, + { + "id": "TODO", + "taxon": "", + "notes": [ + { + "date": "2020-02-09", + "source": "ICPS Seed Bank, shipped 2/9/2020" + "notes": "Drosera tokaiensis, warm temperate, beginner" + }, + { + "date": "2020-03-08", + "source": "", + "notes": "" + } + ] } ] From 98df6df117833cdd9ee6669ac5bff641dff862fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 00:13:18 +0000 Subject: [PATCH 2/2] Bump stringstream from 0.0.5 to 0.0.6 Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mhart/StringStream/releases) - [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6) Signed-off-by: dependabot[bot] --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 8f8d362..9f36450 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2744,8 +2744,8 @@ string_decoder@~1.0.3: safe-buffer "~5.1.0" stringstream@~0.0.4, stringstream@~0.0.5: - version "0.0.5" - resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" + version "0.0.6" + resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.6.tgz#7880225b0d4ad10e30927d167a1d6f2fd3b33a72" strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1"