Skip to content

Commit dfaa412

Browse files
authored
chore: update dependencies (#888)
* chore: update dependencies (main) * chore: update dependencies (website) * chore: update dependencies (examples) * chore: formatting caused by prettier updates * chore: move docusaurus onBrokenMarkdownLinks
1 parent 5496d72 commit dfaa412

File tree

11 files changed

+1300
-1491
lines changed

11 files changed

+1300
-1491
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ dist
44
CHANGELOG.md
55
examples/nextjs/.next
66
examples/nextjs/next.lock
7+
examples/nextjs/next-env.d.ts
8+
examples/nextjs/tsconfig.json
9+
examples/remix/build

examples/autocomplete/src/app.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ const App = () => {
2424

2525
const incompatibleVersionLoaded = Boolean(
2626
globalThis &&
27-
globalThis.google?.maps?.version &&
28-
!(
29-
globalThis.google?.maps?.version.endsWith('-alpha') ||
30-
globalThis.google?.maps?.version.endsWith('-beta')
31-
)
27+
globalThis.google?.maps?.version &&
28+
!(
29+
globalThis.google?.maps?.version.endsWith('-alpha') ||
30+
globalThis.google?.maps?.version.endsWith('-beta')
31+
)
3232
);
3333

3434
if (incompatibleVersionLoaded) {

examples/extended-component-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "vite build"
1414
},
1515
"devDependencies": {
16-
"@types/node": "^24.6.1",
16+
"@types/node": "^25.0.3",
1717
"@types/react-dom": "^19.0.3"
1818
}
1919
}

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"dependencies": {
1010
"@vis.gl/react-google-maps": "latest",
11-
"next": "^15.5.4"
11+
"next": "^16.1.1"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^24.6.1",
14+
"@types/node": "^25.0.3",
1515
"@types/react": "^19.1.16",
1616
"@types/react-dom": "^19.1.9",
1717
"eslint": "^9.36.0",
18-
"eslint-config-next": "^15.5.4",
18+
"eslint-config-next": "^16.1.1",
1919
"typescript": "^5"
2020
}
2121
}

examples/places-ui-kit-3d/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@vis.gl/react-google-maps": "latest",
55
"react": "^19.0.0",
66
"react-dom": "^19.0.0",
7-
"vite": "^6.0.11"
7+
"vite": "^7.3.0"
88
},
99
"scripts": {
1010
"start": "vite",

0 commit comments

Comments
 (0)