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

Bump extend from 3.0.1 to 3.0.2 #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
80 changes: 80 additions & 0 deletions src/plants.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
]
}
]
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1116,8 +1116,8 @@ expand-range@^1.8.1:
fill-range "^2.1.0"

extend@~3.0.0, extend@~3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
version "3.0.2"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"

external-editor@^2.0.4:
version "2.1.0"
Expand Down