@tactics/lokaal-loket 0.0.117 → 0.0.120
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +614 -608
- package/build/index.d.cts +3 -2
- package/build/index.d.ts +3 -2
- package/build/index.js +439 -433
- package/package.json +19 -19
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tactics/lokaal-loket",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.120",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -27,22 +27,22 @@
|
|
27
27
|
"author": "",
|
28
28
|
"license": "ISC",
|
29
29
|
"devDependencies": {
|
30
|
-
"@storybook/addon-essentials": "^8.2.
|
31
|
-
"@storybook/addon-interactions": "^8.2.
|
32
|
-
"@storybook/blocks": "^8.2.
|
33
|
-
"@storybook/manager-api": "^8.2.
|
34
|
-
"@storybook/react": "^8.2.
|
35
|
-
"@storybook/react-vite": "^8.2.
|
30
|
+
"@storybook/addon-essentials": "^8.2.9",
|
31
|
+
"@storybook/addon-interactions": "^8.2.9",
|
32
|
+
"@storybook/blocks": "^8.2.9",
|
33
|
+
"@storybook/manager-api": "^8.2.9",
|
34
|
+
"@storybook/react": "^8.2.9",
|
35
|
+
"@storybook/react-vite": "^8.2.9",
|
36
36
|
"@types/react-dom": "^18.3.0",
|
37
37
|
"match-operator": "^0.2.1",
|
38
38
|
"prop-types": "^15.8.1",
|
39
39
|
"react": "^18.3.1",
|
40
40
|
"react-dom": "^18.3.1",
|
41
|
-
"storybook": "^8.2.
|
41
|
+
"storybook": "^8.2.9",
|
42
42
|
"storybook-react-context": "^0.6.0",
|
43
43
|
"styled-components": "^6.1.12",
|
44
|
-
"swiper": "^11.1.
|
45
|
-
"tsup": "^8.2.
|
44
|
+
"swiper": "^11.1.9",
|
45
|
+
"tsup": "^8.2.4"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
48
|
"match-operator": ">= 0.2",
|
@@ -52,27 +52,27 @@
|
|
52
52
|
"swiper": ">= 11.1"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@deck.gl/google-maps": "^9.0.
|
55
|
+
"@deck.gl/google-maps": "^9.0.27",
|
56
56
|
"@googlemaps/markerclusterer": "^2.5.3",
|
57
57
|
"@mapbox/polyline": "^1.2.1",
|
58
58
|
"@mui/base": "5.0.0-beta.40",
|
59
|
-
"@storybook/addon-a11y": "^8.2.
|
60
|
-
"@storybook/components": "^8.2.
|
61
|
-
"@storybook/theming": "^8.2.
|
62
|
-
"@storybook/types": "^8.2.
|
59
|
+
"@storybook/addon-a11y": "^8.2.9",
|
60
|
+
"@storybook/components": "^8.2.9",
|
61
|
+
"@storybook/theming": "^8.2.9",
|
62
|
+
"@storybook/types": "^8.2.9",
|
63
63
|
"@tactics/browser": "^0.0.6",
|
64
|
-
"@tactics/tacky": "2.0.
|
64
|
+
"@tactics/tacky": "2.0.21",
|
65
65
|
"@types/geojson": "^7946.0.14",
|
66
66
|
"@types/react": "^18.3.3",
|
67
67
|
"@types/styled-components": "^5.1.34",
|
68
68
|
"@types/supercluster": "^7.1.3",
|
69
69
|
"@vis.gl/react-google-maps": "^1.1.0",
|
70
70
|
"@vitejs/plugin-react": "^4.3.1",
|
71
|
-
"axios": "^1.7.
|
72
|
-
"deck.gl": "^9.0.
|
71
|
+
"axios": "^1.7.4",
|
72
|
+
"deck.gl": "^9.0.27",
|
73
73
|
"supercluster": "^8.0.1",
|
74
74
|
"uuid": "^10.0.0",
|
75
|
-
"vite": "^5.
|
75
|
+
"vite": "^5.4.1"
|
76
76
|
},
|
77
77
|
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
|
78
78
|
}
|