@bigbinary/neeto-molecules 1.6.0 → 1.6.1-beta
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1-beta",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
|
@@ -97,7 +97,6 @@
|
|
|
97
97
|
"@storybook/react-webpack5": "^7.5.3",
|
|
98
98
|
"@svgr/rollup": "^6.2.1",
|
|
99
99
|
"@svgr/webpack": "^6.5.1",
|
|
100
|
-
"@tailwindcss/line-clamp": "^0.4.4",
|
|
101
100
|
"@testing-library/jest-dom": "5.16.2",
|
|
102
101
|
"@testing-library/react": "^14.0.0",
|
|
103
102
|
"@testing-library/react-hooks": "^8.0.0",
|
|
@@ -170,7 +169,7 @@
|
|
|
170
169
|
"sass-loader": "10.0.2",
|
|
171
170
|
"storybook": "^7.5.3",
|
|
172
171
|
"storybook-dark-mode": "^3.0.1",
|
|
173
|
-
"tailwindcss": "
|
|
172
|
+
"tailwindcss": "^3.4.1",
|
|
174
173
|
"yup": "^0.32.11",
|
|
175
174
|
"zustand": "^4.1.2"
|
|
176
175
|
},
|
|
@@ -206,7 +205,7 @@
|
|
|
206
205
|
"react-router-dom": "^5.3.3",
|
|
207
206
|
"react-syntax-highlighter": "^15.5.0",
|
|
208
207
|
"react-toastify": "^9.0.8",
|
|
209
|
-
"tailwindcss": "
|
|
208
|
+
"tailwindcss": "^3.4.1",
|
|
210
209
|
"webpack": "^5.75.0",
|
|
211
210
|
"yup": "^0.32.11",
|
|
212
211
|
"zustand": "^4.1.2"
|