Skip to content

Commit 765098b

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

File tree

75 files changed

+1174
-1167
lines changed

Some content is hidden

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

75 files changed

+1174
-1167
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Tools
3030
uses: tanstack/config/.github/setup@main
3131
- name: Get base and head commits for `nx affected`
32-
uses: nrwl/[email protected].0
32+
uses: nrwl/[email protected].3
3333
with:
3434
main-branch-name: main
3535
- name: Run Checks

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Tests
3232
run: pnpm run test:ci
3333
- name: Run Changesets (version or publish)
34-
uses: changesets/action@v1.4.9
34+
uses: changesets/action@v1.5.3
3535
with:
3636
version: pnpm run changeset:version
3737
publish: pnpm run changeset:publish

examples/react/asyncBatch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.12",
17+
"@types/react": "^19.1.15",
1818
"@types/react-dom": "^19.1.9",
19-
"@vitejs/plugin-react": "^5.0.2",
20-
"vite": "^7.1.5"
19+
"@vitejs/plugin-react": "^5.0.4",
20+
"vite": "^7.1.7"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/asyncDebounce/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.12",
17+
"@types/react": "^19.1.15",
1818
"@types/react-dom": "^19.1.9",
19-
"@vitejs/plugin-react": "^5.0.2",
20-
"vite": "^7.1.5"
19+
"@vitejs/plugin-react": "^5.0.4",
20+
"vite": "^7.1.7"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/asyncRateLimit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.12",
17+
"@types/react": "^19.1.15",
1818
"@types/react-dom": "^19.1.9",
19-
"@vitejs/plugin-react": "^5.0.2",
20-
"vite": "^7.1.5"
19+
"@vitejs/plugin-react": "^5.0.4",
20+
"vite": "^7.1.7"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/asyncThrottle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.12",
17+
"@types/react": "^19.1.15",
1818
"@types/react-dom": "^19.1.9",
19-
"@vitejs/plugin-react": "^5.0.2",
20-
"vite": "^7.1.5"
19+
"@vitejs/plugin-react": "^5.0.4",
20+
"vite": "^7.1.7"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/batch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.12",
17+
"@types/react": "^19.1.15",
1818
"@types/react-dom": "^19.1.9",
19-
"@vitejs/plugin-react": "^5.0.2",
20-
"vite": "^7.1.5"
19+
"@vitejs/plugin-react": "^5.0.4",
20+
"vite": "^7.1.7"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/debounce/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.12",
17+
"@types/react": "^19.1.15",
1818
"@types/react-dom": "^19.1.9",
19-
"@vitejs/plugin-react": "^5.0.2",
20-
"vite": "^7.1.5"
19+
"@vitejs/plugin-react": "^5.0.4",
20+
"vite": "^7.1.7"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/queue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17-
"@tanstack/react-devtools": "0.6.7",
17+
"@tanstack/react-devtools": "0.7.0",
1818
"@tanstack/react-pacer-devtools": "0.3.0",
19-
"@types/react": "^19.1.12",
19+
"@types/react": "^19.1.15",
2020
"@types/react-dom": "^19.1.9",
21-
"@vitejs/plugin-react": "^5.0.2",
22-
"vite": "^7.1.5"
21+
"@vitejs/plugin-react": "^5.0.4",
22+
"vite": "^7.1.7"
2323
},
2424
"browserslist": {
2525
"production": [

examples/react/rateLimit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.12",
17+
"@types/react": "^19.1.15",
1818
"@types/react-dom": "^19.1.9",
19-
"@vitejs/plugin-react": "^5.0.2",
20-
"vite": "^7.1.5"
19+
"@vitejs/plugin-react": "^5.0.4",
20+
"vite": "^7.1.7"
2121
},
2222
"browserslist": {
2323
"production": [

0 commit comments

Comments
 (0)