@bigbinary/neeto-commons-frontend 4.12.3 → 4.12.4
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/configs/nanos/tailwind.js +1 -0
- package/configs/tailwind.js +1 -0
- package/package.json +3 -1
package/configs/tailwind.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.4",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"@storybook/preset-scss": "1.0.3",
|
|
115
115
|
"@storybook/react": "6.5.16",
|
|
116
116
|
"@svgr/rollup": "8.1.0",
|
|
117
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
117
118
|
"@tanstack/react-query": "5.40.0",
|
|
118
119
|
"@tanstack/react-query-devtools": "5.40.0",
|
|
119
120
|
"@testing-library/jest-dom": "5.16.2",
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
"@honeybadger-io/js": "^6.4.1",
|
|
217
218
|
"@honeybadger-io/react": "^6.1.3",
|
|
218
219
|
"@rails/actioncable": "7.2.100",
|
|
220
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
219
221
|
"@tanstack/react-query": "5.40.0",
|
|
220
222
|
"@tanstack/react-query-devtools": "5.40.0",
|
|
221
223
|
"@tippyjs/react": "4.2.6",
|