This Pull Request updates dependency localforage from ~1.6.0 to ~1.7.0
Release Notes
### [`v1.7.0`](https://github.com/localForage/localForage/releases/1.7.0)
This is a largely minor release but we've added support for the "module" property in `package.json`–see #805.
Bumping a minor version to make sure people's builds don't break with the new property.
If you are experiencing build errors with webpack after upgrading, try changing your `mainFields` webpack config: `https://github.com/localForage/localForage/issues/805`#issuecomment-377500059 (thanks to @brettz9 for the tip!)
---
### [`v1.7.1`](https://github.com/localForage/localForage/releases/1.7.1)
The fix to #805 broke things for people and needs more testing to work, so this reverts things back to pre-module field days 😄
If your Webpack build was breaking with `1.7.0`, this should fix it.
---
Commits
#### v1.7.0
- [`3cb9009`](https://github.com/localForage/localForage/commit/3cb9009ed56da8605ef5ee59065ab74967e7edb6) Merge pull request #789 from augbog/augbog/version-documentation
- [`ffd2173`](https://github.com/localForage/localForage/commit/ffd217359077827bbebf546ece475b692b36baf7) Update README.md
- [`f66bb7b`](https://github.com/localForage/localForage/commit/f66bb7baf21e4f0703b4e83ec7a0b39679c05af5) Merge pull request #802 from Alorel/patch-1
- [`dba7a16`](https://github.com/localForage/localForage/commit/dba7a16a76e15f887abc8aeaf44d4aeec8f25cde) Add `module` to `package.json` for #805
- [`de866cd`](https://github.com/localForage/localForage/commit/de866cdfa525d3e6268d811f90a86c0787a6d458) Merge pull request #806 from brettz9/module-package-json
- [`098e119`](https://github.com/localForage/localForage/commit/098e11997195f8aa2ec51a73bc748e38294d9bf6) chore: Bump to version 1.7
#### v1.7.1
- [`e4b4c94`](https://github.com/localForage/localForage/commit/e4b4c9427ef3e168c1f04fb29bb9e3468f4828ff) fix: Revert change made to package.json for #805; fixes #808
This Pull Request updates dependency localforage from
~1.6.0
to~1.7.0
Release Notes
### [`v1.7.0`](https://github.com/localForage/localForage/releases/1.7.0) This is a largely minor release but we've added support for the "module" property in `package.json`–see #805. Bumping a minor version to make sure people's builds don't break with the new property. If you are experiencing build errors with webpack after upgrading, try changing your `mainFields` webpack config: `https://github.com/localForage/localForage/issues/805`#issuecomment-377500059 (thanks to @brettz9 for the tip!) --- ### [`v1.7.1`](https://github.com/localForage/localForage/releases/1.7.1) The fix to #805 broke things for people and needs more testing to work, so this reverts things back to pre-module field days 😄 If your Webpack build was breaking with `1.7.0`, this should fix it. ---Commits
#### v1.7.0 - [`3cb9009`](https://github.com/localForage/localForage/commit/3cb9009ed56da8605ef5ee59065ab74967e7edb6) Merge pull request #789 from augbog/augbog/version-documentation - [`ffd2173`](https://github.com/localForage/localForage/commit/ffd217359077827bbebf546ece475b692b36baf7) Update README.md - [`f66bb7b`](https://github.com/localForage/localForage/commit/f66bb7baf21e4f0703b4e83ec7a0b39679c05af5) Merge pull request #802 from Alorel/patch-1 - [`dba7a16`](https://github.com/localForage/localForage/commit/dba7a16a76e15f887abc8aeaf44d4aeec8f25cde) Add `module` to `package.json` for #805 - [`de866cd`](https://github.com/localForage/localForage/commit/de866cdfa525d3e6268d811f90a86c0787a6d458) Merge pull request #806 from brettz9/module-package-json - [`098e119`](https://github.com/localForage/localForage/commit/098e11997195f8aa2ec51a73bc748e38294d9bf6) chore: Bump to version 1.7 #### v1.7.1 - [`e4b4c94`](https://github.com/localForage/localForage/commit/e4b4c9427ef3e168c1f04fb29bb9e3468f4828ff) fix: Revert change made to package.json for #805; fixes #808This PR has been generated by Renovate Bot.