Skip to content

Commit ffa0336

Browse files
feat: update react-query core to beta release (#183)
BREAKING CHANGE: composables return function as-is without wrapping with ref * feat: provide proper esm exports, remove deprecations * feat: update to react-query beta * fix: tests * chore: update deps * test: fix tests * feat: update react-query core * chore: removed `types` subdir * chore: removed additional clients option * feat: new query state in devtools * feat: composables return function without ref * test: fix plugin tests * chore: update package-lock * test: fix more tests * test: fix logger * chore: mark as side effect free
1 parent d6eff96 commit ffa0336

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2670
-5608
lines changed

devtools/dev/package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

devtools/index.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

devtools/package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

jest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ const config: Config.InitialOptions = {
1616
// Exclude types
1717
"!src/**/*.d.ts",
1818
// Exlude devtools
19-
"!src/devtools/**/*",
20-
"!src/vue/devtools/**/*",
19+
"!src/vuejs/devtools/**/*",
2120
],
2221
};
2322

nuxt/package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)