@tmf_ciclica/ciclicastorybook 1.2.156 → 1.2.158
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +49 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmf_ciclica/ciclicastorybook",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.158",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,60 +20,60 @@
|
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@emotion/react": "
|
|
24
|
-
"@emotion/styled": "
|
|
23
|
+
"@emotion/react": "11",
|
|
24
|
+
"@emotion/styled": "11",
|
|
25
25
|
"@mui/material": "7.3.10",
|
|
26
|
-
"@reduxjs/toolkit": "
|
|
27
|
-
"d3": "
|
|
28
|
-
"framer-motion": "
|
|
29
|
-
"i18next": "
|
|
30
|
-
"mapbox-gl": "
|
|
31
|
-
"maplibre-gl": "
|
|
32
|
-
"pmtiles": "
|
|
33
|
-
"react": "
|
|
34
|
-
"react-dom": "
|
|
35
|
-
"react-hook-form": "
|
|
36
|
-
"react-i18next": "
|
|
37
|
-
"react-map-gl": "
|
|
38
|
-
"react-redux": "
|
|
39
|
-
"react-router-dom": "
|
|
40
|
-
"zustand": "
|
|
26
|
+
"@reduxjs/toolkit": "2",
|
|
27
|
+
"d3": "7",
|
|
28
|
+
"framer-motion": "12",
|
|
29
|
+
"i18next": "24 || 25",
|
|
30
|
+
"mapbox-gl": "3",
|
|
31
|
+
"maplibre-gl": "3 || 5",
|
|
32
|
+
"pmtiles": "4",
|
|
33
|
+
"react": "18 || 19",
|
|
34
|
+
"react-dom": "18 || 19",
|
|
35
|
+
"react-hook-form": "7",
|
|
36
|
+
"react-i18next": "15",
|
|
37
|
+
"react-map-gl": "8",
|
|
38
|
+
"react-redux": "8 || 9",
|
|
39
|
+
"react-router-dom": "6 || 7",
|
|
40
|
+
"zustand": "5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@emotion/react": "
|
|
44
|
-
"@emotion/styled": "
|
|
43
|
+
"@emotion/react": "11",
|
|
44
|
+
"@emotion/styled": "11",
|
|
45
45
|
"@mui/material": "7.3.10",
|
|
46
|
-
"@reduxjs/toolkit": "
|
|
47
|
-
"@storybook/addon-docs": "
|
|
48
|
-
"@storybook/react-vite": "
|
|
49
|
-
"d3": "
|
|
50
|
-
"eslint-plugin-storybook": "
|
|
51
|
-
"framer-motion": "
|
|
52
|
-
"i18next": "
|
|
53
|
-
"mapbox-gl": "
|
|
54
|
-
"maplibre-gl": "
|
|
55
|
-
"pmtiles": "
|
|
56
|
-
"prop-types": "
|
|
57
|
-
"react": "
|
|
58
|
-
"react-dom": "
|
|
59
|
-
"react-hook-form": "
|
|
60
|
-
"react-i18next": "
|
|
61
|
-
"react-map-gl": "
|
|
62
|
-
"react-redux": "
|
|
63
|
-
"react-router-dom": "
|
|
64
|
-
"sass": "
|
|
65
|
-
"sass-embedded": "
|
|
66
|
-
"storybook": "
|
|
67
|
-
"vite": "
|
|
68
|
-
"vite-plugin-css-injected-by-js": "
|
|
69
|
-
"zustand": "
|
|
46
|
+
"@reduxjs/toolkit": "2",
|
|
47
|
+
"@storybook/addon-docs": "9",
|
|
48
|
+
"@storybook/react-vite": "9",
|
|
49
|
+
"d3": "7",
|
|
50
|
+
"eslint-plugin-storybook": "9",
|
|
51
|
+
"framer-motion": "12",
|
|
52
|
+
"i18next": "25",
|
|
53
|
+
"mapbox-gl": "3",
|
|
54
|
+
"maplibre-gl": "5",
|
|
55
|
+
"pmtiles": "4",
|
|
56
|
+
"prop-types": "15.8.1",
|
|
57
|
+
"react": "19",
|
|
58
|
+
"react-dom": "19",
|
|
59
|
+
"react-hook-form": "7",
|
|
60
|
+
"react-i18next": "15",
|
|
61
|
+
"react-map-gl": "7.1.9",
|
|
62
|
+
"react-redux": "9",
|
|
63
|
+
"react-router-dom": "7",
|
|
64
|
+
"sass": "1",
|
|
65
|
+
"sass-embedded": "1",
|
|
66
|
+
"storybook": "9",
|
|
67
|
+
"vite": "6",
|
|
68
|
+
"vite-plugin-css-injected-by-js": "3",
|
|
69
|
+
"zustand": "5"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@babel/runtime": "
|
|
73
|
-
"@svgr/rollup": "
|
|
74
|
-
"@vitejs/plugin-react": "
|
|
75
|
-
"prop-types": "
|
|
76
|
-
"react-slider": "
|
|
72
|
+
"@babel/runtime": "7",
|
|
73
|
+
"@svgr/rollup": "8.1.0",
|
|
74
|
+
"@vitejs/plugin-react": "4.5.2",
|
|
75
|
+
"prop-types": "15.8.1",
|
|
76
|
+
"react-slider": "2.0.6"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"dev": "vite",
|