@bigbinary/neeto-form-frontend 3.12.6 → 3.12.7
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.7",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
],
|
|
30
30
|
"./**/app/javascript/**/*.{js,jsx,json}": [
|
|
31
31
|
"prettier --write",
|
|
32
|
-
"eslint --fix"
|
|
32
|
+
"eslint --cache --fix --no-warn-ignored"
|
|
33
33
|
],
|
|
34
34
|
"./test/dummy/**/app/javascript/**/*.{js,jsx,json}": [
|
|
35
35
|
"prettier --write",
|
|
36
|
-
"eslint --fix"
|
|
36
|
+
"eslint --cache --fix --no-warn-ignored"
|
|
37
37
|
],
|
|
38
38
|
"{Gemfile,Rakefile,config.ru}": [
|
|
39
39
|
"bundle exec rubocop -a --force-exclusion"
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"@babel/preset-typescript": "7.26.0",
|
|
62
62
|
"@babel/runtime": "7.26.10",
|
|
63
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
64
|
-
"@bigbinary/eslint-plugin-neeto": "1.6.
|
|
64
|
+
"@bigbinary/eslint-plugin-neeto": "1.6.1",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
67
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.38",
|
|
67
|
+
"@bigbinary/neeto-editor": "1.47.6",
|
|
68
68
|
"@bigbinary/neeto-filters-frontend": "4.3.19",
|
|
69
69
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
70
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
71
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
72
|
-
"@bigbinary/neetoui": "8.3.
|
|
70
|
+
"@bigbinary/neeto-icons": "1.20.47",
|
|
71
|
+
"@bigbinary/neeto-molecules": "3.16.48",
|
|
72
|
+
"@bigbinary/neetoui": "8.3.4",
|
|
73
73
|
"@emotion/is-prop-valid": "1.2.0",
|
|
74
74
|
"@faker-js/faker": "8.2.0",
|
|
75
75
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"rollup-plugin-copy": "3.5.0",
|
|
164
164
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
165
165
|
"rollup-plugin-styles": "4.0.0",
|
|
166
|
-
"sass": "
|
|
166
|
+
"sass": "1.89.0",
|
|
167
167
|
"sass-loader": "^13.0.2",
|
|
168
168
|
"shakapacker": "6.6.0",
|
|
169
169
|
"source-map-loader": "4.0.1",
|
|
@@ -186,13 +186,13 @@
|
|
|
186
186
|
"peerDependencies": {
|
|
187
187
|
"@babel/runtime": "7.26.10",
|
|
188
188
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
189
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
190
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
189
|
+
"@bigbinary/neeto-commons-frontend": "4.13.38",
|
|
190
|
+
"@bigbinary/neeto-editor": "1.47.6",
|
|
191
191
|
"@bigbinary/neeto-filters-frontend": "4.3.19",
|
|
192
192
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
193
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
194
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
195
|
-
"@bigbinary/neetoui": "8.3.
|
|
193
|
+
"@bigbinary/neeto-icons": "1.20.47",
|
|
194
|
+
"@bigbinary/neeto-molecules": "3.16.48",
|
|
195
|
+
"@bigbinary/neetoui": "8.3.4",
|
|
196
196
|
"@hello-pangea/dnd": "16.3.0",
|
|
197
197
|
"@honeybadger-io/js": "6.10.1",
|
|
198
198
|
"@honeybadger-io/react": "6.1.25",
|