SPB Git forge

spb/lou-ka

Public

Lou·Ka — tous les logements à louer du Québec, un seul endroit.

232commits 1branches 0releases
172.9 MBsize
maindefault branch
2 days agolast push
HTML 98.9% Python 0.6%

[ka2] snapshot pré-mission voltige

Simon-Pierre Boucher committed 19 days ago (Sep 5, 2026) parent d295ab7

2 changed files +7 −7

modified frontend/package-lock.json +3 −3
@@ -18,20 +18,20 @@
18 18 "@types/react": "^18.3.3",
19 19 "@types/react-dom": "^18.3.0",
20 20 "@vitejs/plugin-react": "^4.3.1",
21 − "typescript": "^5.5.4",
21 + "typescript": "^5.9.3",
22 22 "vite": "^5.4.0"
23 23 }
24 24 },
25 25 "../../ka-maps": {
26 26 "name": "@groupe-ka/ka-maps",
27 − "version": "0.1.0",
27 + "version": "0.2.0",
28 28 "license": "UNLICENSED",
29 29 "dependencies": {
30 30 "@types/geojson": "^7946.0.16",
31 31 "mapbox-gl": "^3.28.1"
32 32 },
33 33 "devDependencies": {
34 − "@types/react": "^19.0.0",
34 + "@types/react": "^18.3.3",
35 35 "typescript": "^5.8.0",
36 36 "vitest": "^3.0.0"
37 37 },
modified frontend/package.json +4 −4
@@ -10,17 +10,17 @@
10 10 "preview": "vite preview"
11 11 },
12 12 "dependencies": {
13 + "@groupe-ka/ka-maps": "file:../../ka-maps",
14 + "mapbox-gl": "^3.28.1",
13 15 "react": "^18.3.1",
14 16 "react-dom": "^18.3.1",
15 − "react-router-dom": "^6.26.0",
16 − "@groupe-ka/ka-maps": "file:../../ka-maps",
17 − "mapbox-gl": "^3.28.1"
17 + "react-router-dom": "^6.26.0"
18 18 },
19 19 "devDependencies": {
20 20 "@types/react": "^18.3.3",
21 21 "@types/react-dom": "^18.3.0",
22 22 "@vitejs/plugin-react": "^4.3.1",
23 − "typescript": "^5.5.4",
23 + "typescript": "^5.9.3",
24 24 "vite": "^5.4.0"
25 25 }
26 26 }
27 27