From 8943a18593dde9ecea66f9153882f80e64567548 Mon Sep 17 00:00:00 2001 From: Jeremy Berglund Date: Thu, 15 Nov 2018 10:26:14 -0600 Subject: [PATCH] Update Gatsby peer dependency to ^2.0.0 --- .gitignore | 1 + package.json | 69 +++++++++++++++++++++++++++------------------------- yarn.lock | 6 +---- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.gitignore b/.gitignore index f2ac69b..9399793 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules /*.js !index.js +**/*.log \ No newline at end of file diff --git a/package.json b/package.json index f213ef4..6a19459 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,38 @@ { - "name": "gatsby-plugin-reason", - "version": "2.0.0", - "description": "Gatsby plugin so you can write your site in ReasonML!", - "main": "index.js", - "scripts": { - "build": "babel src --out-dir .", - "watch": "babel -w src --out-dir .", - "prepublish": "npm run build", - "test": "jest" - }, - "keywords": [ - "gatsby", - "reason", - "reasonml", - "plugin", - "gatsby-plugin" - ], - "author": "Jeremy Berglund", - "license": "MIT", - "repository": "https://github.com/jtberglund/gatsby-plugin-reason", - "devDependencies": { - "babel-cli": "^6.26.0", - "babel-preset-env": "^1.6.1", - "jest": "^23.1.0" - }, - "dependencies": { - "bs-loader": "^2.0.6", - "bsb-js": "^1.1.7", - "reason-react": "^0.5.3" - }, - "peerDependencies": { - "gatsby": "^1.0.0" - } + "name": "gatsby-plugin-reason", + "version": "2.0.0", + "description": "Gatsby plugin so you can write your site in ReasonML!", + "main": "index.js", + "scripts": { + "build": "babel src --out-dir .", + "watch": "babel -w src --out-dir .", + "prepublish": "npm run build", + "test": "jest" + }, + "keywords": [ + "gatsby", + "reason", + "reasonml", + "plugin", + "gatsby-plugin" + ], + "author": "Jeremy Berglund", + "license": "MIT", + "repository": "https://github.com/jtberglund/gatsby-plugin-reason", + "devDependencies": { + "babel-cli": "^6.26.0", + "babel-preset-env": "^1.6.1", + "jest": "^23.1.0" + }, + "dependencies": { + "bs-loader": "^2.0.6", + "bsb-js": "^1.1.7", + "reason-react": "^0.5.3" + }, + "peerDependencies": { + "gatsby": "^2.0.0" + }, + "resolutions": { + "bsb-js": "^1.1.7" + } } diff --git a/yarn.lock b/yarn.lock index 149002f..6fa8d4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1003,11 +1003,7 @@ bs-loader@^2.0.6: loader-utils "^1.1.0" read-bsconfig "^1.0.1" -bsb-js@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bsb-js/-/bsb-js-1.0.2.tgz#b9e7af1dfdb8de6191bb36fdff43f59359a7dfe7" - -bsb-js@^1.1.7: +bsb-js@^1.0.0, bsb-js@^1.1.7: version "1.1.7" resolved "https://registry.yarnpkg.com/bsb-js/-/bsb-js-1.1.7.tgz#12cc91e974f5896b3a2aa8358419d24e56f552c3"