Skip to content

Commit

Permalink
chore: Update dev dependencies (#6215)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Oct 21, 2023
1 parent fbdeb17 commit b5c74f9
Show file tree
Hide file tree
Showing 58 changed files with 1,819 additions and 1,315 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/ci-v3.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -27,10 +27,10 @@ jobs:
name: 'Test & Publish'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr.yml
Expand Up @@ -17,11 +17,11 @@ jobs:
name: Nx Cloud - Main Job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node
Expand Down Expand Up @@ -59,11 +59,11 @@ jobs:
matrix:
agent: [1, 2, 3]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node
Expand All @@ -80,11 +80,11 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node
Expand Down
4 changes: 2 additions & 2 deletions examples/react/algolia/package.json
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.0.0",
"@types/react": "^18.2.4",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.0.4",
"vite": "^4.4.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/auto-refetching/package.json
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react/basic-typescript/package.json
Expand Up @@ -12,14 +12,14 @@
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"@tanstack/react-query-persist-client": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.0.0",
"@types/react": "^18.2.4",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/default-query-function/package.json
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/infinite-query-with-max-pages/package.json
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.33.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/load-more-infinite-scroll/package.json
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.33.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/nextjs-suspense-streaming/package.json
Expand Up @@ -11,14 +11,14 @@
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"@tanstack/react-query-next-experimental": "^5.0.0",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"superjson": "^1.12.4"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/react": "^18.2.4",
"@types/node": "^18.18.0",
"@types/react": "^18.2.31",
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/nextjs/package.json
Expand Up @@ -12,7 +12,7 @@
"@tanstack/react-query-devtools": "^5.0.0",
"ky": "^0.33.3",
"ky-universal": "^0.11.0",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-from": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/optimistic-updates-cache/package.json
Expand Up @@ -6,16 +6,16 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/react": "^18.2.4",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.18.0",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"typescript": "^5.0.4"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions examples/react/optimistic-updates-ui/package.json
Expand Up @@ -6,16 +6,16 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/react": "^18.2.4",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.18.0",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"typescript": "^5.0.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/pagination/package.json
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/prefetching/package.json
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"isomorphic-unfetch": "4.0.2",
"next": "^13.4.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/suspense/package.json
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4"
Expand Down
5 changes: 1 addition & 4 deletions examples/solid/solid-start-streaming/package.json
Expand Up @@ -7,9 +7,6 @@
"start": "solid-start start"
},
"type": "module",
"resolutions": {
"solid-js": "^1.7.7"
},
"dependencies": {
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
Expand All @@ -20,7 +17,7 @@
"undici": "^5.26.3"
},
"devDependencies": {
"@types/node": "^20.8.6",
"@types/node": "^18.18.0",
"esbuild": "^0.19.5",
"postcss": "^8.4.31",
"solid-start-node": "^0.3.7",
Expand Down
3 changes: 1 addition & 2 deletions examples/svelte/auto-refetching/package.json
Expand Up @@ -14,10 +14,9 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"@sveltejs/kit": "^1.26.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.4.4"
}
Expand Down
3 changes: 1 addition & 2 deletions examples/svelte/basic/package.json
Expand Up @@ -14,10 +14,9 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"@sveltejs/kit": "^1.26.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.4.4"
}
Expand Down
3 changes: 1 addition & 2 deletions examples/svelte/load-more-infinite-scroll/package.json
Expand Up @@ -14,10 +14,9 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"@sveltejs/kit": "^1.26.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.4.4"
}
Expand Down
3 changes: 1 addition & 2 deletions examples/svelte/optimistic-updates-typescript/package.json
Expand Up @@ -14,10 +14,9 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"@sveltejs/kit": "^1.26.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.4.4"
}
Expand Down
3 changes: 1 addition & 2 deletions examples/svelte/playground/package.json
Expand Up @@ -14,10 +14,9 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.19.0",
"@sveltejs/kit": "^1.26.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.4.4"
}
Expand Down
3 changes: 1 addition & 2 deletions examples/svelte/simple/package.json
Expand Up @@ -14,10 +14,9 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^4.0.1",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.4.4"
}
Expand Down

0 comments on commit b5c74f9

Please sign in to comment.