From b36382bb83f64e90e9f1e00f9e0b35a4cfe9e3eb Mon Sep 17 00:00:00 2001 From: Adam Lane Date: Fri, 9 Nov 2018 23:09:51 -0800 Subject: [PATCH] update with-reasonml dependencies (#5651) --- examples/with-reasonml/bsconfig.json | 15 ++++++++++++++- examples/with-reasonml/package.json | 5 ++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/examples/with-reasonml/bsconfig.json b/examples/with-reasonml/bsconfig.json index b1a09958..ea80a27b 100644 --- a/examples/with-reasonml/bsconfig.json +++ b/examples/with-reasonml/bsconfig.json @@ -1,6 +1,19 @@ { "name": "with-reasonml", - "sources": ["components", "pages", "bindings"], + "sources": [ + { + "dir": "components", + "subdirs": true + }, + { + "dir": "pages", + "subdirs": true + }, + { + "dir": "bindings", + "subdirs": true + } + ], "bs-dependencies": ["reason-react"], "reason": { "react-jsx": 2 }, "package-specs": { diff --git a/examples/with-reasonml/package.json b/examples/with-reasonml/package.json index 8e9b8b2e..d2b400bf 100644 --- a/examples/with-reasonml/package.json +++ b/examples/with-reasonml/package.json @@ -8,7 +8,7 @@ }, "license": "ISC", "dependencies": { - "babel-plugin-bucklescript": "^0.4.0", + "babel-plugin-bucklescript": "^0.5.3", "next": "latest", "react": "^16.4.2", "react-dom": "^16.4.2", @@ -16,7 +16,6 @@ }, "devDependencies": { "bs-platform": "^4.0.5", - "concurrently": "^3.5.1", - "webpack": "^3.8.1" + "concurrently": "^4.0.1" } }