|
1 | 1 | { |
2 | 2 | "name": "open-react-map", |
3 | | - "version": "0.6.3", |
| 3 | + "version": "0.6.5", |
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.", |
|
27 | 27 | "types": "dist/index.d.ts", |
28 | 28 | "main": "dist/index.js", |
29 | 29 | "dependencies": { |
30 | | - "@swc/helpers": "^0.5.1", |
31 | | - "@types/leaflet": "^1.9.4", |
32 | | - "koajax": "^0.8.6", |
| 30 | + "@swc/helpers": "^0.5.3", |
| 31 | + "@types/leaflet": "^1.9.7", |
| 32 | + "koajax": "^0.9.4", |
33 | 33 | "leaflet": "^1.9.4", |
34 | 34 | "mobx-react-helper": "^0.2.7", |
35 | 35 | "react-leaflet": "^3.2.5", |
36 | | - "web-utility": "^4.1.0" |
| 36 | + "web-utility": "^4.1.3" |
37 | 37 | }, |
38 | 38 | "peerDependencies": { |
39 | 39 | "mobx": ">=4", |
|
42 | 42 | "react-dom": ">=16 <18" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@parcel/packager-ts": "~2.9.3", |
46 | | - "@parcel/transformer-typescript-types": "~2.9.3", |
47 | | - "@types/react": "^17.0.65", |
48 | | - "@types/react-dom": "^17.0.20", |
| 45 | + "@parcel/packager-ts": "~2.10.1", |
| 46 | + "@parcel/transformer-typescript-types": "~2.10.1", |
| 47 | + "@types/react": "^17.0.69", |
| 48 | + "@types/react-dom": "^17.0.22", |
49 | 49 | "husky": "^8.0.3", |
50 | | - "idea-react": "^1.0.0-rc.22", |
| 50 | + "idea-react": "^1.0.0-rc.30", |
51 | 51 | "koapache": "^2.2.2", |
52 | | - "lint-staged": "^14.0.1", |
| 52 | + "lint-staged": "^15.0.2", |
53 | 53 | "mobx": "^6.10.2", |
54 | 54 | "mobx-react": "^9.0.1", |
55 | | - "parcel": "^2.9.3", |
| 55 | + "parcel": "^2.10.1", |
56 | 56 | "prettier": "^3.0.3", |
57 | 57 | "prismjs": "^1.29.0", |
58 | 58 | "process": "^0.11.10", |
59 | 59 | "react": "^17.0.2", |
60 | | - "react-bootstrap": "^2.8.0", |
| 60 | + "react-bootstrap": "^2.9.1", |
61 | 61 | "react-dom": "^17.0.2", |
62 | | - "typedoc": "^0.25.0", |
| 62 | + "typedoc": "^0.25.3", |
63 | 63 | "typedoc-plugin-mdn-links": "^3.1.0", |
64 | 64 | "typescript": "^5.2.2" |
65 | 65 | }, |
|
0 commit comments