|
1 | 1 | {
|
2 | 2 | "name": "overpass-turbo",
|
3 |
| - "version": "2.1.2", |
| 3 | + "version": "2.1.3", |
4 | 4 | "description": "A web based data mining tool for OpenHistoricalMap using Overpass API",
|
5 | 5 | "homepage": "https://overpass-turbo.openhistoricalmap.org/",
|
6 | 6 | "repository": "git+https://github.com/OpenHistoricalMap/overpass-turbo.git",
|
7 | 7 | "license": "MIT",
|
8 |
| - "packageManager": "yarn@4.3.1", |
| 8 | + "packageManager": "yarn@4.5.3", |
9 | 9 | "scripts": {
|
10 | 10 | "prepare": "husky",
|
11 | 11 | "test": "yarn run test:eslint && yarn run test:style && yarn run test:vitest",
|
|
14 | 14 | "test:vitest": "vitest",
|
15 | 15 | "fix:style": "prettier --write .",
|
16 | 16 | "start": "vite",
|
17 |
| - "dev": "vite --host=127.0.0.1", |
| 17 | + "dev": "vite", |
18 | 18 | "build": "vite build"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
|
26 | 26 | "@typescript-eslint/eslint-plugin": "^5.57.1",
|
27 | 27 | "@typescript-eslint/parser": "^5.57.1",
|
28 | 28 | "eslint": "^8.38.0",
|
29 |
| - "happy-dom": "^14.12.0", |
| 29 | + "happy-dom": "^15.10.2", |
30 | 30 | "husky": "^9.0.11",
|
31 | 31 | "lint-staged": "^15.2.7",
|
32 | 32 | "peggy": "^3.0.2",
|
33 | 33 | "prettier": "^3.3.2",
|
34 | 34 | "request": "^2.67.0",
|
35 | 35 | "typescript": "^5.0.4",
|
36 |
| - "vite": "^5.2.14", |
| 36 | + "vite": "^6.0.12", |
37 | 37 | "vite-plugin-favicons-inject": "^2.2.0",
|
38 |
| - "vitest": "^1.6.0" |
| 38 | + "vitest": "^3.0.0-beta.3" |
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 | 41 | "@fortawesome/fontawesome-free": "^5.13.0",
|
42 | 42 | "@maplibre/maplibre-gl-leaflet": "^0.0.20",
|
43 | 43 | "@openstreetmap/id-tagging-schema": "^3.5.1",
|
44 | 44 | "bulma": "^0.9.4",
|
45 |
| - "canvg": "4.0.1", |
| 45 | + "canvg": "4.0.3", |
46 | 46 | "codemirror": "https://github.com/codemirror/CodeMirror/archive/v2.38.tar.gz",
|
47 | 47 | "colorbrewer": "^1.5.7",
|
48 | 48 | "colormap": "^2.3.2",
|
|
68 | 68 | "trailingComma": "none"
|
69 | 69 | },
|
70 | 70 | "lint-staged": {
|
71 |
| - "**/*": "prettier --write --ignore-unknown" |
| 71 | + "**/*": "prettier --write --ignore-unknown --no-error-on-unmatched-pattern" |
72 | 72 | }
|
73 | 73 | }
|
0 commit comments