Skip to content

Commit b41cc3a

Browse files
chore(deps): update all non-major dependencies
1 parent 05b7c4d commit b41cc3a

8 files changed

Lines changed: 253 additions & 272 deletions

File tree

examples/react/react-query-debounced-prefetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-pacer": "^0.22.0",
13-
"@tanstack/react-query": "^5.99.0",
14-
"@tanstack/react-query-devtools": "^5.99.0",
13+
"@tanstack/react-query": "^5.99.2",
14+
"@tanstack/react-query-devtools": "^5.99.2",
1515
"react": "^19.2.5",
1616
"react-dom": "^19.2.5"
1717
},

examples/react/react-query-queued-prefetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-pacer": "^0.22.0",
13-
"@tanstack/react-query": "^5.99.0",
14-
"@tanstack/react-query-devtools": "^5.99.0",
13+
"@tanstack/react-query": "^5.99.2",
14+
"@tanstack/react-query-devtools": "^5.99.2",
1515
"react": "^19.2.5",
1616
"react-dom": "^19.2.5"
1717
},

examples/react/react-query-throttled-prefetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-pacer": "^0.22.0",
13-
"@tanstack/react-query": "^5.99.0",
14-
"@tanstack/react-query-devtools": "^5.99.0",
13+
"@tanstack/react-query": "^5.99.2",
14+
"@tanstack/react-query-devtools": "^5.99.2",
1515
"react": "^19.2.5",
1616
"react-dom": "^19.2.5"
1717
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
}
5151
],
5252
"devDependencies": {
53-
"@changesets/cli": "^2.30.0",
53+
"@changesets/cli": "^2.31.0",
5454
"@faker-js/faker": "^10.4.0",
5555
"@size-limit/preset-small-lib": "^12.1.0",
5656
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
5757
"@tanstack/eslint-config": "0.4.0",
5858
"@tanstack/typedoc-config": "0.3.3",
5959
"@testing-library/jest-dom": "^6.9.1",
6060
"@types/node": "^25.6.0",
61-
"eslint": "^10.2.0",
61+
"eslint": "^10.2.1",
6262
"eslint-plugin-unused-imports": "^4.4.1",
6363
"happy-dom": "^20.9.0",
6464
"knip": "^6.4.1",

packages/preact-pacer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
},
114114
"devDependencies": {
115115
"@preact/preset-vite": "^2.10.5",
116-
"eslint-plugin-react-hooks": "^7.1.0",
116+
"eslint-plugin-react-hooks": "^7.1.1",
117117
"preact": "^10.29.1"
118118
},
119119
"peerDependencies": {

packages/react-pacer-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"@vitejs/plugin-react": "^6.0.1",
6262
"csstype": "^3.2.3",
6363
"eslint-plugin-react-compiler": "19.1.0-rc.2",
64-
"eslint-plugin-react-hooks": "^7.1.0"
64+
"eslint-plugin-react-hooks": "^7.1.1"
6565
}
6666
}

packages/react-pacer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"@types/react": "^19.2.14",
116116
"@vitejs/plugin-react": "^6.0.1",
117117
"eslint-plugin-react-compiler": "19.1.0-rc.2",
118-
"eslint-plugin-react-hooks": "^7.1.0",
118+
"eslint-plugin-react-hooks": "^7.1.1",
119119
"react": "^19.2.5"
120120
},
121121
"peerDependencies": {

0 commit comments

Comments
 (0)