Skip to content

Commit 2efe452

Browse files
authored
v2.2.3
* fix(typings): remove duplicated identifier CLEAR_ERRORS - @shouyu - prescottprue#569 * fix(deps): update codecov to 3.1.0
1 parent 07aa0d2 commit 2efe452

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export const actionTypes: {
3737
AUTH_RELOAD_ERROR: string
3838
AUTH_RELOAD_START: string
3939
AUTH_RELOAD_SUCCESS: string
40-
CLEAR_ERRORS: string
4140
EMAIL_UPDATE_ERROR: string
4241
EMAIL_UPDATE_START: string
4342
EMAIL_UPDATE_SUCCESS: string

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux-firebase",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Redux integration for Firebase. Comes with a Higher Order Components for use with React.",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -86,7 +86,7 @@
8686
"chai-as-promised": "^6.0.0",
8787
"chai-enzyme": "^0.8.0",
8888
"child-process-promise": "^2.2.1",
89-
"codecov": "^3.0.2",
89+
"codecov": "^3.1.0",
9090
"cross-env": "^5.1.0",
9191
"docdown": "^0.7.2",
9292
"documentation": "^5.3.2",

0 commit comments

Comments
 (0)