mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
update dependencies
This commit is contained in:
parent
6f0ebac3fd
commit
f1eafd65c0
@ -2,7 +2,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/node:8.9.4
|
||||
- image: circleci/node:8.11.1
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
v8.9.4
|
||||
v8.11.1
|
||||
|
||||
@ -10,10 +10,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/Shopify/draggable.git"
|
||||
},
|
||||
"keywords": [
|
||||
"draggable",
|
||||
"javascript"
|
||||
],
|
||||
"keywords": ["draggable", "javascript"],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Shopify/draggable/issues"
|
||||
},
|
||||
@ -35,20 +32,20 @@
|
||||
"prepublish": "yarn run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^2.5.4",
|
||||
"core-js": "^2.5.5",
|
||||
"threads": "git+ssh://git@github.com/beefchimi/threads.git#v1.0.0-beta8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^8.2.0",
|
||||
"autoprefixer": "^8.3.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.4",
|
||||
"babel-preset-shopify": "^16.3.0",
|
||||
"browser-sync": "^2.23.6",
|
||||
"browser-sync": "^2.23.7",
|
||||
"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": "^20.0.0",
|
||||
"eslint-plugin-shopify": "^21.0.1",
|
||||
"gulp": "gulpjs/gulp#v4.0.0-alpha.3",
|
||||
"gulp-cli": "^2.0.1",
|
||||
"gulp-data": "^1.3.1",
|
||||
@ -59,11 +56,11 @@
|
||||
"gulp-sourcemaps": "^2.6.4",
|
||||
"install": "^0.11.0",
|
||||
"nunjucks": "^3.1.2",
|
||||
"prettier": "^1.11.1",
|
||||
"prettier": "^1.12.1",
|
||||
"prettier-stylelint": "^0.4.2",
|
||||
"stylelint": "^9.2.0",
|
||||
"stylelint-config-shopify": "^5.0.1",
|
||||
"webpack": "^4.5.0",
|
||||
"webpack": "^4.6.0",
|
||||
"webpack-bundle-analyzer": "^2.11.1"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -38,7 +38,7 @@
|
||||
"files": ["lib/**/*.js"],
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-jest": "^22.4.1",
|
||||
"babel-jest": "^22.4.3",
|
||||
"babel-loader": "^7.1.4",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
||||
@ -47,17 +47,17 @@
|
||||
"babel-preset-shopify": "^16.3.0",
|
||||
"codecov": "^3.0.0",
|
||||
"concurrently": "^3.5.1",
|
||||
"core-js": "^2.5.3",
|
||||
"core-js": "^2.5.5",
|
||||
"esdoc": "^1.0.4",
|
||||
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
|
||||
"esdoc-standard-plugin": "^1.0.0",
|
||||
"eslint": "^4.19.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-loader": "^2.0.0",
|
||||
"eslint-plugin-shopify": "^20.0.0",
|
||||
"jest": "^22.4.2",
|
||||
"webpack": "^4.1.1",
|
||||
"eslint-plugin-shopify": "^21.0.1",
|
||||
"jest": "^22.4.3",
|
||||
"webpack": "^4.6.0",
|
||||
"webpack-bundle-analyzer": "^2.11.1",
|
||||
"webpack-cli": "^2.0.12"
|
||||
"webpack-cli": "^2.0.15"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "plugin:shopify/esnext",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user