Skip to content

Commit dd5b49a

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

File tree

20 files changed

+263
-263
lines changed

20 files changed

+263
-263
lines changed

examples/angular/infinite-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^17.3.12",
1818
"@angular/platform-browser-dynamic": "^17.3.12",
1919
"@angular/router": "^17.3.12",
20-
"@tanstack/angular-query-experimental": "5.74.1",
20+
"@tanstack/angular-query-experimental": "5.74.4",
2121
"@tanstack/angular-virtual": "^3.13.6",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",

examples/angular/table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser-dynamic": "^17.3.12",
1919
"@angular/router": "^17.3.12",
2020
"@faker-js/faker": "^8.4.1",
21-
"@tanstack/angular-table": "8.21.2",
21+
"@tanstack/angular-table": "8.21.3",
2222
"@tanstack/angular-virtual": "^3.13.6",
2323
"rxjs": "^7.8.2",
2424
"tslib": "^2.8.1",

examples/react/dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "^22.13.6",
1818
"@types/react": "^18.3.20",
1919
"@types/react-dom": "^18.3.6",
20-
"@vitejs/plugin-react": "^4.3.4",
20+
"@vitejs/plugin-react": "^4.4.1",
2121
"typescript": "5.2.2",
2222
"vite": "^5.4.18"
2323
}

examples/react/fixed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "^22.13.6",
1717
"@types/react": "^18.3.20",
1818
"@types/react-dom": "^18.3.6",
19-
"@vitejs/plugin-react": "^4.3.4",
19+
"@vitejs/plugin-react": "^4.4.1",
2020
"typescript": "5.2.2",
2121
"vite": "^5.4.18"
2222
}

examples/react/infinite-scroll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-query": "^5.74.0",
12+
"@tanstack/react-query": "^5.74.4",
1313
"@tanstack/react-virtual": "^3.13.6",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.3.20",
1919
"@types/react-dom": "^18.3.6",
20-
"@vitejs/plugin-react": "^4.3.4",
20+
"@vitejs/plugin-react": "^4.4.1",
2121
"vite": "^5.4.18"
2222
}
2323
}

examples/react/padding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/react": "^18.3.20",
1818
"@types/react-dom": "^18.3.6",
19-
"@vitejs/plugin-react": "^4.3.4",
19+
"@vitejs/plugin-react": "^4.4.1",
2020
"vite": "^5.4.18"
2121
}
2222
}

examples/react/scroll-padding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/react": "^18.3.20",
1919
"@types/react-dom": "^18.3.6",
20-
"@vitejs/plugin-react": "^4.3.4",
20+
"@vitejs/plugin-react": "^4.4.1",
2121
"vite": "^5.4.18"
2222
}
2323
}

examples/react/smooth-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/react": "^18.3.20",
1818
"@types/react-dom": "^18.3.6",
19-
"@vitejs/plugin-react": "^4.3.4",
19+
"@vitejs/plugin-react": "^4.4.1",
2020
"vite": "^5.4.18"
2121
}
2222
}

examples/react/sticky/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/lodash": "^4.17.16",
2020
"@types/react": "^18.3.20",
2121
"@types/react-dom": "^18.3.6",
22-
"@vitejs/plugin-react": "^4.3.4",
22+
"@vitejs/plugin-react": "^4.4.1",
2323
"vite": "^5.4.18"
2424
}
2525
}

examples/react/table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@faker-js/faker": "^8.4.1",
13-
"@tanstack/react-table": "^8.21.2",
13+
"@tanstack/react-table": "^8.21.3",
1414
"@tanstack/react-virtual": "^3.13.6",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.3.20",
2020
"@types/react-dom": "^18.3.6",
21-
"@vitejs/plugin-react": "^4.3.4",
21+
"@vitejs/plugin-react": "^4.4.1",
2222
"vite": "^5.4.18"
2323
}
2424
}

0 commit comments

Comments
 (0)