@tactics/lokaal-loket 0.0.487 → 0.0.489
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +759 -731
- package/build/index.d.cts +24 -3
- package/build/index.d.ts +24 -3
- package/build/index.js +759 -731
- package/package.json +13 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tactics/lokaal-loket",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.489",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -33,12 +33,12 @@
|
|
33
33
|
"author": "",
|
34
34
|
"license": "ISC",
|
35
35
|
"devDependencies": {
|
36
|
-
"@storybook/addon-essentials": "^8.5.
|
37
|
-
"@storybook/addon-interactions": "^8.5.
|
38
|
-
"@storybook/blocks": "^8.5.
|
39
|
-
"@storybook/manager-api": "^8.5.
|
40
|
-
"@storybook/react": "^8.5.
|
41
|
-
"@storybook/react-vite": "^8.5.
|
36
|
+
"@storybook/addon-essentials": "^8.5.2",
|
37
|
+
"@storybook/addon-interactions": "^8.5.2",
|
38
|
+
"@storybook/blocks": "^8.5.2",
|
39
|
+
"@storybook/manager-api": "^8.5.2",
|
40
|
+
"@storybook/react": "^8.5.2",
|
41
|
+
"@storybook/react-vite": "^8.5.2",
|
42
42
|
"@types/react-dom": "^19.0.3",
|
43
43
|
"@types/react-slider": "^1.3.6",
|
44
44
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"prop-types": "^15.8.1",
|
48
48
|
"react": "^19.0.0",
|
49
49
|
"react-dom": "^19.0.0",
|
50
|
-
"storybook": "^8.5.
|
50
|
+
"storybook": "^8.5.2",
|
51
51
|
"storybook-react-context": "^0.7.0",
|
52
52
|
"styled-components": "^6.1.14",
|
53
53
|
"swiper": "^11.2.1",
|
@@ -70,12 +70,12 @@
|
|
70
70
|
"@mui/base": "5.0.0-beta.69",
|
71
71
|
"@mui/material": "^6.4.1",
|
72
72
|
"@mui/x-date-pickers": "^7.24.1",
|
73
|
-
"@storybook/addon-a11y": "^8.5.
|
74
|
-
"@storybook/components": "^8.5.
|
75
|
-
"@storybook/theming": "^8.5.
|
76
|
-
"@storybook/types": "^8.5.
|
73
|
+
"@storybook/addon-a11y": "^8.5.2",
|
74
|
+
"@storybook/components": "^8.5.2",
|
75
|
+
"@storybook/theming": "^8.5.2",
|
76
|
+
"@storybook/types": "^8.5.2",
|
77
77
|
"@tactics/browser": "^0.0.7",
|
78
|
-
"@tactics/js-monad": "0.0.
|
78
|
+
"@tactics/js-monad": "0.0.14",
|
79
79
|
"@tactics/tacky": "2.0.35",
|
80
80
|
"@tiptap/extension-link": "^2.11.3",
|
81
81
|
"@tiptap/pm": "^2.11.3",
|