Chore: update some dependencies

This commit is contained in:
Pieter Vander Vennet 2025-02-06 01:46:56 +01:00
parent 2368f292be
commit be8c9f081b
5 changed files with 3850 additions and 769 deletions

View file

@ -276,9 +276,6 @@
"width": "8" "width": "8"
} }
], ],
"calculatedTags": [
"width:= ! ! (feat.properties['width:carriageway']) ? feat.properties['width:carriageway'] : feat.properties['width'] "
],
"tagRenderings": [ "tagRenderings": [
"images", "images",
{ {

View file

@ -9703,6 +9703,23 @@
}, },
"question": "What does this school train pupils for?" "question": "What does this school train pupils for?"
}, },
"orientation_belgium_special_needs": {
"mappings": {
"0": {
"then": "<b>Training type 1</b>: trains elementary life skills to live in an institution. There is no intention to do a (paid) job after training"
},
"1": {
"then": "<b>Training type 2</b>: prepares to work in an environment with extra care and facilities such as a sheltered workshop"
},
"2": {
"then": "<b>Training type 3</b>: prepares for a job and a (more-or-less) independent life in society"
},
"3": {
"then": "<b>Training type 4</b>: prepares for a job or continued education"
}
},
"question": "What does this school train pupils for?"
},
"pedagogy": { "pedagogy": {
"mappings": { "mappings": {
"0": { "0": {
@ -12792,6 +12809,9 @@
"debug_accordeon_title": { "debug_accordeon_title": {
"render": "Debug information" "render": "Debug information"
}, },
"debug_storage_accordeon_title": {
"render": "Debug information about local storage"
},
"edit-profile": { "edit-profile": {
"render": { "render": {
"special": { "special": {

View file

@ -8241,6 +8241,23 @@
}, },
"question": "Waarop wordt een leerling voorbereid?" "question": "Waarop wordt een leerling voorbereid?"
}, },
"orientation_belgium_special_needs": {
"mappings": {
"0": {
"then": "<b>Onderwijsvorm type 1</b>: leert elementaire vaardigheden om te functioneren in een zorginstelling"
},
"1": {
"then": "<b>Onderwijsvorm type 2</b>: leert vaardigheden om te werken in een een beschermde arbeidsomgeving zoals een maatwerkbedrijf"
},
"2": {
"then": "<b>Onderwijsvorm type 3</b>: leert vaardigheden voor een een job op de reguliere arbeidsmarkt en zelfstandig wonen"
},
"3": {
"then": "<b>Onderwijsvorm type 4</b>: leert vaardigheden voor een een job op de reguliere arbeidsmarkt of voor voortgezette studies"
}
},
"question": "Waar traint deze school de leerlingen voor?"
},
"school-language": { "school-language": {
"render": { "render": {
"special": { "special": {

4559
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -218,16 +218,16 @@
"jspdf": "^2.5.1", "jspdf": "^2.5.1",
"latlon2country": "^1.2.6", "latlon2country": "^1.2.6",
"libphonenumber-js": "^1.10.8", "libphonenumber-js": "^1.10.8",
"mangrove-reviews-typescript": "^1.1.0", "mangrove-reviews-typescript": "^1.3.1",
"maplibre": "^0.0.1-security", "maplibre": "^0.0.1-security",
"maplibre-gl": "^5.1.0 ", "maplibre-gl": "^5.1.0 ",
"marked": "^12.0.2", "marked": "^12.0.2",
"monaco-editor": "^0.46.0", "monaco-editor": "^0.46.0",
"mvt-to-geojson": "^0.0.5", "mvt-to-geojson": "^0.0.6",
"name-suggestion-index": "^6.0.20250119", "name-suggestion-index": "^6.0.20250119",
"npm": "^10.7.0", "npm": "^10.7.0",
"opening_hours": "^3.6.0", "opening_hours": "^3.6.0",
"osm-auth": "^2.5.0", "osm-auth": "^2.6.0",
"osmtogeojson": "^3.0.0-beta.5", "osmtogeojson": "^3.0.0-beta.5",
"panoramax-js": "^0.4.8", "panoramax-js": "^0.4.8",
"panzoom": "^9.4.3", "panzoom": "^9.4.3",
@ -235,21 +235,21 @@
"pg": "^8.11.3", "pg": "^8.11.3",
"pic4carto": "^2.1.15", "pic4carto": "^2.1.15",
"pluscodes": "^2.6.0", "pluscodes": "^2.6.0",
"pmtiles": "^3.0.5", "pmtiles": "^4.2.1",
"prompt-sync": "^4.2.0", "prompt-sync": "^4.2.0",
"qrcode-generator": "^1.4.4", "qrcode-generator": "^1.4.4",
"showdown": "^2.1.0", "showdown": "^2.1.0",
"svg-path-parser": "^1.1.0", "svg-path-parser": "^1.1.0",
"tailwind-merge": "^1.13.1", "tailwind-merge": "^1.14.0",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.4.17",
"turndown": "^7.1.3", "turndown": "^7.2.0",
"vite-node": "^0.28.3", "wikibase-sdk": "^10.2.1",
"vitest": "^0.28.3",
"wikibase-sdk": "^10.1.1",
"xml2js": "^0.5.0" "xml2js": "^0.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babeard/svelte-heroicons": "^2.0.0-rc.0", "@babeard/svelte-heroicons": "^2.0.0-rc.0",
"vite-node": "^3.0.5",
"vitest": "^3.0.5",
"@babel/polyfill": "^7.10.4", "@babel/polyfill": "^7.10.4",
"@babel/preset-env": "7.13.8", "@babel/preset-env": "7.13.8",
"@capacitor/cli": "^6.1.2", "@capacitor/cli": "^6.1.2",