@bigbinary/neeto-rules-frontend 2.5.30 → 2.5.32

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.
Files changed (40) hide show
  1. package/app/javascript/src/translations/bg.json +3 -3
  2. package/app/javascript/src/translations/ca.json +1 -1
  3. package/app/javascript/src/translations/cs.json +3 -3
  4. package/app/javascript/src/translations/da.json +3 -3
  5. package/app/javascript/src/translations/de.json +1 -1
  6. package/app/javascript/src/translations/en.json +3 -3
  7. package/app/javascript/src/translations/es-MX.json +1 -1
  8. package/app/javascript/src/translations/es.json +2 -2
  9. package/app/javascript/src/translations/et.json +3 -3
  10. package/app/javascript/src/translations/fil.json +3 -3
  11. package/app/javascript/src/translations/fr.json +4 -4
  12. package/app/javascript/src/translations/hr.json +3 -3
  13. package/app/javascript/src/translations/id.json +3 -3
  14. package/app/javascript/src/translations/it.json +1 -1
  15. package/app/javascript/src/translations/ja.json +3 -3
  16. package/app/javascript/src/translations/ko.json +2 -2
  17. package/app/javascript/src/translations/nl.json +1 -1
  18. package/app/javascript/src/translations/pl.json +3 -3
  19. package/app/javascript/src/translations/pt-BR.json +3 -3
  20. package/app/javascript/src/translations/pt.json +3 -3
  21. package/app/javascript/src/translations/ro.json +3 -3
  22. package/app/javascript/src/translations/ru.json +3 -3
  23. package/app/javascript/src/translations/sk.json +3 -3
  24. package/app/javascript/src/translations/sl.json +3 -3
  25. package/app/javascript/src/translations/sv.json +3 -3
  26. package/app/javascript/src/translations/th.json +3 -3
  27. package/app/javascript/src/translations/tr.json +3 -3
  28. package/app/javascript/src/translations/uk.json +3 -3
  29. package/app/javascript/src/translations/vi.json +1 -1
  30. package/app/javascript/src/translations/zh-CN.json +3 -3
  31. package/app/javascript/src/translations/zh-TW.json +3 -3
  32. package/dist/CannedResponsesPane.js +4 -7
  33. package/dist/CannedResponsesPane.js.map +1 -1
  34. package/dist/NeetoRulesForm.js +5 -2
  35. package/dist/NeetoRulesForm.js.map +1 -1
  36. package/dist/cjs/CannedResponsesPane.js +4 -7
  37. package/dist/cjs/CannedResponsesPane.js.map +1 -1
  38. package/dist/cjs/NeetoRulesForm.js +5 -2
  39. package/dist/cjs/NeetoRulesForm.js.map +1 -1
  40. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-rules-frontend",
3
- "version": "2.5.30",
3
+ "version": "2.5.32",
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",
@@ -59,15 +59,15 @@
59
59
  "@babel/preset-typescript": "7.26.0",
60
60
  "@babel/runtime": "7.26.10",
61
61
  "@bigbinary/babel-preset-neeto": "^1.0.3",
62
- "@bigbinary/eslint-plugin-neeto": "1.7.4",
62
+ "@bigbinary/eslint-plugin-neeto": "1.7.6",
63
63
  "@bigbinary/neeto-cist": "1.0.17",
64
- "@bigbinary/neeto-commons-frontend": "4.13.67",
65
- "@bigbinary/neeto-editor": "1.47.47",
64
+ "@bigbinary/neeto-commons-frontend": "4.13.76",
65
+ "@bigbinary/neeto-editor": "1.47.57",
66
66
  "@bigbinary/neeto-filters-frontend": "4.3.24",
67
67
  "@bigbinary/neeto-hotkeys": "1.0.9",
68
- "@bigbinary/neeto-icons": "1.20.55",
69
- "@bigbinary/neeto-molecules": "4.0.45",
70
- "@bigbinary/neetoui": "8.3.30",
68
+ "@bigbinary/neeto-icons": "1.20.61",
69
+ "@bigbinary/neeto-molecules": "4.0.80",
70
+ "@bigbinary/neetoui": "8.3.37",
71
71
  "@emotion/is-prop-valid": "1.2.0",
72
72
  "@faker-js/faker": "8.2.0",
73
73
  "@hello-pangea/dnd": "16.3.0",
@@ -86,7 +86,7 @@
86
86
  "@tanstack/react-query-devtools": "5.59.20",
87
87
  "antd": "5.22.0",
88
88
  "autoprefixer": "^10.4.5",
89
- "axios": "1.8.2",
89
+ "axios": "1.12.0",
90
90
  "babel-loader": "^8.2.5",
91
91
  "babel-plugin-istanbul": "^6.1.1",
92
92
  "babel-plugin-js-logger": "1.0.17",
@@ -178,13 +178,13 @@
178
178
  "peerDependencies": {
179
179
  "@babel/runtime": "7.26.10",
180
180
  "@bigbinary/neeto-cist": "1.0.17",
181
- "@bigbinary/neeto-commons-frontend": "4.13.67",
182
- "@bigbinary/neeto-editor": "1.47.47",
181
+ "@bigbinary/neeto-commons-frontend": "4.13.76",
182
+ "@bigbinary/neeto-editor": "1.47.57",
183
183
  "@bigbinary/neeto-filters-frontend": "4.3.24",
184
184
  "@bigbinary/neeto-hotkeys": "1.0.9",
185
- "@bigbinary/neeto-icons": "1.20.55",
186
- "@bigbinary/neeto-molecules": "4.0.45",
187
- "@bigbinary/neetoui": "8.3.30",
185
+ "@bigbinary/neeto-icons": "1.20.61",
186
+ "@bigbinary/neeto-molecules": "4.0.80",
187
+ "@bigbinary/neetoui": "8.3.37",
188
188
  "@hello-pangea/dnd": "16.3.0",
189
189
  "@honeybadger-io/js": "6.10.1",
190
190
  "@honeybadger-io/react": "6.1.25",
@@ -193,7 +193,7 @@
193
193
  "@tanstack/react-query": "5.59.20",
194
194
  "@tanstack/react-query-devtools": "5.59.20",
195
195
  "antd": "5.22.0",
196
- "axios": "1.8.2",
196
+ "axios": "1.12.0",
197
197
  "buffer": "^6.0.3",
198
198
  "classnames": "2.5.1",
199
199
  "crypto-browserify": "3.12.1",