@bigbinary/neeto-form-frontend 4.0.0-beta → 4.0.0-beta1
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 +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-beta1",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"@rollup/plugin-replace": "5.0.4",
|
|
89
89
|
"@svgr/rollup": "8.1.0",
|
|
90
90
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
91
|
+
"@tailwindcss/postcss": "^4.1.13",
|
|
91
92
|
"@tanstack/react-query": "5.59.20",
|
|
92
93
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
93
94
|
"antd": "5.22.0",
|
|
@@ -255,7 +256,5 @@
|
|
|
255
256
|
"npm": ">=9",
|
|
256
257
|
"yarn": ">=1.22"
|
|
257
258
|
},
|
|
258
|
-
"dependencies": {
|
|
259
|
-
"@tailwindcss/postcss": "^4.1.13"
|
|
260
|
-
}
|
|
259
|
+
"dependencies": {}
|
|
261
260
|
}
|