@commercelayer/react-components 4.3.2 → 4.3.3
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": "@commercelayer/react-components",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"description": "The Official Commerce Layer React Components",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -160,12 +160,12 @@
|
|
|
160
160
|
"dependencies": {
|
|
161
161
|
"@ac-dev/countries-service": "^1.2.0",
|
|
162
162
|
"@ac-dev/states-service": "^1.1.1",
|
|
163
|
-
"@adyen/adyen-web": "^5.
|
|
164
|
-
"@commercelayer/sdk": "^4.
|
|
165
|
-
"@stripe/react-stripe-js": "^
|
|
166
|
-
"@stripe/stripe-js": "^1.
|
|
163
|
+
"@adyen/adyen-web": "^5.37.0",
|
|
164
|
+
"@commercelayer/sdk": "^4.27.0",
|
|
165
|
+
"@stripe/react-stripe-js": "^2.0.0",
|
|
166
|
+
"@stripe/stripe-js": "^1.50.0",
|
|
167
167
|
"axios": "^1.3.4",
|
|
168
|
-
"braintree-web": "^3.
|
|
168
|
+
"braintree-web": "^3.92.0",
|
|
169
169
|
"frames-react": "^1.1.0",
|
|
170
170
|
"jwt-decode": "^3.1.2",
|
|
171
171
|
"lodash": "^4.17.21",
|
|
@@ -176,30 +176,30 @@
|
|
|
176
176
|
"devDependencies": {
|
|
177
177
|
"@commercelayer/js-auth": "^2.3.0",
|
|
178
178
|
"@playwright/test": "^1.31.2",
|
|
179
|
-
"@testing-library/dom": "^9.0.
|
|
179
|
+
"@testing-library/dom": "^9.0.1",
|
|
180
180
|
"@testing-library/react": "^14.0.0",
|
|
181
|
-
"@types/braintree-web": "^3.75.
|
|
181
|
+
"@types/braintree-web": "^3.75.23",
|
|
182
182
|
"@types/lodash": "^4.14.191",
|
|
183
|
-
"@types/node": "^18.
|
|
183
|
+
"@types/node": "^18.15.5",
|
|
184
184
|
"@types/prop-types": "^15.7.5",
|
|
185
185
|
"@types/react": "^18.0.28",
|
|
186
186
|
"@types/react-table": "^7.7.14",
|
|
187
187
|
"@types/react-test-renderer": "^18.0.0",
|
|
188
188
|
"@types/react-window": "^1.8.5",
|
|
189
189
|
"@vitejs/plugin-react": "^3.1.0",
|
|
190
|
-
"@vitest/coverage-c8": "^0.29.
|
|
191
|
-
"jsdom": "^21.1.
|
|
190
|
+
"@vitest/coverage-c8": "^0.29.7",
|
|
191
|
+
"jsdom": "^21.1.1",
|
|
192
192
|
"minimize-js": "^1.3.1",
|
|
193
|
-
"msw": "^1.
|
|
193
|
+
"msw": "^1.2.0",
|
|
194
194
|
"react": "^18.2.0",
|
|
195
195
|
"react-dom": "^18.2.0",
|
|
196
196
|
"react-test-renderer": "^18.2.0",
|
|
197
|
-
"tsc-alias": "^1.8.
|
|
197
|
+
"tsc-alias": "^1.8.4",
|
|
198
198
|
"tslib": "^2.5.0",
|
|
199
|
-
"typescript": "^
|
|
200
|
-
"vite": "^4.1
|
|
201
|
-
"vite-tsconfig-paths": "^4.0.
|
|
202
|
-
"vitest": "^0.29.
|
|
199
|
+
"typescript": "^5.0.2",
|
|
200
|
+
"vite": "^4.2.1",
|
|
201
|
+
"vite-tsconfig-paths": "^4.0.7",
|
|
202
|
+
"vitest": "^0.29.7"
|
|
203
203
|
},
|
|
204
204
|
"peerDependencies": {
|
|
205
205
|
"react": "^18.0.0"
|