@bigbinary/neeto-themes-frontend 2.0.2 → 2.0.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/dist/index.cjs.js +156 -143
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +153 -140
- package/dist/index.js.map +1 -1
- package/package.json +15 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-themes-frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-themes-nano",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"@babel/runtime": "7.23.2",
|
|
50
50
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
51
51
|
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
52
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
53
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
55
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
56
|
-
"@bigbinary/neeto-icons": "1.19.
|
|
52
|
+
"@bigbinary/neeto-audit-frontend": "2.0.12",
|
|
53
|
+
"@bigbinary/neeto-cist": "1.0.11",
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "4.1.0",
|
|
55
|
+
"@bigbinary/neeto-filters-frontend": "4.0.1",
|
|
56
|
+
"@bigbinary/neeto-icons": "1.19.1",
|
|
57
57
|
"@bigbinary/neeto-image-uploader-frontend": "1.5.24",
|
|
58
|
-
"@bigbinary/neeto-molecules": "2.
|
|
59
|
-
"@bigbinary/neetoui": "
|
|
58
|
+
"@bigbinary/neeto-molecules": "3.2.8",
|
|
59
|
+
"@bigbinary/neetoui": "7.0.5",
|
|
60
60
|
"@emotion/is-prop-valid": "1.2.0",
|
|
61
61
|
"@faker-js/faker": "8.2.0",
|
|
62
62
|
"@honeybadger-io/js": "6.5.3",
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"@rollup/plugin-replace": "5.0.4",
|
|
70
70
|
"@svgr/rollup": "8.1.0",
|
|
71
71
|
"@tanstack/react-query": "5.40.0",
|
|
72
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
72
73
|
"antd": "5.10.2",
|
|
73
74
|
"autoprefixer": "10.4.16",
|
|
74
75
|
"axios": "1.6.0",
|
|
@@ -155,16 +156,17 @@
|
|
|
155
156
|
"peerDependencies": {
|
|
156
157
|
"@babel/runtime": "7.19.0",
|
|
157
158
|
"@bigbinary/neeto-cist": "latest",
|
|
158
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
159
|
+
"@bigbinary/neeto-commons-frontend": "4.1.0",
|
|
159
160
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
160
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
161
|
-
"@bigbinary/neeto-icons": "1.19.
|
|
161
|
+
"@bigbinary/neeto-filters-frontend": "4.0.1",
|
|
162
|
+
"@bigbinary/neeto-icons": "1.19.1",
|
|
162
163
|
"@bigbinary/neeto-image-uploader-frontend": "1.5.24",
|
|
163
|
-
"@bigbinary/neeto-molecules": "2.
|
|
164
|
-
"@bigbinary/neetoui": "
|
|
164
|
+
"@bigbinary/neeto-molecules": "3.2.8",
|
|
165
|
+
"@bigbinary/neetoui": "7.0.5",
|
|
165
166
|
"@honeybadger-io/js": "^6.5.3",
|
|
166
167
|
"@honeybadger-io/react": "^6.1.9",
|
|
167
168
|
"@tanstack/react-query": "5.40.0",
|
|
169
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
168
170
|
"antd": "5.15.2",
|
|
169
171
|
"axios": "^1.6.0",
|
|
170
172
|
"buffer": "6.0.3",
|