@adoptaunabuelo/react-components 0.3.144 → 0.3.145
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 +17 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adoptaunabuelo/react-components",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.145",
|
|
4
4
|
"homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
|
|
5
5
|
"author": "Guillermo Angeles <guilleangeles94@gmail.com>",
|
|
6
6
|
"private": false,
|
|
@@ -82,18 +82,11 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
+
"@babel/runtime": "^7.28.6",
|
|
85
86
|
"@chromatic-com/storybook": "^5.0.0",
|
|
86
87
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
87
88
|
"@lottiefiles/react-lottie-player": "^3.6.0",
|
|
88
89
|
"@react-google-maps/api": "^2.20.7",
|
|
89
|
-
"@stripe/react-stripe-js": "^5.4.1",
|
|
90
|
-
"@stripe/stripe-js": "^8.5.3",
|
|
91
|
-
"@tiptap/extension-text-align": "^3.13.0",
|
|
92
|
-
"@tiptap/extension-text-style": "^3.13.0",
|
|
93
|
-
"@tiptap/extensions": "^3.13.0",
|
|
94
|
-
"@tiptap/react": "^3.13.0",
|
|
95
|
-
"@tiptap/starter-kit": "^3.13.0",
|
|
96
|
-
"auto": "^11.3.6",
|
|
97
90
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
98
91
|
"@rollup/plugin-json": "^6.1.0",
|
|
99
92
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
@@ -103,8 +96,15 @@
|
|
|
103
96
|
"@storybook/addon-docs": "^10.2.0",
|
|
104
97
|
"@storybook/addon-links": "^10.2.0",
|
|
105
98
|
"@storybook/addon-onboarding": "^10.2.0",
|
|
106
|
-
"@storybook/
|
|
99
|
+
"@storybook/react-vite": "^10.2.0",
|
|
100
|
+
"@stripe/react-stripe-js": "^5.4.1",
|
|
101
|
+
"@stripe/stripe-js": "^8.5.3",
|
|
107
102
|
"@svgr/rollup": "^8.1.0",
|
|
103
|
+
"@tiptap/extension-text-align": "^3.13.0",
|
|
104
|
+
"@tiptap/extension-text-style": "^3.13.0",
|
|
105
|
+
"@tiptap/extensions": "^3.13.0",
|
|
106
|
+
"@tiptap/react": "^3.13.0",
|
|
107
|
+
"@tiptap/starter-kit": "^3.13.0",
|
|
108
108
|
"@types/draftjs-to-html": "^0.8.4",
|
|
109
109
|
"@types/google-libphonenumber": "^7.4.30",
|
|
110
110
|
"@types/lodash.debounce": "^4.0.9",
|
|
@@ -117,10 +117,13 @@
|
|
|
117
117
|
"@types/react-places-autocomplete": "^7.2.14",
|
|
118
118
|
"@types/react-webcam": "^3.0.0",
|
|
119
119
|
"ajv": "^8.17.1",
|
|
120
|
-
"
|
|
120
|
+
"auto": "^11.3.6",
|
|
121
121
|
"eslint": "^9.39.1",
|
|
122
122
|
"eslint-config-next": "^16.0.8",
|
|
123
123
|
"eslint-plugin-storybook": "^10.2.0",
|
|
124
|
+
"react": "^19.2.3",
|
|
125
|
+
"react-dom": "^19.2.3",
|
|
126
|
+
"react-webcam": "^7.2.0",
|
|
124
127
|
"rollup": "^2.77.2",
|
|
125
128
|
"rollup-plugin-dts": "^6.3.0",
|
|
126
129
|
"rollup-plugin-import-css": "^4.1.2",
|
|
@@ -131,7 +134,9 @@
|
|
|
131
134
|
"rollup-plugin-terser": "^7.0.2",
|
|
132
135
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
133
136
|
"storybook": "^10.2.0",
|
|
134
|
-
"
|
|
137
|
+
"styled-components": "^6.3.8",
|
|
138
|
+
"typescript": "^5",
|
|
139
|
+
"vite": "^7.3.1"
|
|
135
140
|
},
|
|
136
141
|
"overrides": {
|
|
137
142
|
"storybook": "$storybook"
|