@tactics/lokaal-loket 0.0.475 → 0.0.477
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +818 -725
- package/build/index.d.cts +60 -4
- package/build/index.d.ts +60 -4
- package/build/index.js +818 -725
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tactics/lokaal-loket",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.477",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -67,8 +67,8 @@
|
|
67
67
|
"@googlemaps/markerclusterer": "^2.5.3",
|
68
68
|
"@luwio/hooks": "^0.0.5",
|
69
69
|
"@mapbox/polyline": "^1.2.1",
|
70
|
-
"@mui/base": "5.0.0-beta.
|
71
|
-
"@mui/material": "^6.4.
|
70
|
+
"@mui/base": "5.0.0-beta.69",
|
71
|
+
"@mui/material": "^6.4.1",
|
72
72
|
"@mui/x-date-pickers": "^7.24.0",
|
73
73
|
"@storybook/addon-a11y": "^8.5.0",
|
74
74
|
"@storybook/components": "^8.5.0",
|