|
1 | 1 | { |
2 | 2 | "name": "@stanlemon/react-couchdb-authentication", |
3 | | - "version": "0.10.29", |
| 3 | + "version": "0.10.30", |
4 | 4 | "description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.", |
5 | 5 | "keywords": [ |
6 | 6 | "react", |
|
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | 46 | "@stanlemon/webdev": "*", |
47 | | - "@testing-library/jest-dom": "^6.6.4", |
48 | | - "@testing-library/react": "^16.3.0", |
49 | | - "@types/async-retry": "^1.4.9", |
50 | | - "@types/isomorphic-fetch": "^0.0.39", |
51 | | - "@types/jest": "^30.0.0", |
52 | | - "@types/node": "^22.15.1", |
53 | | - "@types/pouchdb": "^6.4.2", |
| 47 | + "@testing-library/jest-dom": "6.6.4", |
| 48 | + "@testing-library/react": "16.3.0", |
| 49 | + "@types/async-retry": "1.4.9", |
| 50 | + "@types/isomorphic-fetch": "0.0.39", |
| 51 | + "@types/jest": "30.0.0", |
| 52 | + "@types/node": "22.16.5", |
| 53 | + "@types/pouchdb": "6.4.2", |
54 | 54 | "@types/react": "^19.1.8", |
55 | | - "isomorphic-fetch": "^3.0.0", |
56 | | - "pouchdb": "^9.0.0", |
57 | | - "pouchdb-adapter-memory": "^9.0.0", |
58 | | - "react": "^19.1.0", |
59 | | - "react-dom": "^19.1.0", |
60 | | - "rimraf": "^6.0.1" |
| 55 | + "isomorphic-fetch": "3.0.0", |
| 56 | + "pouchdb": "9.0.0", |
| 57 | + "pouchdb-adapter-memory": "9.0.0", |
| 58 | + "react": "19.1.0", |
| 59 | + "react-dom": "19.1.0", |
| 60 | + "rimraf": "6.0.1" |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | 63 | "async-retry": "^1.3.3", |
|
0 commit comments