@commercelayer/react-components 2.48.3 → 2.49.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": "2.48.3",
3
+ "version": "2.49.3",
4
4
  "description": "The Official Commerce Layer React Components",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -78,9 +78,9 @@
78
78
  },
79
79
  "homepage": "https://github.com/commercelayer/commercelayer-react-components#readme",
80
80
  "dependencies": {
81
- "@adyen/adyen-web": "^5.2.2",
81
+ "@adyen/adyen-web": "^5.3.1",
82
82
  "@commercelayer/js-auth": "^2.2.4",
83
- "@commercelayer/sdk": "^2.3.9",
83
+ "@commercelayer/sdk": "^2.3.10",
84
84
  "@stripe/react-stripe-js": "^1.6.0",
85
85
  "@stripe/stripe-js": "^1.21.1",
86
86
  "axios": "^0.24.0",
@@ -89,9 +89,7 @@
89
89
  "jwt-decode": "^3.1.2",
90
90
  "lodash": "^4.17.21",
91
91
  "lodash-es": "^4.17.21",
92
- "minimize-js": "^1.0.0",
93
- "rapid-form": "^1.6.0",
94
- "tsc-alias": "^1.4.1"
92
+ "rapid-form": "^1.6.0"
95
93
  },
96
94
  "devDependencies": {
97
95
  "@babel/plugin-proposal-class-properties": "^7.16.0",
@@ -104,7 +102,7 @@
104
102
  "@semantic-release/git": "^10.0.1",
105
103
  "@semantic-release/github": "^8.0.2",
106
104
  "@semantic-release/npm": "^8.0.3",
107
- "@semantic-release/release-notes-generator": "^10.0.2",
105
+ "@semantic-release/release-notes-generator": "^10.0.3",
108
106
  "@tailwindcss/aspect-ratio": "^0.3.0",
109
107
  "@tailwindcss/forms": "^0.3.4",
110
108
  "@tailwindcss/typography": "^0.4.1",
@@ -113,14 +111,14 @@
113
111
  "@types/lodash": "^4.14.177",
114
112
  "@types/node": "^16.11.10",
115
113
  "@types/prop-types": "^15.7.4",
116
- "@types/react": "^17.0.36",
114
+ "@types/react": "^17.0.37",
117
115
  "@types/react-test-renderer": "^17.0.1",
118
116
  "@typescript-eslint/eslint-plugin": "^5.4.0",
119
117
  "@typescript-eslint/parser": "^5.4.0",
120
118
  "@zeit/next-css": "^1.0.1",
121
119
  "@zerollup/ts-transform-paths": "^1.7.18",
122
120
  "autoprefixer": "^10.4.0",
123
- "babel-jest": "^27.3.1",
121
+ "babel-jest": "^27.4.0",
124
122
  "babel-loader": "^8.2.3",
125
123
  "babel-plugin-istanbul": "^6.1.1",
126
124
  "dotenv": "^10.0.0",
@@ -129,12 +127,13 @@
129
127
  "eslint-config-react-app": "^6.0.0",
130
128
  "eslint-plugin-react": "^7.27.1",
131
129
  "eslint-plugin-react-hooks": "^4.3.0",
132
- "jest": "^27.3.1",
130
+ "jest": "^27.4.0",
131
+ "minimize-js": "^1.0.0",
133
132
  "next": "^12.0.4",
134
133
  "playwright": "^1.16.3",
135
- "postcss": "^8.3.11",
136
- "postcss-loader": "^6.2.0",
137
- "prettier": "^2.4.1",
134
+ "postcss": "^8.4.4",
135
+ "postcss-loader": "^6.2.1",
136
+ "prettier": "^2.5.0",
138
137
  "prop-types": "^15.7.2",
139
138
  "react": "^17.0.2",
140
139
  "react-dom": "^17.0.2",
@@ -144,13 +143,13 @@
144
143
  "tailwindcss": "^2.2.19",
145
144
  "ts-jest": "^27.0.7",
146
145
  "ts-loader": "^9.2.6",
146
+ "tsc-alias": "^1.4.1",
147
147
  "tsconfig-paths-jest": "^0.0.1",
148
- "ttypescript": "^1.5.12",
148
+ "ttypescript": "^1.5.13",
149
149
  "typescript": "^4.5.2",
150
150
  "v8-to-istanbul": "^8.1.0"
151
151
  },
152
152
  "peerDependencies": {
153
- "react": "^17.0.2",
154
- "react-dom": "^17.0.2"
153
+ "react": "^17.0.2"
155
154
  }
156
155
  }