Update deps to support newlines (#805)

This commit is contained in:
DD Liu 2018-12-20 14:28:14 -05:00 committed by GitHub
parent b8b89c6f9f
commit ec6c416468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
"url": "git+ssh://git@github.com/LLK/scratch-paint.git" "url": "git+ssh://git@github.com/LLK/scratch-paint.git"
}, },
"dependencies": { "dependencies": {
"@scratch/paper": "0.11.20181113220307", "@scratch/paper": "0.11.20181220183503",
"classnames": "2.2.5", "classnames": "2.2.5",
"keymirror": "0.1.1", "keymirror": "0.1.1",
"lodash.bindall": "4.4.0", "lodash.bindall": "4.4.0",
@ -32,7 +32,7 @@
"minilog": "3.1.0", "minilog": "3.1.0",
"parse-color": "1.0.0", "parse-color": "1.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"scratch-svg-renderer": "0.2.0-prerelease.20181218153528" "scratch-svg-renderer": "0.2.0-prerelease.20181220183040"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16", "react": "^16",