|
1 | 1 | { |
2 | 2 | "name": "@react-google-maps/api", |
3 | 3 | "sideEffects": false, |
4 | | - "version": "2.19.0", |
| 4 | + "version": "2.19.2", |
5 | 5 | "description": "React.js Google Maps API integration", |
6 | 6 | "license": "MIT", |
7 | 7 | "author": { |
|
87 | 87 | "dependencies": { |
88 | 88 | "@googlemaps/js-api-loader": "1.16.2", |
89 | 89 | "@googlemaps/markerclusterer": "2.3.2", |
90 | | - "@react-google-maps/infobox": "2.19.1", |
91 | | - "@react-google-maps/marker-clusterer": "2.19.1", |
92 | | - "@types/google.maps": "3.53.4", |
| 90 | + "@react-google-maps/infobox": "2.19.2", |
| 91 | + "@react-google-maps/marker-clusterer": "2.19.2", |
| 92 | + "@types/google.maps": "3.53.5", |
93 | 93 | "invariant": "2.2.4" |
94 | 94 | }, |
95 | 95 | "peerDependencies": { |
96 | 96 | "react": "^16.8 || ^17 || ^18", |
97 | 97 | "react-dom": "^16.8 || ^17 || ^18" |
98 | 98 | }, |
99 | 99 | "devDependencies": { |
100 | | - "@rollup/plugin-commonjs": "25.0.2", |
| 100 | + "@rollup/plugin-commonjs": "25.0.3", |
101 | 101 | "@rollup/plugin-node-resolve": "15.1.0", |
102 | 102 | "@rollup/plugin-typescript": "11.1.2", |
103 | 103 | "@testing-library/react": "14.0.0", |
104 | 104 | "jest": "29.6.1", |
105 | 105 | "jest-cli": "29.6.1", |
106 | | - "react-docgen": "6.0.1", |
| 106 | + "react-docgen": "6.0.2", |
107 | 107 | "react-docgen-typescript": "2.2.2", |
108 | 108 | "react-styleguidist": "13.1.1", |
109 | 109 | "rimraf": "5.0.1", |
|
0 commit comments