diff --git a/package-lock.json b/package-lock.json index ea13eeb07..f2bfcd4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "rimraf": "^6.1.0", "typescript": "^5.9.3", "typescript-eslint": "^8.46.2", - "vite": "^7.1.11" + "vite": "^7.2.2" } }, "node_modules/@babel/code-frame": { @@ -8414,9 +8414,9 @@ } }, "node_modules/vite": { - "version": "7.1.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", - "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz", + "integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8925,7 +8925,7 @@ "devDependencies": { "@types/google.maps": "*", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } }, "samples/map-projection-simple": { @@ -8996,7 +8996,7 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } }, "samples/react-ui-kit-place-details-by-latlng": { @@ -9044,7 +9044,7 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } }, "samples/react-ui-kit-place-details-latlng": { @@ -9060,7 +9060,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } }, "samples/react-ui-kit-place-details-latlng-compact": { @@ -9075,7 +9075,7 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } }, "samples/react-ui-kit-search-nearby": { @@ -9091,7 +9091,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } }, "samples/react-ui-kit-search-text": { @@ -9107,7 +9107,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } }, "samples/routes-compute-routes": { diff --git a/package.json b/package.json index 892a78fca..f79a9cfbb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "rimraf": "^6.1.0", "typescript": "^5.9.3", "typescript-eslint": "^8.46.2", - "vite": "^7.1.11" + "vite": "^7.2.2" }, "dependencies": { "dotenv": "^17.2.3" diff --git a/samples/map-drawing-terradraw/package.json b/samples/map-drawing-terradraw/package.json index cdeee3212..2f38c9cee 100644 --- a/samples/map-drawing-terradraw/package.json +++ b/samples/map-drawing-terradraw/package.json @@ -17,6 +17,6 @@ "devDependencies": { "@types/google.maps": "latest", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } } diff --git a/samples/react-ui-kit-place-details-compact/package.json b/samples/react-ui-kit-place-details-compact/package.json index 36597f337..d13a86cf0 100644 --- a/samples/react-ui-kit-place-details-compact/package.json +++ b/samples/react-ui-kit-place-details-compact/package.json @@ -18,6 +18,6 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } } \ No newline at end of file diff --git a/samples/react-ui-kit-place-details-latlng-compact/package.json b/samples/react-ui-kit-place-details-latlng-compact/package.json index e60646fce..45087e45b 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/package.json +++ b/samples/react-ui-kit-place-details-latlng-compact/package.json @@ -19,6 +19,6 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } } \ No newline at end of file diff --git a/samples/react-ui-kit-place-details-latlng/package.json b/samples/react-ui-kit-place-details-latlng/package.json index 4f58c95fd..cf04f5196 100644 --- a/samples/react-ui-kit-place-details-latlng/package.json +++ b/samples/react-ui-kit-place-details-latlng/package.json @@ -20,6 +20,6 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } } \ No newline at end of file diff --git a/samples/react-ui-kit-place-details/package.json b/samples/react-ui-kit-place-details/package.json index 8177d370f..0b1779714 100644 --- a/samples/react-ui-kit-place-details/package.json +++ b/samples/react-ui-kit-place-details/package.json @@ -18,6 +18,6 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } } \ No newline at end of file diff --git a/samples/react-ui-kit-search-nearby/package.json b/samples/react-ui-kit-search-nearby/package.json index cfe2c5eae..fa2647b44 100644 --- a/samples/react-ui-kit-search-nearby/package.json +++ b/samples/react-ui-kit-search-nearby/package.json @@ -19,6 +19,6 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } } \ No newline at end of file diff --git a/samples/react-ui-kit-search-text/package.json b/samples/react-ui-kit-search-text/package.json index 9604bcdeb..e549b7074 100644 --- a/samples/react-ui-kit-search-text/package.json +++ b/samples/react-ui-kit-search-text/package.json @@ -19,6 +19,6 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.2.2" } } \ No newline at end of file