|
10 | 10 | "type": "git",
|
11 | 11 | "url": "https://github.com/Shopify/draggable.git"
|
12 | 12 | },
|
13 |
| - "keywords": ["draggable", "javascript"], |
| 13 | + "keywords": [ |
| 14 | + "draggable", |
| 15 | + "javascript" |
| 16 | + ], |
14 | 17 | "bugs": {
|
15 | 18 | "url": "https://github.com/Shopify/draggable/issues"
|
16 | 19 | },
|
17 | 20 | "config": {
|
18 | 21 | "tools": "--require babel-register --gulpfile tools"
|
19 | 22 | },
|
20 | 23 | "scripts": {
|
21 |
| - "clean": "rm -rf dist bundle-report.html", |
| 24 | + "clean": "rimraf dist bundle-report.html", |
22 | 25 | "views": "gulp views $npm_package_config_tools",
|
23 | 26 | "scripts": "gulp scripts $npm_package_config_tools",
|
24 | 27 | "styles": "gulp styles $npm_package_config_tools",
|
|
32 | 35 | "prepublish": "yarn run build"
|
33 | 36 | },
|
34 | 37 | "dependencies": {
|
35 |
| - "core-js": "^2.5.5", |
| 38 | + "core-js": "^2.5.7", |
36 | 39 | "threads": "git+ssh://[email protected]/beefchimi/threads.git#v1.0.0-beta8"
|
37 | 40 | },
|
38 | 41 | "devDependencies": {
|
39 |
| - "autoprefixer": "^8.3.0", |
40 |
| - "babel-core": "^6.26.0", |
| 42 | + "autoprefixer": "^8.6.2", |
| 43 | + "babel-core": "^6.26.3", |
41 | 44 | "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", |
44 | 47 | "cssnano": "^3.10.0",
|
45 | 48 | "cssnano-preset-advanced": "^4.0.0-rc.2",
|
46 | 49 | "eslint": "^4.19.1",
|
47 | 50 | "eslint-plugin-prettier": "^2.6.0",
|
48 |
| - "eslint-plugin-shopify": "^21.0.1", |
| 51 | + "eslint-plugin-shopify": "^22.1.0", |
49 | 52 | "gulp": "gulpjs/gulp#v4.0.0-alpha.3",
|
50 | 53 | "gulp-cli": "^2.0.1",
|
51 | 54 | "gulp-data": "^1.3.1",
|
52 | 55 | "gulp-htmlmin": "^4.0.0",
|
53 |
| - "gulp-nunjucks": "^3.1.1", |
| 56 | + "gulp-nunjucks": "^4.0.0", |
54 | 57 | "gulp-postcss": "^7.0.1",
|
55 | 58 | "gulp-sass": "^4.0.1",
|
56 | 59 | "gulp-sourcemaps": "^2.6.4",
|
57 | 60 | "install": "^0.11.0",
|
58 |
| - "nunjucks": "^3.1.2", |
59 |
| - "prettier": "^1.12.1", |
| 61 | + "nunjucks": "^3.1.3", |
| 62 | + "prettier": "^1.13.5", |
60 | 63 | "prettier-stylelint": "^0.4.2",
|
61 |
| - "stylelint": "^9.2.0", |
| 64 | + "rimraf": "^2.6.2", |
| 65 | + "stylelint": "^9.2.1", |
62 | 66 | "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" |
65 | 69 | }
|
66 | 70 | }
|
0 commit comments