|
1 | 1 | { |
2 | | - "version": "4.2.3", |
| 2 | + "version": "4.3.3", |
3 | 3 | "license": "MIT", |
4 | 4 | "type": "module", |
5 | 5 | "main": "dist/index.umd.cjs", |
|
15 | 15 | "src" |
16 | 16 | ], |
17 | 17 | "engines": { |
18 | | - "node": ">=14" |
| 18 | + "node": ">=18" |
19 | 19 | }, |
20 | 20 | "scripts": { |
21 | 21 | "start": "firebase emulators:exec --project=rxfire-525a3 \"vitest --ui\"", |
|
36 | 36 | "docs:fork": "typedoc --options typedoc.json --gitRemote upstream && markdown-toc -i docs/use.md" |
37 | 37 | }, |
38 | 38 | "peerDependencies": { |
39 | | - "firebase": "^9.0.0 || next", |
40 | | - "react": ">=16 || experimental" |
| 39 | + "firebase": "^11.0.0", |
| 40 | + "react": "^18 || ^19" |
41 | 41 | }, |
42 | 42 | "husky": { |
43 | 43 | "hooks": { |
|
71 | 71 | } |
72 | 72 | ], |
73 | 73 | "devDependencies": { |
74 | | - "@rollup/plugin-typescript": "^11.1.1", |
75 | | - "@size-limit/preset-small-lib": "^8.2.6", |
76 | | - "@testing-library/jest-dom": "^5.16.5", |
77 | | - "@testing-library/react": "^14.0.0", |
78 | | - "@types/react": "^18.2.0", |
79 | | - "@types/react-dom": "^18.2.0", |
80 | | - "@types/use-sync-external-store": "^0.0.3", |
81 | | - "@typescript-eslint/eslint-plugin": "^5.60.1", |
82 | | - "@typescript-eslint/parser": "^5.60.1", |
83 | | - "@vitejs/plugin-react": "^4.0.1", |
| 74 | + "@rollup/plugin-typescript": "^12.1.2", |
| 75 | + "@size-limit/preset-small-lib": "^11.2.0", |
| 76 | + "@testing-library/jest-dom": "^6.6.3", |
| 77 | + "@testing-library/react": "^16.3.0", |
| 78 | + "@types/react": "^19.1.3", |
| 79 | + "@types/react-dom": "^19.1.3", |
| 80 | + "@types/use-sync-external-store": "^1.5.0", |
| 81 | + "@typescript-eslint/eslint-plugin": "^8.32.0", |
| 82 | + "@typescript-eslint/parser": "^8.32.0", |
| 83 | + "@vitejs/plugin-react": "^4.4.1", |
84 | 84 | "@vitest/ui": "^3.1.3", |
85 | | - "cross-fetch": "^3.1.6", |
86 | | - "eslint": "^8.43.0", |
87 | | - "eslint-plugin-no-only-tests": "^3.1.0", |
88 | | - "eslint-plugin-react": "^7.32.2", |
89 | | - "eslint-plugin-react-hooks": "^4.6.0", |
90 | | - "firebase": "^9.23.0", |
91 | | - "firebase-tools": "^12.4.0", |
92 | | - "globalthis": "^1.0.3", |
93 | | - "husky": "^8.0.3", |
94 | | - "jest-environment-jsdom": "^29.5.0", |
| 85 | + "cross-fetch": "^4.1.0", |
| 86 | + "eslint": "^9.26.0", |
| 87 | + "eslint-plugin-no-only-tests": "^3.3.0", |
| 88 | + "eslint-plugin-react": "^7.37.5", |
| 89 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 90 | + "firebase": "^11.7.1", |
| 91 | + "firebase-tools": "^14.3.0", |
| 92 | + "globalthis": "^1.0.4", |
| 93 | + "husky": "^9.1.7", |
| 94 | + "jest-environment-jsdom": "^29.7.0", |
95 | 95 | "jsdom": "^26.1.0", |
96 | 96 | "markdown-toc": "^1.2.0", |
97 | | - "prettier": "^2.8.8", |
98 | | - "react": "^18.2.0", |
99 | | - "react-dom": "^18.2.0", |
100 | | - "react-test-renderer": "^18.2.0", |
101 | | - "rollup-plugin-visualizer": "^5.9.2", |
102 | | - "size-limit": "^8.2.6", |
103 | | - "typedoc": "^0.24.8", |
104 | | - "typedoc-plugin-markdown": "^3.15.3", |
105 | | - "typescript": "^5.1.3", |
106 | | - "vite": "^4.3.9", |
| 97 | + "prettier": "^3.5.3", |
| 98 | + "react": "^19.1.0", |
| 99 | + "react-dom": "^19.1.0", |
| 100 | + "react-test-renderer": "^19.1.0", |
| 101 | + "rollup-plugin-visualizer": "^5.14.0", |
| 102 | + "size-limit": "^11.2.0", |
| 103 | + "typedoc": "^0.28.4", |
| 104 | + "typedoc-plugin-markdown": "^4.6.3", |
| 105 | + "typescript": "^5.8.3", |
| 106 | + "vite": "^6.3.5", |
107 | 107 | "vitest": "^3.1.3" |
108 | 108 | }, |
109 | 109 | "dependencies": { |
110 | | - "rxfire": "^6.0.3", |
111 | | - "rxjs": "^6.6.3 || ^7.0.1", |
112 | | - "use-sync-external-store": "^1.2.0" |
| 110 | + "rxfire": "^6.1.0", |
| 111 | + "rxjs": "^7.8.2", |
| 112 | + "use-sync-external-store": "^1.5.0" |
113 | 113 | } |
114 | 114 | } |
0 commit comments