Skip to content

Commit a50439a

Browse files
committed
fix: use stable version from apps-query-client
1 parent b5ce945 commit a50439a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cypress/e2e/builder/main.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { BUILDER_VIEW_CY, buildDataCy } from '../../../src/config/selectors';
55
describe('Builder View', () => {
66
beforeEach(() => {
77
cy.setUpApi(
8-
{ appActions: [] },
8+
{},
99
{
1010
context: Context.Builder,
1111
permission: PermissionLevel.Admin,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@codemirror/lang-javascript": "^6.2.2",
1515
"@emotion/react": "11.14.0",
1616
"@emotion/styled": "11.14.0",
17-
"@graasp/apps-query-client": "github:graasp/graasp-apps-query-client#update-with-account",
17+
"@graasp/apps-query-client": "^3.7.3",
1818
"@graasp/sdk": "^5.5.0",
1919
"@graasp/stylis-plugin-rtl": "^2.2.0",
2020
"@graasp/ui": "5.4.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,9 +2946,9 @@ __metadata:
29462946
languageName: node
29472947
linkType: hard
29482948

2949-
"@graasp/apps-query-client@github:graasp/graasp-apps-query-client#update-with-account":
2949+
"@graasp/apps-query-client@npm:^3.7.3":
29502950
version: 3.7.3
2951-
resolution: "@graasp/apps-query-client@https://github.com/graasp/graasp-apps-query-client.git#commit=fbfd31bb24256b255bfaa1afa86f004238502e32"
2951+
resolution: "@graasp/apps-query-client@npm:3.7.3"
29522952
dependencies:
29532953
"@emotion/react": "npm:11.13.3"
29542954
"@emotion/styled": "npm:11.13.0"
@@ -2970,7 +2970,7 @@ __metadata:
29702970
date-fns: ^3.3.0 || ^4.0.0
29712971
react: ^18.0.0
29722972
react-dom: ^18.0.0
2973-
checksum: 10/3fb59af6221a5efe427a02118da70474fb2c5d2916669c36a36792c3e42062c608cab65d1437b8a8968ff80b8ccbdea0822bd7944c43df65d531a6488bd26b4f
2973+
checksum: 10/a6ff4f2fa8635df76e1524d45dc749c8ce628867acaa0fba357851afba0d51296cb795ed5452761ce8a3a9116e6ccee6d579a252ec8abff6123fa8bf36a750a7
29742974
languageName: node
29752975
linkType: hard
29762976

@@ -8608,7 +8608,7 @@ __metadata:
86088608
"@eslint/compat": "npm:^1.2.4"
86098609
"@eslint/eslintrc": "npm:^3.2.0"
86108610
"@eslint/js": "npm:^9.17.0"
8611-
"@graasp/apps-query-client": "github:graasp/graasp-apps-query-client#update-with-account"
8611+
"@graasp/apps-query-client": "npm:^3.7.3"
86128612
"@graasp/sdk": "npm:^5.5.0"
86138613
"@graasp/stylis-plugin-rtl": "npm:^2.2.0"
86148614
"@graasp/ui": "npm:5.4.7"

0 commit comments

Comments
 (0)