@bigbinary/neeto-rules-frontend 0.4.0 → 0.4.2
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 +38 -16
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +40 -19
- package/dist/index.js.map +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
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-rules-nano",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"@bigbinary/neeto-cist": "1.0.8",
|
|
54
54
|
"@bigbinary/neeto-commons-frontend": "3.1.10",
|
|
55
55
|
"@bigbinary/neeto-filters-frontend": "3.0.15",
|
|
56
|
+
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
56
57
|
"@bigbinary/neeto-icons": "1.17.11",
|
|
57
58
|
"@bigbinary/neeto-molecules": "1.6.3",
|
|
58
59
|
"@bigbinary/neetoui": "6.1.2",
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
"@bigbinary/neeto-commons-frontend": "3.1.10",
|
|
157
158
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
158
159
|
"@bigbinary/neeto-filters-frontend": "3.0.15",
|
|
160
|
+
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
159
161
|
"@bigbinary/neeto-icons": "1.17.11",
|
|
160
162
|
"@bigbinary/neeto-molecules": "1.6.3",
|
|
161
163
|
"@bigbinary/neetoui": "6.1.2",
|