@commercelayer/react-components 2.45.3 → 3.0.0-beta.10
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/dist/react-components.cjs.development.js +12 -7
- package/dist/react-components.cjs.development.js.map +1 -1
- package/dist/react-components.cjs.production.min.js +1 -1
- package/dist/react-components.cjs.production.min.js.map +1 -1
- package/dist/react-components.esm.js +12 -7
- package/dist/react-components.esm.js.map +1 -1
- package/package.json +34 -27
- package/dist/utils/organization.d.ts +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercelayer/react-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-beta.10",
|
|
4
4
|
"description": "The Official Commerce Layer React Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"version:fix": "npm version patch",
|
|
29
29
|
"version:feat": "npm version minor",
|
|
30
30
|
"version:perf": "npm version major",
|
|
31
|
+
"publish:beta": "git push --follow-tags && npm publish --public --tag beta",
|
|
31
32
|
"publish:fix": "npm run build && npm run version:fix && git push --follow-tags && npm publish --access public",
|
|
32
33
|
"publish:feat": "npm run build && npm run version:feat && git push --follow-tags && npm publish --access public",
|
|
33
34
|
"publish:perf": "npm run build && npm run version:perf && git push --follow-tags && npm publish --access public"
|
|
@@ -65,56 +66,62 @@
|
|
|
65
66
|
}
|
|
66
67
|
],
|
|
67
68
|
"dependencies": {
|
|
68
|
-
"@adyen/adyen-web": "^
|
|
69
|
+
"@adyen/adyen-web": "^5.0.0",
|
|
69
70
|
"@commercelayer/js-sdk": "^3.9.2",
|
|
70
|
-
"@stripe/react-stripe-js": "^1.
|
|
71
|
-
"@stripe/stripe-js": "^1.
|
|
71
|
+
"@stripe/react-stripe-js": "^1.6.0",
|
|
72
|
+
"@stripe/stripe-js": "^1.20.3",
|
|
72
73
|
"braintree-web": "^3.82.0",
|
|
73
|
-
"countries-states-cities-service": "^1.1
|
|
74
|
+
"countries-states-cities-service": "^1.2.1",
|
|
74
75
|
"deps": "^1.0.0",
|
|
76
|
+
"jwt-decode": "^3.1.2",
|
|
75
77
|
"lodash": "^4.17.21",
|
|
76
78
|
"lodash-es": "^4.17.21",
|
|
77
|
-
"rapid-form": "^1.
|
|
79
|
+
"rapid-form": "^1.5.3",
|
|
80
|
+
"react-table": "^7.7.0",
|
|
81
|
+
"react-window": "^1.8.6",
|
|
82
|
+
"react-windows": "^1.0.0"
|
|
78
83
|
},
|
|
79
84
|
"devDependencies": {
|
|
80
85
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
81
|
-
"@babel/preset-env": "^7.15.
|
|
86
|
+
"@babel/preset-env": "^7.15.8",
|
|
82
87
|
"@babel/preset-react": "^7.14.5",
|
|
83
88
|
"@babel/preset-typescript": "^7.15.0",
|
|
84
89
|
"@commercelayer/cypress-vcr": "^1.1.0",
|
|
85
90
|
"@commercelayer/js-auth": "^2.0.8",
|
|
86
91
|
"@cypress/code-coverage": "^3.9.11",
|
|
87
92
|
"@cypress/webpack-preprocessor": "^5.9.1",
|
|
88
|
-
"@rollup/plugin-alias": "^3.1.
|
|
89
|
-
"@size-limit/preset-big-lib": "^
|
|
90
|
-
"@tailwindcss/aspect-ratio": "^0.
|
|
93
|
+
"@rollup/plugin-alias": "^3.1.6",
|
|
94
|
+
"@size-limit/preset-big-lib": "^6.0.3",
|
|
95
|
+
"@tailwindcss/aspect-ratio": "^0.3.0",
|
|
91
96
|
"@tailwindcss/forms": "^0.3.4",
|
|
92
97
|
"@tailwindcss/typography": "^0.4.1",
|
|
93
|
-
"@types/braintree-web": "^3.75.
|
|
98
|
+
"@types/braintree-web": "^3.75.7",
|
|
94
99
|
"@types/jest": "^27.0.2",
|
|
95
100
|
"@types/lodash": "^4.14.175",
|
|
96
|
-
"@types/node": "^16.
|
|
101
|
+
"@types/node": "^16.11.1",
|
|
97
102
|
"@types/prop-types": "^15.7.4",
|
|
98
|
-
"@types/react": "^17.0.
|
|
103
|
+
"@types/react": "^17.0.24",
|
|
104
|
+
"@types/react-table": "^7.7.5",
|
|
99
105
|
"@types/react-test-renderer": "^17.0.1",
|
|
100
|
-
"@
|
|
101
|
-
"@typescript-eslint/
|
|
106
|
+
"@types/react-window": "^1.8.5",
|
|
107
|
+
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
|
108
|
+
"@typescript-eslint/parser": "^4.31.2",
|
|
102
109
|
"@zeit/next-css": "^1.0.1",
|
|
103
110
|
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
104
|
-
"autoprefixer": "^10.3.
|
|
105
|
-
"babel-jest": "^27.
|
|
111
|
+
"autoprefixer": "^10.3.7",
|
|
112
|
+
"babel-jest": "^27.3.1",
|
|
106
113
|
"babel-loader": "^8.2.2",
|
|
107
|
-
"babel-plugin-istanbul": "^6.
|
|
114
|
+
"babel-plugin-istanbul": "^6.1.1",
|
|
108
115
|
"cypress": "^8.5.0",
|
|
109
|
-
"eslint": "^
|
|
116
|
+
"eslint": "^8.0.1",
|
|
110
117
|
"eslint-config-prettier": "^8.3.0",
|
|
111
118
|
"eslint-config-react-app": "^6.0.0",
|
|
112
|
-
"eslint-plugin-react": "^7.26.
|
|
119
|
+
"eslint-plugin-react": "^7.26.0",
|
|
113
120
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
114
|
-
"jest": "^27.
|
|
121
|
+
"jest": "^27.3.1",
|
|
115
122
|
"next": "^11.1.2",
|
|
116
|
-
"postcss": "^8.3.
|
|
117
|
-
"postcss-loader": "^6.
|
|
123
|
+
"postcss": "^8.3.9",
|
|
124
|
+
"postcss-loader": "^6.2.0",
|
|
118
125
|
"prettier": "^2.4.1",
|
|
119
126
|
"prop-types": "^15.7.2",
|
|
120
127
|
"react": "^17.0.2",
|
|
@@ -122,14 +129,14 @@
|
|
|
122
129
|
"react-test-renderer": "^17.0.2",
|
|
123
130
|
"rollup-plugin-babel": "^4.4.0",
|
|
124
131
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
125
|
-
"size-limit": "^
|
|
126
|
-
"tailwindcss": "^2.2.
|
|
127
|
-
"ts-jest": "^27.0.
|
|
132
|
+
"size-limit": "^6.0.3",
|
|
133
|
+
"tailwindcss": "^2.2.17",
|
|
134
|
+
"ts-jest": "^27.0.7",
|
|
128
135
|
"ts-loader": "^9.2.6",
|
|
129
136
|
"tsconfig-paths-jest": "^0.0.1",
|
|
130
137
|
"tsdx": "^0.14.1",
|
|
131
138
|
"ttypescript": "^1.5.12",
|
|
132
|
-
"typescript": "^4.4.
|
|
139
|
+
"typescript": "^4.4.4"
|
|
133
140
|
},
|
|
134
141
|
"peerDependencies": {
|
|
135
142
|
"react": "^17.0.2",
|