Skip to content

Commit 49e7413

Browse files
chore: ⬆️ update devDependencies and fix TypeScript definitions for MapProps
- Bump React from 18.3 to 19.0 - Bump ESLint and relative plugins
1 parent 5961d56 commit 49e7413

File tree

6 files changed

+1390
-823
lines changed

6 files changed

+1390
-823
lines changed

dist/index.d.cts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ interface MapProps {
247247
options?: MapOptions;
248248
/**
249249
* The style of the map container.
250-
* @default
251-
* {
250+
* @default {
252251
* width: '100%',
253252
* height: '100%',
254253
* left: 0,

dist/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ interface MapProps {
247247
options?: MapOptions;
248248
/**
249249
* The style of the map container.
250-
* @default
251-
* {
250+
* @default {
252251
* width: '100%',
253252
* height: '100%',
254253
* left: 0,

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "link:../node_modules/@types/react",
2424
"@types/react-dom": "link:../node_modules/@types/react-dom",
2525
"eslint": "link:../node_modules/eslint",
26-
"eslint-config-next": "14.1.0",
26+
"eslint-config-next": "15.1.6",
2727
"typescript": "link:../node_modules/typescript"
2828
}
2929
}

0 commit comments

Comments
 (0)