Skip to content

Commit

Permalink
Merge pull request #13 from Assortment/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
lukewhitehouse authored Feb 1, 2021
2 parents 219b28a + 55a1049 commit 159f7d2
Show file tree
Hide file tree
Showing 4 changed files with 2,905 additions and 2,201 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"plugins": ["jest"],
"rules": {
"quotes": ["error", "single"],
"import/prefer-default-export": false,
"import/prefer-default-export": 0,
"comma-dangle": "off",
"arrow-parens": ["error", "as-needed"],
"consistent-return": "off"
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ module.exports = ({ onChange = () => {} }) => {
lightQuery.removeListener(lightQueryListener);
}
}
}
};
};
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
},
"homepage": "https://github.com/assortment/darkmodejs#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"jest": "^24.8.0"
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-jest": "^26.6.3",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.6.3"
}
}
Loading

0 comments on commit 159f7d2

Please sign in to comment.