Skip to content

Commit

Permalink
move text from label to CIM (#491)
Browse files Browse the repository at this point in the history
* refactor: 🚨 fix biome issues
* build: ⬆️ Upgrade to Vite 6
* build: ⬆️ Upgrade pnpm
* build: ⬆️ upgrade dependencies
* build: Modify @wsdot/web-styles imports
* feat: 💄 Milepost symbol now contains text, no longer needs label
* refactor: removed labelClass
* refactor: ♻️ Moved CIM JSON into CIMSymbol definition
  • Loading branch information
JeffJacobson authored Dec 4, 2024
1 parent b32f221 commit 244dbca
Show file tree
Hide file tree
Showing 15 changed files with 902 additions and 613 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"@biomejs/biome": "1.9.4",
"@types/arcgis-rest-api": "^10.4.8",
"@types/browser-update": "^3.3.3",
"@types/node": "^22.9.4",
"@vitest/coverage-istanbul": "^2.1.5",
"@vitest/coverage-v8": "^2.1.5",
"@types/node": "^22.10.1",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/coverage-v8": "^2.1.8",
"browserslist-to-esbuild": "^2.1.1",
"cspell": "^8.16.0",
"cspell": "^8.16.1",
"jsdom": "^25.0.1",
"msw": "^2.6.6",
"optionator": "^0.9.4",
"svgo": "^3.3.2",
"svgson": "^5.3.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"vite": "^6.0.2",
"vitest": "^2.1.8"
},
"repository": {
"url": "https://github.com/WSDOT-GIS/wsdot-mp-map.git",
Expand All @@ -68,5 +68,5 @@
],
"author": "Jeff Jacobson",
"license": "Unlicense",
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}
Loading

0 comments on commit 244dbca

Please sign in to comment.