@tactics/lokaal-loket 0.0.297 → 0.0.299
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +874 -1135
- package/build/index.d.cts +74 -10
- package/build/index.d.ts +74 -10
- package/build/index.js +826 -746
- 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.299",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"storybook-react-context": "^0.7.0",
|
49
49
|
"styled-components": "^6.1.13",
|
50
50
|
"swiper": "^11.1.14",
|
51
|
-
"tsup": "^8.3.
|
51
|
+
"tsup": "^8.3.5"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
54
|
"match-operator": ">= 0.2",
|
@@ -58,34 +58,34 @@
|
|
58
58
|
"swiper": ">= 11.1"
|
59
59
|
},
|
60
60
|
"dependencies": {
|
61
|
-
"@deck.gl/google-maps": "^9.0.
|
61
|
+
"@deck.gl/google-maps": "^9.0.34",
|
62
62
|
"@emotion/react": "^11.13.3",
|
63
63
|
"@emotion/styled": "^11.13.0",
|
64
64
|
"@googlemaps/markerclusterer": "^2.5.3",
|
65
65
|
"@mapbox/polyline": "^1.2.1",
|
66
|
-
"@mui/base": "5.0.0-beta.
|
67
|
-
"@mui/material": "^6.1.
|
68
|
-
"@mui/x-date-pickers": "^7.
|
66
|
+
"@mui/base": "5.0.0-beta.60",
|
67
|
+
"@mui/material": "^6.1.5",
|
68
|
+
"@mui/x-date-pickers": "^7.22.0",
|
69
69
|
"@storybook/addon-a11y": "^8.3.6",
|
70
70
|
"@storybook/components": "^8.3.6",
|
71
71
|
"@storybook/theming": "^8.3.6",
|
72
72
|
"@storybook/types": "^8.3.6",
|
73
73
|
"@tactics/browser": "^0.0.6",
|
74
74
|
"@tactics/js-monad": "^0.0.5",
|
75
|
-
"@tactics/tacky": "2.0.
|
76
|
-
"@tiptap/extension-link": "^2.
|
77
|
-
"@tiptap/pm": "^2.
|
78
|
-
"@tiptap/react": "^2.
|
79
|
-
"@tiptap/starter-kit": "^2.
|
75
|
+
"@tactics/tacky": "2.0.29",
|
76
|
+
"@tiptap/extension-link": "^2.9.1",
|
77
|
+
"@tiptap/pm": "^2.9.1",
|
78
|
+
"@tiptap/react": "^2.9.1",
|
79
|
+
"@tiptap/starter-kit": "^2.9.1",
|
80
80
|
"@types/geojson": "^7946.0.14",
|
81
|
-
"@types/react": "^18.3.
|
81
|
+
"@types/react": "^18.3.12",
|
82
82
|
"@types/styled-components": "^5.1.34",
|
83
83
|
"@types/supercluster": "^7.1.3",
|
84
|
-
"@vis.gl/react-google-maps": "^1.
|
84
|
+
"@vis.gl/react-google-maps": "^1.4.0",
|
85
85
|
"@vitejs/plugin-react": "^4.3.3",
|
86
86
|
"axios": "^1.7.7",
|
87
87
|
"dayjs": "^1.11.13",
|
88
|
-
"deck.gl": "^9.0.
|
88
|
+
"deck.gl": "^9.0.34",
|
89
89
|
"npm-run-path": "^6.0.0",
|
90
90
|
"path-key": "^4.0.0",
|
91
91
|
"prettify": "^0.1.7",
|
@@ -93,8 +93,8 @@
|
|
93
93
|
"supercluster": "^8.0.1",
|
94
94
|
"terser": "^5.36.0",
|
95
95
|
"typescript": "^5.6.3",
|
96
|
-
"uuid": "^
|
97
|
-
"vite": "^5.4.
|
96
|
+
"uuid": "^11.0.2",
|
97
|
+
"vite": "^5.4.10"
|
98
98
|
},
|
99
99
|
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
|
100
100
|
}
|