|
15 | 15 | "test:unit": "vitest run --coverage" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "dotenv": "^16.3.1" |
| 18 | + "dotenv": "^16.4.5" |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | | - "@fontsource/fira-mono": "^5.0.8", |
22 | | - "@googlemaps/js-api-loader": "^1.16.2", |
23 | | - "@material/web": "^1.1.1", |
24 | | - "@playwright/test": "^1.41.0", |
25 | | - "@sveltejs/adapter-auto": "^3.1.0", |
26 | | - "@sveltejs/adapter-node": "^3.0.1", |
27 | | - "@sveltejs/kit": "^2.3.5", |
28 | | - "@sveltejs/vite-plugin-svelte": "^3.0.1", |
| 21 | + "@fontsource/fira-mono": "^5.0.12", |
| 22 | + "@googlemaps/js-api-loader": "^1.16.6", |
| 23 | + "@material/web": "^1.4.0", |
| 24 | + "@playwright/test": "^1.42.1", |
| 25 | + "@sveltejs/adapter-auto": "^3.2.0", |
| 26 | + "@sveltejs/adapter-node": "^3.0.3", |
| 27 | + "@sveltejs/kit": "^2.5.4", |
| 28 | + "@sveltejs/vite-plugin-svelte": "^3.0.2", |
29 | 29 | "@types/cookie": "^0.6.0", |
30 | | - "@types/google.maps": "^3.54.10", |
| 30 | + "@types/google.maps": "^3.55.5", |
31 | 31 | "@types/google.visualization": "^0.0.73", |
32 | 32 | "@types/proj4": "^2.5.5", |
33 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
34 | | - "@typescript-eslint/parser": "^6.19.0", |
35 | | - "@vitest/coverage-v8": "^1.2.1", |
36 | | - "autoprefixer": "^10.4.17", |
37 | | - "eslint": "^8.56.0", |
| 33 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 34 | + "@typescript-eslint/parser": "^6.21.0", |
| 35 | + "@vitest/coverage-v8": "^1.4.0", |
| 36 | + "autoprefixer": "^10.4.19", |
| 37 | + "eslint": "^8.57.0", |
38 | 38 | "eslint-config-prettier": "^9.1.0", |
39 | 39 | "eslint-plugin-svelte": "^2.35.1", |
40 | | - "geotiff": "^2.1.1", |
41 | | - "geotiff-geokeys-to-proj4": "^2024.1.14", |
| 40 | + "geotiff": "^2.1.3", |
| 41 | + "geotiff-geokeys-to-proj4": "^2024.3.9", |
42 | 42 | "google-charts": "^2.0.0", |
43 | | - "postcss": "^8.4.33", |
44 | | - "prettier": "^3.2.4", |
45 | | - "prettier-plugin-svelte": "^3.1.2", |
46 | | - "proj4": "^2.10.0", |
47 | | - "svelte": "^4.2.9", |
48 | | - "svelte-check": "^3.6.3", |
49 | | - "tailwindcss": "^3.4.1", |
| 43 | + "postcss": "^8.4.38", |
| 44 | + "prettier": "^3.2.5", |
| 45 | + "prettier-plugin-svelte": "^3.2.2", |
| 46 | + "proj4": "^2.11.0", |
| 47 | + "svelte": "^4.2.12", |
| 48 | + "svelte-check": "^3.6.8", |
| 49 | + "tailwindcss": "^3.4.3", |
50 | 50 | "tslib": "^2.6.2", |
51 | | - "typescript": "^5.3.3", |
52 | | - "vite": "^5.0.11", |
53 | | - "vitest": "^1.2.1" |
| 51 | + "typescript": "^5.4.3", |
| 52 | + "vite": "^5.2.6", |
| 53 | + "vitest": "^1.2.2" |
54 | 54 | }, |
55 | 55 | "type": "module" |
56 | 56 | } |
0 commit comments