@bigbinary/neeto-themes-frontend 1.1.13 → 1.1.14
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 +46 -28
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +29 -20
- package/dist/index.js.map +1 -1
- package/package.json +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-themes-frontend",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
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",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"@babel/preset-typescript": "7.23.2",
|
|
49
49
|
"@babel/runtime": "7.23.2",
|
|
50
50
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
51
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
52
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
51
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.1",
|
|
52
|
+
"@bigbinary/neeto-audit-frontend": "2.0.11",
|
|
53
53
|
"@bigbinary/neeto-cist": "1.0.9",
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "3.
|
|
55
|
-
"@bigbinary/neeto-filters-frontend": "3.3.
|
|
56
|
-
"@bigbinary/neeto-icons": "1.18.
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "3.4.4",
|
|
55
|
+
"@bigbinary/neeto-filters-frontend": "3.3.3",
|
|
56
|
+
"@bigbinary/neeto-icons": "1.18.6",
|
|
57
57
|
"@bigbinary/neeto-image-uploader-frontend": "1.5.24",
|
|
58
|
-
"@bigbinary/neeto-molecules": "1.15.
|
|
59
|
-
"@bigbinary/neetoui": "6.5.
|
|
58
|
+
"@bigbinary/neeto-molecules": "1.15.45",
|
|
59
|
+
"@bigbinary/neetoui": "6.5.13",
|
|
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",
|
|
@@ -154,12 +154,12 @@
|
|
|
154
154
|
},
|
|
155
155
|
"peerDependencies": {
|
|
156
156
|
"@bigbinary/neeto-cist": "latest",
|
|
157
|
-
"@bigbinary/neeto-commons-frontend": "3.
|
|
157
|
+
"@bigbinary/neeto-commons-frontend": "3.4.4",
|
|
158
158
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
159
|
-
"@bigbinary/neeto-filters-frontend": "3.3.
|
|
160
|
-
"@bigbinary/neeto-icons": "1.18.
|
|
161
|
-
"@bigbinary/neeto-molecules": "1.15.
|
|
162
|
-
"@bigbinary/neetoui": "6.5.
|
|
159
|
+
"@bigbinary/neeto-filters-frontend": "3.3.3",
|
|
160
|
+
"@bigbinary/neeto-icons": "1.18.6",
|
|
161
|
+
"@bigbinary/neeto-molecules": "1.15.45",
|
|
162
|
+
"@bigbinary/neetoui": "6.5.13",
|
|
163
163
|
"@honeybadger-io/js": "^6.5.3",
|
|
164
164
|
"@honeybadger-io/react": "^6.1.9",
|
|
165
165
|
"axios": "^1.6.0",
|
|
@@ -188,6 +188,7 @@
|
|
|
188
188
|
"yarn": ">=1.22"
|
|
189
189
|
},
|
|
190
190
|
"dependencies": {
|
|
191
|
+
"babel-plugin-transform-imports": "^2.0.0",
|
|
191
192
|
"react-router-nav-prompt": "0.4.1",
|
|
192
193
|
"source-map-loader": "^4.0.1",
|
|
193
194
|
"zustand": "4.3.2"
|