Skip to content

Commit 0a76523

Browse files
chore(deps): update all non-major dependencies (#855)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 857a2ac commit 0a76523

File tree

37 files changed

+300
-300
lines changed

37 files changed

+300
-300
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
2424
- name: Fix formatting

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Tools
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939
with:
4040
fetch-depth: 0
4141
- name: Setup Tools

examples/angular/infinite-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/router": "^17.3.12",
2020
"rxjs": "^7.8.1",
2121
"@tanstack/angular-virtual": "^3.10.8",
22-
"@tanstack/angular-query-experimental": "5.59.0",
22+
"@tanstack/angular-query-experimental": "5.59.13",
2323
"tslib": "^2.7.0",
2424
"zone.js": "0.15.0"
2525
},

examples/lit/dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@faker-js/faker": "^8.4.1",
1212
"@tanstack/lit-virtual": "^3.10.8",
1313
"@tanstack/virtual-core": "^3.10.8",
14-
"lit": "^3.2.0"
14+
"lit": "^3.2.1"
1515
},
1616
"devDependencies": {
1717
"@types/node": "^18.19.3",

examples/lit/fixed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@faker-js/faker": "^8.4.1",
1212
"@tanstack/lit-virtual": "^3.10.8",
1313
"@tanstack/virtual-core": "^3.10.8",
14-
"lit": "^3.2.0"
14+
"lit": "^3.2.1"
1515
},
1616
"devDependencies": {
1717
"@types/node": "^18.19.3",

examples/react/dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/node": "^18.19.3",
1818
"@types/react": "^18.3.11",
19-
"@types/react-dom": "^18.3.0",
19+
"@types/react-dom": "^18.3.1",
2020
"@vitejs/plugin-react": "^4.3.2",
2121
"typescript": "5.2.2",
2222
"vite": "^5.4.8"

examples/react/fixed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/node": "^18.19.3",
1717
"@types/react": "^18.3.11",
18-
"@types/react-dom": "^18.3.0",
18+
"@types/react-dom": "^18.3.1",
1919
"@vitejs/plugin-react": "^4.3.2",
2020
"typescript": "5.2.2",
2121
"vite": "^5.4.8"

examples/react/infinite-scroll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-virtual": "^3.10.8",
13-
"@tanstack/react-query": "^5.59.0",
13+
"@tanstack/react-query": "^5.59.13",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.3.11",
19-
"@types/react-dom": "^18.3.0",
19+
"@types/react-dom": "^18.3.1",
2020
"@vitejs/plugin-react": "^4.3.2",
2121
"vite": "^5.4.8"
2222
}

examples/react/padding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@types/react": "^18.3.11",
18-
"@types/react-dom": "^18.3.0",
18+
"@types/react-dom": "^18.3.1",
1919
"@vitejs/plugin-react": "^4.3.2",
2020
"vite": "^5.4.8"
2121
}

0 commit comments

Comments
 (0)