@ship-it-ui/map 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ship-it-ui/map",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Map primitive for the Ship-It design system. Thin React wrapper over MapLibre GL JS with styled markers that consume design-system tokens.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://ship-it-ops.github.io/ship-it-design/",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"react": "^19.0.0",
|
|
44
44
|
"react-dom": "^19.0.0",
|
|
45
45
|
"@ship-it-ui/icons": "0.0.11",
|
|
46
|
-
"@ship-it-ui/ui": "0.0.
|
|
46
|
+
"@ship-it-ui/ui": "0.0.13"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"typescript": "^5.6.3",
|
|
61
61
|
"vitest": "^2.1.3",
|
|
62
62
|
"vitest-axe": "^0.1.0",
|
|
63
|
+
"@ship-it-ui/eslint-config": "0.0.1",
|
|
63
64
|
"@ship-it-ui/icons": "0.0.11",
|
|
64
65
|
"@ship-it-ui/tokens": "0.0.7",
|
|
65
66
|
"@ship-it-ui/tsconfig": "0.0.1",
|
|
66
|
-
"@ship-it-ui/ui": "0.0.
|
|
67
|
-
"@ship-it-ui/eslint-config": "0.0.1"
|
|
67
|
+
"@ship-it-ui/ui": "0.0.13"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "tsup",
|