@tactics/lokaal-loket 0.0.69 → 0.0.70
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +1249 -526
- package/build/index.d.cts +420 -121
- package/build/index.d.ts +420 -121
- package/build/index.js +1095 -386
- package/package.json +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tactics/lokaal-loket",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.70",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -27,21 +27,21 @@
|
|
27
27
|
"author": "",
|
28
28
|
"license": "ISC",
|
29
29
|
"devDependencies": {
|
30
|
-
"@storybook/addon-essentials": "^8.
|
31
|
-
"@storybook/addon-interactions": "^8.
|
32
|
-
"@storybook/blocks": "^8.
|
33
|
-
"@storybook/manager-api": "^8.
|
34
|
-
"@storybook/react": "^8.
|
35
|
-
"@storybook/react-vite": "^8.
|
30
|
+
"@storybook/addon-essentials": "^8.2.4",
|
31
|
+
"@storybook/addon-interactions": "^8.2.4",
|
32
|
+
"@storybook/blocks": "^8.2.4",
|
33
|
+
"@storybook/manager-api": "^8.2.4",
|
34
|
+
"@storybook/react": "^8.2.4",
|
35
|
+
"@storybook/react-vite": "^8.2.4",
|
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.
|
41
|
+
"storybook": "^8.2.4",
|
42
42
|
"storybook-react-context": "^0.6.0",
|
43
43
|
"styled-components": "^6.1.11",
|
44
|
-
"swiper": "^11.1.
|
44
|
+
"swiper": "^11.1.5",
|
45
45
|
"tsup": "^8.1.0"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
@@ -54,19 +54,19 @@
|
|
54
54
|
"dependencies": {
|
55
55
|
"@googlemaps/markerclusterer": "^2.5.3",
|
56
56
|
"@mui/base": "5.0.0-beta.40",
|
57
|
-
"@storybook/addon-a11y": "^8.
|
58
|
-
"@storybook/components": "^8.
|
59
|
-
"@storybook/theming": "^8.
|
60
|
-
"@storybook/types": "^8.
|
61
|
-
"@tactics/browser": "^0.0.
|
62
|
-
"@tactics/tacky": "2.0.
|
57
|
+
"@storybook/addon-a11y": "^8.2.4",
|
58
|
+
"@storybook/components": "^8.2.4",
|
59
|
+
"@storybook/theming": "^8.2.4",
|
60
|
+
"@storybook/types": "^8.2.4",
|
61
|
+
"@tactics/browser": "^0.0.6",
|
62
|
+
"@tactics/tacky": "2.0.18",
|
63
63
|
"@types/react": "^18.3.3",
|
64
64
|
"@types/styled-components": "^5.1.34",
|
65
65
|
"@vis.gl/react-google-maps": "^1.1.0",
|
66
66
|
"@vitejs/plugin-react": "^4.3.1",
|
67
67
|
"axios": "^1.7.2",
|
68
68
|
"uuid": "^10.0.0",
|
69
|
-
"vite": "^5.3.
|
69
|
+
"vite": "^5.3.4"
|
70
70
|
},
|
71
71
|
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
|
72
72
|
}
|