Merge pull request #1911 from LLK/release/may-2018
[Master] May 2018 Release
Showing
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
"stop": "make stop", | "stop": "make stop", | ||
"test": "make test", | "test": "make test", | ||
"smoke": "make smoke", | "smoke": "make smoke", | ||
"smoke-verbose": "make smoke-verbose", | |||
"watch": "make watch", | "watch": "make watch", | ||
"build": "make build", | "build": "make build", | ||
"dev": "make watch && make start &" | "dev": "make watch && make start &" | ||
... | @@ -28,10 +29,12 @@ | ... | @@ -28,10 +29,12 @@ |
"express-http-proxy": "1.1.0", | "express-http-proxy": "1.1.0", | ||
"lodash.defaults": "4.0.1", | "lodash.defaults": "4.0.1", | ||
"newrelic": "1.25.4", | "newrelic": "1.25.4", | ||
"raven": "0.10.0" | "raven": "0.10.0", | ||
"scratch-gui": "0.1.0-prerelease.20180529181946" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"ajv": "6.4.0", | "ajv": "6.4.0", | ||
"approximate-number": "2.0.0", | |||
"async": "1.5.2", | "async": "1.5.2", | ||
"autoprefixer": "6.3.6", | "autoprefixer": "6.3.6", | ||
"babel-cli": "6.26.0", | "babel-cli": "6.26.0", | ||
... | @@ -94,7 +97,6 @@ | ... | @@ -94,7 +97,6 @@ |
"redux-thunk": "2.0.1", | "redux-thunk": "2.0.1", | ||
"sass-lint": "1.5.1", | "sass-lint": "1.5.1", | ||
"sass-loader": "6.0.6", | "sass-loader": "6.0.6", | ||
"scratch-gui": "0.1.0-prerelease.20180427201459", | |||
"scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master", | "scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master", | ||
"slick-carousel": "1.6.0", | "slick-carousel": "1.6.0", | ||
"source-map-support": "0.3.2", | "source-map-support": "0.3.2", | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment