@tactics/lokaal-loket 0.0.137 → 0.0.139
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +646 -645
- package/build/index.d.cts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +435 -434
- package/package.json +7 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tactics/lokaal-loket",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.139",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"storybook": "^8.2.9",
|
42
42
|
"storybook-react-context": "^0.6.0",
|
43
43
|
"styled-components": "^6.1.12",
|
44
|
-
"swiper": "^11.1.
|
44
|
+
"swiper": "^11.1.10",
|
45
45
|
"tsup": "^8.2.4"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
@@ -61,9 +61,10 @@
|
|
61
61
|
"@storybook/theming": "^8.2.9",
|
62
62
|
"@storybook/types": "^8.2.9",
|
63
63
|
"@tactics/browser": "^0.0.6",
|
64
|
-
"@tactics/
|
64
|
+
"@tactics/js-monad": "^0.0.3",
|
65
|
+
"@tactics/tacky": "2.0.22",
|
65
66
|
"@types/geojson": "^7946.0.14",
|
66
|
-
"@types/react": "^18.3.
|
67
|
+
"@types/react": "^18.3.4",
|
67
68
|
"@types/styled-components": "^5.1.34",
|
68
69
|
"@types/supercluster": "^7.1.3",
|
69
70
|
"@vis.gl/react-google-maps": "^1.1.0",
|
@@ -71,8 +72,9 @@
|
|
71
72
|
"axios": "^1.7.4",
|
72
73
|
"deck.gl": "^9.0.27",
|
73
74
|
"supercluster": "^8.0.1",
|
75
|
+
"terser": "^5.31.6",
|
74
76
|
"uuid": "^10.0.0",
|
75
|
-
"vite": "^5.4.
|
77
|
+
"vite": "^5.4.2"
|
76
78
|
},
|
77
79
|
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
|
78
80
|
}
|