Skip to content

Commit cd8de0b

Browse files
committed
update to node 10 + deps
1 parent c2f41e8 commit cd8de0b

File tree

6 files changed

+1527
-2444
lines changed

6 files changed

+1527
-2444
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.11.1
1+
v10.4.0

examples/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.11.1
1+
v10.4.0

examples/package.json

+18-14
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@
1010
"type": "git",
1111
"url": "https://github.com/Shopify/draggable.git"
1212
},
13-
"keywords": ["draggable", "javascript"],
13+
"keywords": [
14+
"draggable",
15+
"javascript"
16+
],
1417
"bugs": {
1518
"url": "https://github.com/Shopify/draggable/issues"
1619
},
1720
"config": {
1821
"tools": "--require babel-register --gulpfile tools"
1922
},
2023
"scripts": {
21-
"clean": "rm -rf dist bundle-report.html",
24+
"clean": "rimraf dist bundle-report.html",
2225
"views": "gulp views $npm_package_config_tools",
2326
"scripts": "gulp scripts $npm_package_config_tools",
2427
"styles": "gulp styles $npm_package_config_tools",
@@ -32,35 +35,36 @@
3235
"prepublish": "yarn run build"
3336
},
3437
"dependencies": {
35-
"core-js": "^2.5.5",
38+
"core-js": "^2.5.7",
3639
"threads": "git+ssh://[email protected]/beefchimi/threads.git#v1.0.0-beta8"
3740
},
3841
"devDependencies": {
39-
"autoprefixer": "^8.3.0",
40-
"babel-core": "^6.26.0",
42+
"autoprefixer": "^8.6.2",
43+
"babel-core": "^6.26.3",
4144
"babel-loader": "^7.1.4",
42-
"babel-preset-shopify": "^16.3.0",
43-
"browser-sync": "^2.23.7",
45+
"babel-preset-shopify": "^16.5.0",
46+
"browser-sync": "^2.24.4",
4447
"cssnano": "^3.10.0",
4548
"cssnano-preset-advanced": "^4.0.0-rc.2",
4649
"eslint": "^4.19.1",
4750
"eslint-plugin-prettier": "^2.6.0",
48-
"eslint-plugin-shopify": "^21.0.1",
51+
"eslint-plugin-shopify": "^22.1.0",
4952
"gulp": "gulpjs/gulp#v4.0.0-alpha.3",
5053
"gulp-cli": "^2.0.1",
5154
"gulp-data": "^1.3.1",
5255
"gulp-htmlmin": "^4.0.0",
53-
"gulp-nunjucks": "^3.1.1",
56+
"gulp-nunjucks": "^4.0.0",
5457
"gulp-postcss": "^7.0.1",
5558
"gulp-sass": "^4.0.1",
5659
"gulp-sourcemaps": "^2.6.4",
5760
"install": "^0.11.0",
58-
"nunjucks": "^3.1.2",
59-
"prettier": "^1.12.1",
61+
"nunjucks": "^3.1.3",
62+
"prettier": "^1.13.5",
6063
"prettier-stylelint": "^0.4.2",
61-
"stylelint": "^9.2.0",
64+
"rimraf": "^2.6.2",
65+
"stylelint": "^9.2.1",
6266
"stylelint-config-shopify": "^5.0.1",
63-
"webpack": "^4.6.0",
64-
"webpack-bundle-analyzer": "^2.11.1"
67+
"webpack": "^4.12.0",
68+
"webpack-bundle-analyzer": "^2.13.1"
6569
}
6670
}

0 commit comments

Comments
 (0)