react-query-firebase 2.11.0 → 2.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +26 -25
package/package.json CHANGED
@@ -5,15 +5,15 @@
5
5
  "url": "https://github.com/vpishuk/react-query-firebase/issues"
6
6
  },
7
7
  "peerDependencies": {
8
- "@react-native-firebase/analytics": "^22.x.x",
9
- "@react-native-firebase/app": "^22.x.x",
10
- "@react-native-firebase/auth": "^22.x.x",
11
- "@react-native-firebase/crashlytics": "^22.x.x",
12
- "@react-native-firebase/firestore": "^22.x.x",
13
- "@react-native-firebase/installations": "^22.x.x",
14
- "@react-native-firebase/remote-config": "^22.x.x",
15
- "@tanstack/react-query": "^5.83.0",
16
- "firebase": "^11.x.x",
8
+ "@react-native-firebase/analytics": "^23.x.x",
9
+ "@react-native-firebase/app": "^23.x.x",
10
+ "@react-native-firebase/auth": "^23.x.x",
11
+ "@react-native-firebase/crashlytics": "^23.x.x",
12
+ "@react-native-firebase/firestore": "^23.x.x",
13
+ "@react-native-firebase/installations": "^23.x.x",
14
+ "@react-native-firebase/remote-config": "^23.x.x",
15
+ "@tanstack/react-query": "^5.x.x",
16
+ "firebase": "^11.x.x || ^12.x.x",
17
17
  "react": "^18.x.x || ^19.x.x"
18
18
  },
19
19
  "publishConfig": {
@@ -22,24 +22,25 @@
22
22
  "description": "This module offers react hooks to work with Firebase on react-native and web platforms",
23
23
  "devDependencies": {
24
24
  "@laverve/eslint-utils": "^5.3.1",
25
- "@react-native-firebase/analytics": "^22.2.1",
26
- "@react-native-firebase/app": "^22.2.1",
27
- "@react-native-firebase/auth": "^22.4.0",
28
- "@react-native-firebase/crashlytics": "^22.4.0",
29
- "@react-native-firebase/firestore": "^22.4.0",
30
- "@react-native-firebase/installations": "^22.4.0",
31
- "@react-native-firebase/remote-config": "^22.4.0",
32
- "@types/react": "^19.1.8",
33
- "firebase": "^12.0.0",
25
+ "@react-native-firebase/analytics": "^23.0.1",
26
+ "@react-native-firebase/app": "23.0.1",
27
+ "@react-native-firebase/auth": "^23.0.1",
28
+ "@react-native-firebase/crashlytics": "^23.0.1",
29
+ "@react-native-firebase/firestore": "^23.0.1",
30
+ "@react-native-firebase/installations": "^23.0.1",
31
+ "@react-native-firebase/remote-config": "^23.0.1",
32
+ "@tanstack/react-query": "^5.85.3",
33
+ "@types/react": "^19.1.10",
34
+ "firebase": "^12.1.0",
34
35
  "husky": "^9.1.7",
35
- "lint-staged": "^16.1.2",
36
+ "lint-staged": "^16.1.5",
36
37
  "prettier": "^3.6.2",
37
- "react": "^19.1.0",
38
- "typedoc": "^0.28.7",
39
- "typedoc-plugin-markdown": "^4.7.1",
38
+ "react": "^19.1.1",
39
+ "typedoc": "^0.28.10",
40
+ "typedoc-plugin-markdown": "^4.8.1",
40
41
  "typedoc-vitepress-theme": "^1.1.2",
41
- "typescript": "^5.8.3",
42
- "vitepress": "^1.6.3"
42
+ "typescript": "^5.9.2",
43
+ "vitepress": "^1.6.4"
43
44
  },
44
45
  "homepage": "https://github.com/vpishuk/react-query-firebase",
45
46
  "keywords": [
@@ -74,5 +75,5 @@
74
75
  "docs:build": "vitepress build docs",
75
76
  "docs:preview": "vitepress preview docs"
76
77
  },
77
- "version": "2.11.0"
78
+ "version": "2.12.1"
78
79
  }