@bigbinary/neeto-payments-frontend 1.4.15 → 1.4.17
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/en.json +5 -5
- package/dist/index.cjs.js +1526 -1255
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1507 -1255
- package/dist/index.js.map +1 -1
- package/package.json +14 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-payments-frontend",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.17",
|
|
4
4
|
"description": "To manage payments across the neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-payments-nano",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"@babel/runtime": "7.23.2",
|
|
50
50
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
51
51
|
"@bigbinary/eslint-plugin-neeto": "1.5.1",
|
|
52
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
52
|
+
"@bigbinary/neeto-audit-frontend": "2.0.11",
|
|
53
53
|
"@bigbinary/neeto-cist": "1.0.9",
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "3.
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "3.5.3",
|
|
55
55
|
"@bigbinary/neeto-editor": "1.25.0",
|
|
56
|
-
"@bigbinary/neeto-filters-frontend": "3.3.
|
|
57
|
-
"@bigbinary/neeto-icons": "1.18.
|
|
58
|
-
"@bigbinary/neeto-molecules": "1.
|
|
59
|
-
"@bigbinary/neetoui": "6.5.
|
|
56
|
+
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
57
|
+
"@bigbinary/neeto-icons": "1.18.9",
|
|
58
|
+
"@bigbinary/neeto-molecules": "1.17.7",
|
|
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",
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"@bigbinary/neeto-cist": "latest",
|
|
159
|
-
"@bigbinary/neeto-commons-frontend": "3.
|
|
159
|
+
"@bigbinary/neeto-commons-frontend": "3.5.3",
|
|
160
160
|
"@bigbinary/neeto-editor": "latest",
|
|
161
|
-
"@bigbinary/neeto-filters-frontend": "3.3.
|
|
162
|
-
"@bigbinary/neeto-icons": "1.18.
|
|
163
|
-
"@bigbinary/neeto-molecules": "1.
|
|
164
|
-
"@bigbinary/neetoui": "6.5.
|
|
161
|
+
"@bigbinary/neeto-filters-frontend": "3.3.4",
|
|
162
|
+
"@bigbinary/neeto-icons": "1.18.9",
|
|
163
|
+
"@bigbinary/neeto-molecules": "1.17.7",
|
|
164
|
+
"@bigbinary/neetoui": "6.5.13",
|
|
165
165
|
"@honeybadger-io/js": "^6.5.3",
|
|
166
166
|
"@honeybadger-io/react": "^6.1.9",
|
|
167
167
|
"axios": "^1.6.0",
|
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
"i18next": "^23.6.0",
|
|
171
171
|
"js-logger": "^1.6.1",
|
|
172
172
|
"mixpanel-browser": "^2.45.0",
|
|
173
|
+
"qrcode.react": "^3.1.0",
|
|
173
174
|
"ramda": "^0.29.1",
|
|
174
175
|
"react": "^18.2.0",
|
|
175
176
|
"react-dom": "^18.2.0",
|
|
@@ -190,6 +191,7 @@
|
|
|
190
191
|
"yarn": ">=1.22"
|
|
191
192
|
},
|
|
192
193
|
"dependencies": {
|
|
194
|
+
"babel-plugin-transform-imports": "^2.0.0",
|
|
193
195
|
"react-router-nav-prompt": "0.4.1",
|
|
194
196
|
"source-map-loader": "^4.0.1",
|
|
195
197
|
"zustand": "4.3.2"
|