File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/lib/components/data-vis/map Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
"@tailwindcss/forms" : " ^0.5.9" ,
58
58
"@tailwindcss/typography" : " ^0.5.15" ,
59
59
"@types/eslint" : " ^9.6.0" ,
60
- "accessible-autocomplete" : " ^3.0.1" ,
61
60
"autoprefixer" : " ^10.4.20" ,
62
61
"eslint" : " ^9.7.0" ,
63
62
"eslint-config-prettier" : " ^9.1.0" ,
81
80
"vite" : " ^5.0.11"
82
81
},
83
82
"dependencies" : {
83
+ "accessible-autocomplete" : " ^3.0.1" ,
84
84
"@dwp/dwp-frontend" : " ^3.3.0" ,
85
85
"@maptiler/sdk" : " ^3.0.1" ,
86
86
"@ministryofjustice/frontend" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 15
15
FullscreenControl ,
16
16
ScaleControl ,
17
17
} from " svelte-maplibre" ;
18
- import { contrastingColor , colorPalette } from " ./colors.ts " ;
18
+ import { contrastingColor , colorPalette } from " ./colors" ;
19
19
import { hoverStateFilter } from " svelte-maplibre/filters.js" ;
20
20
import type { maplibregl , ExpressionSpecification } from " maplibre-gl" ;
21
21
import fullTopo from " ./fullTopo.json" ;
You can’t perform that action at this time.
0 commit comments