Skip to content

Commit 29f9a04

Browse files
chore: upgrade to the latest CC (#1129)
1 parent 1886f56 commit 29f9a04

File tree

3 files changed

+18
-28
lines changed

3 files changed

+18
-28
lines changed

.github/workflows/ci_reusable.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,6 @@ jobs:
209209
- name: (if 'production' env) Copy contents from .fleek_production.json to .fleek.json
210210
if: ${{ inputs.ENV_NAME == 'production' }}
211211
run: mv .fleek_production.json .fleek.json
212-
- uses: actions/upload-artifact@v3
213-
if: always()
214-
with:
215-
name: playwright-report
216-
path: playwright-report/
217212
- name: Deploy via fleek
218213
if: ${{ inputs.DEPLOY_TO_FLEEK }}
219214
id: Deploy
@@ -235,11 +230,6 @@ jobs:
235230
- name: (if DR Center 'production' env) Copy contents from .fleek_dr_center_production.json to .fleek_dr_center.json
236231
if: ${{ inputs.ENV_NAME == 'production' }}
237232
run: mv .fleek_dr_center_production.json .fleek_dr_center.json
238-
- uses: actions/upload-artifact@v3
239-
if: always()
240-
with:
241-
name: playwright-report
242-
path: playwright-report/
243233
- name: Deploy via fleek
244234
if: ${{ inputs.DEPLOY_TO_FLEEK }}
245235
id: deploy_dr_center

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@apollo/client": "^3.8.1",
4848
"@bosonprotocol/chat-sdk": "^1.3.1-alpha.9",
49-
"@bosonprotocol/react-kit": "^0.36.3-alpha.0",
49+
"@bosonprotocol/react-kit": "^0.37.0",
5050
"@davatar/react": "^1.10.4",
5151
"@ethersproject/address": "^5.6.1",
5252
"@ethersproject/units": "^5.7.0",

0 commit comments

Comments
 (0)