@bigbinary/neeto-molecules 1.4.7-beta → 1.4.7
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.4.7
|
|
3
|
+
"version": "1.4.7",
|
|
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,6 +97,7 @@
|
|
|
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",
|
|
100
101
|
"@testing-library/jest-dom": "5.16.2",
|
|
101
102
|
"@testing-library/react": "^14.0.0",
|
|
102
103
|
"@testing-library/react-hooks": "^8.0.0",
|
|
@@ -169,7 +170,7 @@
|
|
|
169
170
|
"sass-loader": "10.0.2",
|
|
170
171
|
"storybook": "^7.5.3",
|
|
171
172
|
"storybook-dark-mode": "^3.0.1",
|
|
172
|
-
"tailwindcss": "
|
|
173
|
+
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
173
174
|
"yup": "^0.32.11",
|
|
174
175
|
"zustand": "^4.1.2"
|
|
175
176
|
},
|
|
@@ -205,7 +206,7 @@
|
|
|
205
206
|
"react-router-dom": "^5.3.3",
|
|
206
207
|
"react-syntax-highlighter": "^15.5.0",
|
|
207
208
|
"react-toastify": "^9.0.8",
|
|
208
|
-
"tailwindcss": "
|
|
209
|
+
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
209
210
|
"webpack": "^5.75.0",
|
|
210
211
|
"yup": "^0.32.11",
|
|
211
212
|
"zustand": "^4.1.2"
|