Skip to content

Commit

Permalink
chore: Regenerate alpha lockfile (#5477)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed May 27, 2023
1 parent 5650559 commit 91f4a6b
Show file tree
Hide file tree
Showing 30 changed files with 870 additions and 936 deletions.
4 changes: 2 additions & 2 deletions examples/react/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38",
"axios": "^1.4.0",
"isomorphic-unfetch": "3.0.0",
"next": "12.2.2",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/react/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38",
"axios": "^1.4.0",
"isomorphic-unfetch": "3.0.0",
"next": "12.2.2",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.33.1",
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38"
"react-intersection-observer": "^8.33.1"
},
"scripts": {
"dev": "next",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38",
"axios": "^1.4.0",
"isomorphic-unfetch": "3.0.0",
"next": "12.2.2",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.33.1",
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38"
"react-intersection-observer": "^8.33.1"
},
"scripts": {
"dev": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/load-more-infinite-scroll/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Example() {
if (inView) {
fetchNextPage()
}
}, [inView])
}, [fetchNextPage, inView])

return (
<div>
Expand Down Expand Up @@ -110,7 +110,7 @@ function Example() {
)}
<hr />
<Link href="/about">
<a>Go to another page</a>
Go to another page
</Link>
<ReactQueryDevtools initialIsOpen />
</div>
Expand Down
10 changes: 4 additions & 6 deletions examples/react/nextjs/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ export const Header = () => {

return (
<header>
<Link href="/">
<a className={pathname === '/' ? 'is-active' : ''}>Home</a>
<Link href="/" className={pathname === '/' ? 'is-active' : ''}>
Home
</Link>
<Link href="/client-only">
<a className={pathname === '/client-only' ? 'is-active' : ''}>
Client-Only
</a>
<Link href="/client-only" className={pathname === '/client-only' ? 'is-active' : ''}>
Client-Only
</Link>
<style jsx>{`
header {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "next start"
},
"dependencies": {
"ky": "^0.33.0",
"ky": "^0.33.3",
"ky-universal": "^0.11.0",
"next": "12.2.2",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "^5.0.0-alpha.38",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-location": "^3.7.0",
"ky": "^0.33.0",
"ky": "^0.33.3",
"msw": "^0.39.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38",
"axios": "^1.4.0",
"isomorphic-unfetch": "3.0.0",
"next": "12.2.2",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38",
"axios": "^1.4.0",
"isomorphic-unfetch": "3.0.0",
"next": "12.2.2",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/react/prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38",
"axios": "^1.4.0",
"isomorphic-unfetch": "3.0.0",
"next": "12.2.2",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "^5.0.0-alpha.38",
"@tanstack/react-query-devtools": "^5.0.0-alpha.38"
"react-dom": "^18.2.0"
},
"scripts": {
"dev": "next",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/prefetching/pages/[user]/[repo].js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default () => {
<br />
<br />
<Link href="/">
<a>Back</a>
Back
</Link>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion examples/react/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.2.0",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"rooks": "^6.4.3",
"rooks": "^7.14.1",
"sort-by": "^1.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/optimistic-updates-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@tanstack/svelte-query": "^5.0.0-alpha.38"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^2.4.0",
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4",
"vite": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/dependent-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4",
"vite": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4",
"vite": "^4.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@commitlint/parse": "^17.4.2",
"@commitlint/parse": "^17.4.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
Expand Down Expand Up @@ -66,7 +66,7 @@
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"!src/**/__tests__"
],
"devDependencies": {
"@types/jscodeshift": "0.11.5",
"jscodeshift": "0.13.1"
"@types/jscodeshift": "0.11.6",
"jscodeshift": "0.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/query-broadcast-client-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"@tanstack/query-core": "workspace:*",
"broadcast-channel": "^4.14.0"
"broadcast-channel": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"src"
],
"dependencies": {
"@emotion/css": "^11.10.5",
"@solid-primitives/keyed": "^1.1.4",
"@emotion/css": "^11.11.0",
"@solid-primitives/keyed": "^1.2.0",
"@solid-primitives/resize-observer": "^2.0.18",
"@solid-primitives/storage": "^1.3.11",
"@tanstack/match-sorter-utils": "^8.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@sveltejs/package": "^2.0.2",
"@sveltejs/vite-plugin-svelte": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^2.4.0",
"@testing-library/svelte": "^3.2.2",
"eslint-plugin-svelte": "^2.29.0",
"jsdom": "^22.0.0",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"devDependencies": {
"@sveltejs/package": "^2.0.2",
"@sveltejs/vite-plugin-svelte": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^2.4.0",
"@testing-library/svelte": "^3.2.2",
"eslint-plugin-svelte": "^2.29.0",
"jsdom": "^22.0.0",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.2.0"
Expand Down

0 comments on commit 91f4a6b

Please sign in to comment.