Skip to content

Commit d731876

Browse files
committed
react v19
1 parent fac606d commit d731876

File tree

3 files changed

+31
-42
lines changed

3 files changed

+31
-42
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252
},
5353
"dependencies": {
5454
"@googlemaps/markerclusterer": "^2.5.1",
55-
"react": "^18.2.0",
56-
"react-dom": "^18.2.0"
55+
"react": "^19.1.0",
56+
"react-dom": "^19.1.0"
5757
},
5858
"devDependencies": {
5959
"@mvlchain/eslint-config": "^1.0.3",
6060
"@mvlchain/prettier-config": "^1.0.1",
6161
"@swc/core": "^1.3.101",
6262
"@types/google.maps": "^3.54.10",
63-
"@types/react": "^18.2.33",
64-
"@types/react-dom": "^18.2.14",
63+
"@types/react": "^19.0.12",
64+
"@types/react-dom": "^19.0.4",
6565
"bumpp": "^9.2.0",
6666
"eslint": "^8.54.0",
6767
"prettier": "^3.0.3",

pnpm-lock.yaml

Lines changed: 26 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/InfoWindow/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface InfoWindowEvent {
1010
}
1111

1212
export interface InfoWindowProps extends Omit<google.maps.InfoWindowOptions, 'content'>, InfoWindowEvent {
13-
children?: ReactElement;
13+
children?: ReactElement<any>;
1414
open?: boolean;
1515
shouldFocus?: boolean;
1616
content?: ReactElement<unknown> | string | Element | Text | null;

0 commit comments

Comments
 (0)