Skip to content

Commit ee826e1

Browse files
authored
fix(dremio-driver): Fix stale version of testing-shared dependency (#9079)
1 parent d48ef99 commit ee826e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-dremio-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@cubejs-backend/linter": "^1.0.0",
34-
"@cubejs-backend/testing-shared": "1.1.9",
34+
"@cubejs-backend/testing-shared": "1.1.11",
3535
"jest": "^27"
3636
},
3737
"license": "Apache-2.0",

0 commit comments

Comments
 (0)