File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/core/src/results Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,5 +91,5 @@ export default class ObservableQuery<T> implements Observable<T> {
91
91
92
92
// this makes sure we satisfy the interface, while using a possibly polyfilled
93
93
// [symbolObservable] above for the actual implementation
94
- public declare [ Symbol . observable ] : ( ) => this
94
+ declare public [ Symbol . observable ] : ( ) => this
95
95
}
Original file line number Diff line number Diff line change @@ -5386,9 +5386,9 @@ prettier-linter-helpers@^1.0.0:
5386
5386
fast-diff "^1.1.2"
5387
5387
5388
5388
prettier@^3.0.3 :
5389
- version "3.3.3 "
5390
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3 .tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105 "
5391
- integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew ==
5389
+ version "3.6.2 "
5390
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2 .tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393 "
5391
+ integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ ==
5392
5392
5393
5393
pretty-format@^29.7.0 :
5394
5394
version "29.7.0"
You can’t perform that action at this time.
0 commit comments