| 
1 | 1 | {  | 
2 | 2 |     "name": "open-react-map",  | 
3 |  | -    "version": "0.6.5",  | 
 | 3 | +    "version": "0.7.0",  | 
4 | 4 |     "license": "LGPL-3.0-or-later",  | 
5 | 5 |  | 
6 | 6 |     "description": "Compatible Map component supports Geo services with Freedom or Open API, based on TypeScript, MobX & React.",  | 
 | 
32 | 32 |         "koajax": "^0.9.4",  | 
33 | 33 |         "leaflet": "^1.9.4",  | 
34 | 34 |         "mobx-react-helper": "^0.2.7",  | 
35 |  | -        "react-leaflet": "^3.2.5",  | 
 | 35 | +        "react-leaflet": "^4.2.1",  | 
36 | 36 |         "web-utility": "^4.1.3"  | 
37 | 37 |     },  | 
38 | 38 |     "peerDependencies": {  | 
39 | 39 |         "mobx": ">=4",  | 
40 | 40 |         "mobx-react": ">=6",  | 
41 |  | -        "react": ">=16 <18",  | 
42 |  | -        "react-dom": ">=16 <18"  | 
 | 41 | +        "react": ">=18",  | 
 | 42 | +        "react-dom": ">=18"  | 
43 | 43 |     },  | 
44 | 44 |     "devDependencies": {  | 
45 | 45 |         "@parcel/packager-ts": "~2.10.1",  | 
46 | 46 |         "@parcel/transformer-typescript-types": "~2.10.1",  | 
47 |  | -        "@types/react": "^17.0.69",  | 
48 |  | -        "@types/react-dom": "^17.0.22",  | 
 | 47 | +        "@types/react": "^18.2.33",  | 
 | 48 | +        "@types/react-dom": "^18.2.14",  | 
49 | 49 |         "husky": "^8.0.3",  | 
50 | 50 |         "idea-react": "^1.0.0-rc.30",  | 
51 | 51 |         "koapache": "^2.2.2",  | 
 | 
56 | 56 |         "prettier": "^3.0.3",  | 
57 | 57 |         "prismjs": "^1.29.0",  | 
58 | 58 |         "process": "^0.11.10",  | 
59 |  | -        "react": "^17.0.2",  | 
 | 59 | +        "react": "^18.2.0",  | 
60 | 60 |         "react-bootstrap": "^2.9.1",  | 
61 |  | -        "react-dom": "^17.0.2",  | 
 | 61 | +        "react-dom": "^18.2.0",  | 
62 | 62 |         "typedoc": "^0.25.3",  | 
63 | 63 |         "typedoc-plugin-mdn-links": "^3.1.0",  | 
64 | 64 |         "typescript": "^5.2.2"  | 
 | 
0 commit comments