Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Jan 20, 2018
1 parent 6d4001d commit 5b7c7c1
Show file tree
Hide file tree
Showing 3 changed files with 865 additions and 495 deletions.
7 changes: 3 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module.exports = {
extends: [
'plugin:shopify/esnext'
'plugin:shopify/esnext',
],
globals: {},
"env": {
"browser": true
env: {
browser: true,
},
rules: {
'import/no-unresolved': 'off',
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-shopify": "^16.0.2",
"babel-jest": "^21.2.0",
"babel-preset-shopify": "^16.2.0",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"concurrently": "^3.5.1",
"core-js": "^2.5.1",
"core-js": "^2.5.3",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc": "^1.0.3",
"eslint": "^4.10.0",
"esdoc": "^1.0.4",
"eslint": "^4.16.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-shopify": "^17.2.1",
"jest": "^21.2.1",
"webpack": "^3.8.1"
"eslint-plugin-shopify": "^19.0.0",
"jest": "^22.1.4",
"webpack": "^3.10.0"
},
"eslintConfig": {
"extends": "plugin:shopify/esnext",
Expand Down
Loading

0 comments on commit 5b7c7c1

Please sign in to comment.