Skip to content

Commit

Permalink
Upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Dec 19, 2021
1 parent f4bc7f6 commit 8c9b1cf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions addons/dexie-cloud/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions libs/dexie-react-hooks/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/typings-test/test-extend-dexie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Dexie, Table, DexieConstructor, IndexableType} from '../../dist/dexie';
// Extend Dexie interface
//
declare module '../../dist/dexie' {
interface Table<T, TKey> {
interface Table<T, TKeyPropNameOrKeyType> {
extendedTableMethod() : any;
}
interface DbEvents {
Expand Down

0 comments on commit 8c9b1cf

Please sign in to comment.