SPB Git forge

spb/ka-maps

Public
6commits 1branches 0releases
448.0 KBsize
maindefault branch
29 days agolast push
TypeScript 87.7% CSS 12.3%

ka-maps : @types/react aligné sur ^18 (les apps consommatrices sont en React 18 — les d.ts en 19 cassaient leurs builds)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Simon-Pierre Boucher committed 29 days ago (Aug 26, 2026) parent 426fdff

2 changed files +13 −5

modified package-lock.json +12 −4
@@ -13,7 +13,7 @@
13 13 "mapbox-gl": "^3.28.1"
14 14 },
15 15 "devDependencies": {
16 "@types/react": "^19.0.0",
16 + "@types/react": "^18.3.3",
17 17 "typescript": "^5.8.0",
18 18 "vitest": "^3.0.0"
19 19 },
@@ -915,13 +915,21 @@
915 915 "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
916 916 "license": "MIT"
917 917 },
918 + "node_modules/@types/prop-types": {
919 + "version": "15.7.15",
920 + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
921 + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
922 + "dev": true,
923 + "license": "MIT"
924 + },
918 925 "node_modules/@types/react": {
919 "version": "19.2.18",
920 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz",
921 "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
926 + "version": "18.3.31",
927 + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz",
928 + "integrity": "sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==",
922 929 "dev": true,
923 930 "license": "MIT",
924 931 "dependencies": {
932 + "@types/prop-types": "*",
925 933 "csstype": "^3.2.2"
926 934 }
927 935 },
modified package.json +1 −1
@@ -42,7 +42,7 @@
42 42 }
43 43 },
44 44 "devDependencies": {
45 "@types/react": "^19.0.0",
45 + "@types/react": "^18.3.3",
46 46 "typescript": "^5.8.0",
47 47 "vitest": "^3.0.0"
48 48 }
49 49