Skip to content

Commit

Permalink
v0.15.1 (#372)
Browse files Browse the repository at this point in the history
* fix(deps): bump immer from 8.0.1 to 9.0.6 (#361)
* fix(deps): bump lodash from 4.17.20 to 4.17.21 (#342)
* fix(deps): bump tar from 4.4.13 to 4.4.19 (#360)
* fix(deps): bump elliptic from 6.5.3 to 6.5.4 (#330) 
* fix(deps): bump y18n from 3.2.1 to 3.2.2 (#334)
* fix(deps): bump ssri from 6.0.1 to 6.0.2 (#337)
* fix(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#344)
* fix(deps): bump browserslist from 4.16.3 to 4.16.6 (#347) 
* fix(deps): bump path-parse from 1.0.6 to 1.0.7 (#358)
* fix(deps): bump tmpl from 1.0.4 to 1.0.5 in /examples/complete (#369)
  • Loading branch information
prescottprue authored Jan 16, 2022
1 parent 92d002e commit 5e22537
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 97 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Config references:
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
commit-message:
prefix: fix
prefix-development: chore
include: scope
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
# Examples
- package-ecosystem: 'npm'
directory: '/examples/basic'
schedule:
# Check for updates to GitHub Actions every weekday
interval: "weekly"
commit-message:
prefix: chore
include: scope
- package-ecosystem: 'npm'
directory: '/examples/complete'
commit-message:
prefix: chore
include: scope
schedule:
# Check for updates to GitHub Actions every weekday
interval: "weekly"
6 changes: 3 additions & 3 deletions examples/complete/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14333,9 +14333,9 @@ [email protected], tmp@^0.0.33:
os-tmpdir "~1.0.2"

[email protected]:
version "1.0.4"
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
version "1.0.5"
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==

to-arraybuffer@^1.0.0:
version "1.0.1"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-firestore",
"version": "0.15.0",
"version": "0.15.1",
"description": "Redux bindings for Firestore.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"pre-push": "npm run lint"
},
"dependencies": {
"immer": "8.0.1",
"lodash": "^4.17.20",
"immer": "9.0.6",
"lodash": "^4.17.21",
"reduce-reducers": "^1.0.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5e22537

Please sign in to comment.