This commit is contained in:
cblgh 2020-11-15 14:55:35 +01:00 committed by Christian Bundy
parent 8a5a17124e
commit df2ebced9e
2 changed files with 9 additions and 2 deletions

9
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@fraction/oasis",
"version": "2.16.0",
"version": "2.17.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -611,6 +611,12 @@
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
"dev": true
},
"@types/prop-types": {
"version": "15.7.3",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz",
"integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==",
"dev": true
},
"@types/pull-stream": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/@types/pull-stream/-/pull-stream-3.6.2.tgz",
@ -635,6 +641,7 @@
"integrity": "sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==",
"dev": true,
"requires": {
"@types/prop-types": "*",
"csstype": "^3.0.2"
}
},

View File

@ -1,6 +1,6 @@
{
"name": "@fraction/oasis",
"version": "2.16.0",
"version": "2.17.0",
"description": "friendly neighborhood scuttlebutt interface",
"repository": {
"type": "git",