@bigbinary/neeto-payments-frontend 6.3.0 → 6.3.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/app/javascript/src/translations/ar.json +8 -1
- package/app/javascript/src/translations/bg.json +8 -1
- package/app/javascript/src/translations/ca.json +8 -1
- package/app/javascript/src/translations/cs.json +8 -1
- package/app/javascript/src/translations/da.json +8 -1
- package/app/javascript/src/translations/de.json +8 -1
- package/app/javascript/src/translations/es-MX.json +8 -1
- package/app/javascript/src/translations/es.json +8 -1
- package/app/javascript/src/translations/et.json +8 -1
- package/app/javascript/src/translations/fi.json +8 -1
- package/app/javascript/src/translations/fil.json +8 -1
- package/app/javascript/src/translations/fr.json +8 -1
- package/app/javascript/src/translations/he.json +8 -1
- package/app/javascript/src/translations/hi.json +8 -1
- package/app/javascript/src/translations/hr.json +8 -1
- package/app/javascript/src/translations/hu.json +8 -1
- package/app/javascript/src/translations/id.json +8 -1
- package/app/javascript/src/translations/it.json +8 -1
- package/app/javascript/src/translations/ja.json +8 -1
- package/app/javascript/src/translations/ko.json +8 -1
- package/app/javascript/src/translations/nl.json +8 -1
- package/app/javascript/src/translations/pl.json +8 -1
- package/app/javascript/src/translations/pt-BR.json +8 -1
- package/app/javascript/src/translations/pt.json +8 -1
- package/app/javascript/src/translations/ro.json +8 -1
- package/app/javascript/src/translations/ru.json +8 -1
- package/app/javascript/src/translations/sk.json +8 -1
- package/app/javascript/src/translations/sl.json +8 -1
- package/app/javascript/src/translations/sv.json +8 -1
- package/app/javascript/src/translations/th.json +8 -1
- package/app/javascript/src/translations/tr.json +8 -1
- package/app/javascript/src/translations/uk.json +8 -1
- package/app/javascript/src/translations/vi.json +8 -1
- package/app/javascript/src/translations/zh-CN.json +8 -1
- package/app/javascript/src/translations/zh-TW.json +8 -1
- package/dist/PaymentsDashboard.js +9 -3
- package/dist/PaymentsDashboard.js.map +1 -1
- package/dist/cjs/PaymentsDashboard.js +9 -3
- package/dist/cjs/PaymentsDashboard.js.map +1 -1
- package/package.json +9 -9
- package/types/PaymentsDashboard.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-payments-frontend",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.2",
|
|
4
4
|
"description": "To manage payments across the neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-payments-nano",
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
"@babel/runtime": "7.29.7",
|
|
73
73
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
74
74
|
"@bigbinary/eslint-plugin-neeto": "1.9.0",
|
|
75
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
75
|
+
"@bigbinary/neeto-atoms": "1.0.86",
|
|
76
76
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
77
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
78
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
77
|
+
"@bigbinary/neeto-commons-frontend": "4.13.135",
|
|
78
|
+
"@bigbinary/neeto-editor": "1.47.119",
|
|
79
79
|
"@bigbinary/neeto-filters-frontend": "4.3.40",
|
|
80
80
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
81
|
-
"@bigbinary/neeto-molecules": "5.1.
|
|
81
|
+
"@bigbinary/neeto-molecules": "5.1.30",
|
|
82
82
|
"@dnd-kit/core": "6.3.1",
|
|
83
83
|
"@dnd-kit/sortable": "10.0.0",
|
|
84
84
|
"@emotion/is-prop-valid": "1.2.0",
|
|
@@ -185,13 +185,13 @@
|
|
|
185
185
|
},
|
|
186
186
|
"peerDependencies": {
|
|
187
187
|
"@babel/runtime": "7.29.7",
|
|
188
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
188
|
+
"@bigbinary/neeto-atoms": "1.0.86",
|
|
189
189
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
190
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
191
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
190
|
+
"@bigbinary/neeto-commons-frontend": "4.13.135",
|
|
191
|
+
"@bigbinary/neeto-editor": "1.47.119",
|
|
192
192
|
"@bigbinary/neeto-filters-frontend": "4.3.40",
|
|
193
193
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
194
|
-
"@bigbinary/neeto-molecules": "5.1.
|
|
194
|
+
"@bigbinary/neeto-molecules": "5.1.30",
|
|
195
195
|
"@dnd-kit/core": "6.3.1",
|
|
196
196
|
"@dnd-kit/sortable": "10.0.0",
|
|
197
197
|
"@honeybadger-io/js": "6.10.1",
|