Skip to content

Commit 0d81779

Browse files
committed
fix: upgrade query-client
1 parent a94fc6e commit 0d81779

File tree

2 files changed

+307
-13
lines changed

2 files changed

+307
-13
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@fortawesome/free-regular-svg-icons": "6.5.1",
2424
"@fortawesome/free-solid-svg-icons": "6.5.1",
2525
"@fortawesome/react-fontawesome": "0.2.0",
26-
"@graasp/apps-query-client": "github:graasp/graasp-apps-query-client#hotfix-app-data-key",
26+
"@graasp/apps-query-client": "3.4.3",
2727
"@graasp/pyodide": "github:graasp/graasp-pyodide",
2828
"@graasp/sdk": "3.3.0",
2929
"@graasp/ui": "4.1.1",
@@ -129,7 +129,11 @@
129129
"vite-plugin-istanbul": "5.0.0"
130130
},
131131
"browserslist": {
132-
"production": [">0.2%", "not dead", "not op_mini all"],
132+
"production": [
133+
">0.2%",
134+
"not dead",
135+
"not op_mini all"
136+
],
133137
"development": [
134138
"last 1 chrome version",
135139
"last 1 firefox version",
@@ -138,8 +142,13 @@
138142
},
139143
"nyc": {
140144
"all": true,
141-
"include": ["src/**/*.{js,ts,jsx,tsx}"],
142-
"exclude": ["src/setupTests.ts", "src/**/*.d.ts"]
145+
"include": [
146+
"src/**/*.{js,ts,jsx,tsx}"
147+
],
148+
"exclude": [
149+
"src/setupTests.ts",
150+
"src/**/*.d.ts"
151+
]
143152
},
144153
"resolutions": {
145154
"@codemirror/state": "6.3.3"

0 commit comments

Comments
 (0)