diff --git a/README.md b/README.md index 3bf729d..b9bacd5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Sometimes, you just need a simple store. This library let's you create a flux-like store out of just a function, and use that store in your React or Svelte apps. -[![Build Status](https://travis-ci.com/BigAB/simple-store.svg?branch=master)](https://travis-ci.com/BigAB/simple-store) +[![Build Status](https://travis-ci.com/BigAB/simple-store.svg?branch=master)](https://travis-ci.com/BigAB/simple-store) [![Greenkeeper badge](https://badges.greenkeeper.io/BigAB/simple-store.svg)](https://greenkeeper.io/) ## Code Example diff --git a/package-lock.json b/package-lock.json index b93c958..ed1f5be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2505,9 +2505,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.1.tgz", - "integrity": "sha512-wHhmGJyVuijnYIJXZJHDUF2WM+rJYTjulUTqF9k61d3BTk8etydz+M4dXUVH7M76ZRS85rqBTCx0Es/lLsrjnA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.0.1.tgz", + "integrity": "sha512-xir+3KHKo86AasxlCV8AHRtIZPHljqCRRUYgASkbatmt0fad4+5GgC7zkT7o/06hdKM6MIwp8giHVXqBPaarHQ==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index 54bdeca..dc5e076 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-config-prettier": "^6.0.0", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.2", - "eslint-plugin-react-hooks": "^1.6.1", + "eslint-plugin-react-hooks": "^2.0.1", "husky": "^3.0.0", "jest": "^24.8.0", "npm-run-all": "^4.1.5",