Skip to content

Commit

Permalink
Merge pull request #221 from Shopify/node-10
Browse files Browse the repository at this point in the history
Update to Node 10 + dependencies
  • Loading branch information
beefchimi authored Jun 9, 2018
2 parents c2f41e8 + cd8de0b commit b175b9d
Show file tree
Hide file tree
Showing 6 changed files with 1,527 additions and 2,444 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.11.1
v10.4.0
2 changes: 1 addition & 1 deletion examples/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.11.1
v10.4.0
32 changes: 18 additions & 14 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
"type": "git",
"url": "https://github.com/Shopify/draggable.git"
},
"keywords": ["draggable", "javascript"],
"keywords": [
"draggable",
"javascript"
],
"bugs": {
"url": "https://github.com/Shopify/draggable/issues"
},
"config": {
"tools": "--require babel-register --gulpfile tools"
},
"scripts": {
"clean": "rm -rf dist bundle-report.html",
"clean": "rimraf dist bundle-report.html",
"views": "gulp views $npm_package_config_tools",
"scripts": "gulp scripts $npm_package_config_tools",
"styles": "gulp styles $npm_package_config_tools",
Expand All @@ -32,35 +35,36 @@
"prepublish": "yarn run build"
},
"dependencies": {
"core-js": "^2.5.5",
"core-js": "^2.5.7",
"threads": "git+ssh://git@github.com/beefchimi/threads.git#v1.0.0-beta8"
},
"devDependencies": {
"autoprefixer": "^8.3.0",
"babel-core": "^6.26.0",
"autoprefixer": "^8.6.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-shopify": "^16.3.0",
"browser-sync": "^2.23.7",
"babel-preset-shopify": "^16.5.0",
"browser-sync": "^2.24.4",
"cssnano": "^3.10.0",
"cssnano-preset-advanced": "^4.0.0-rc.2",
"eslint": "^4.19.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-shopify": "^21.0.1",
"eslint-plugin-shopify": "^22.1.0",
"gulp": "gulpjs/gulp#v4.0.0-alpha.3",
"gulp-cli": "^2.0.1",
"gulp-data": "^1.3.1",
"gulp-htmlmin": "^4.0.0",
"gulp-nunjucks": "^3.1.1",
"gulp-nunjucks": "^4.0.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"install": "^0.11.0",
"nunjucks": "^3.1.2",
"prettier": "^1.12.1",
"nunjucks": "^3.1.3",
"prettier": "^1.13.5",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.2.0",
"rimraf": "^2.6.2",
"stylelint": "^9.2.1",
"stylelint-config-shopify": "^5.0.1",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "^2.11.1"
"webpack": "^4.12.0",
"webpack-bundle-analyzer": "^2.13.1"
}
}
Loading

0 comments on commit b175b9d

Please sign in to comment.